Index: trunk/src/Dam/Tests/WTI/Deltares.Dam.DamWti.Tests/Deltares.Dam.DamWti.Tests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Tests/WTI/Deltares.Dam.DamWti.Tests/Deltares.Dam.DamWti.Tests.csproj (.../Deltares.Dam.DamWti.Tests.csproj) (revision 7) +++ trunk/src/Dam/Tests/WTI/Deltares.Dam.DamWti.Tests/Deltares.Dam.DamWti.Tests.csproj (.../Deltares.Dam.DamWti.Tests.csproj) (revision 8) @@ -33,24 +33,6 @@ prompt MinimumRecommendedRules.ruleset - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - False Index: trunk/lib/DevExpress/DevExpress.Xpf.SpellChecker.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.RichEdit.v12.2.Core.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Reports.Web.Design.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/GeoTechnics/Tests/WaternetCreator/Deltares.Geotechnics.WaternetCreator.Tests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/GeoTechnics/Tests/WaternetCreator/Deltares.Geotechnics.WaternetCreator.Tests.csproj (.../Deltares.Geotechnics.WaternetCreator.Tests.csproj) (revision 7) +++ trunk/src/GeoTechnics/Tests/WaternetCreator/Deltares.Geotechnics.WaternetCreator.Tests.csproj (.../Deltares.Geotechnics.WaternetCreator.Tests.csproj) (revision 8) @@ -33,24 +33,6 @@ prompt MinimumRecommendedRules.ruleset - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - False Index: trunk/lib/DevExpress/DevExpress.XtraCharts.v12.2.Wizard.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.HtmlPropertyEditor.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.ScriptRecorder.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Web.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Web.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Web.xml (revision 8) @@ -0,0 +1,3355 @@ + + + + DevExpress.XtraReports.v12.2.Web + + + + + + Specifies the type of a particular . + + + + + + + Represents any custom toolbar item. Note that you may add any custom item to the collection returned by the property. + + + + + + + + Represents a button to display the first page of a report. + + + + + + + + Represents a button to display the last page of a report. + + + + + + + + Represents a button to display the next page of a report. + + + + + + + + + Represents the "of" caption before the edit box that displays the total number of report pages. + + + + + + + + Represents an edit box that displays the total number of report pages. + + + + + + + + + + Represents the "Page" caption before the drop-down list that allows end-users to select the page to be shown. + + + + + + + + Represents a drop-down list that allows end-users to select the page to be shown. + + + + + + + + + Represents a button used to display the previous page of a report. + + + + + + + + + Represents a button used to print the current page. + + + + + + + + Represents a button used to print the entire report. + + + + + + + + Represents a drop-down list, allowing end-users to choose an export format for the report. The report can be exported by clicking on either the or toolbar button. + + + + + + + + + + Represents a button to export a report and save it to the disk. The export format is specified by the toolbar item. + + + + + + + + + Represents a button to export a report and show it in a new window. The export format is specified by the toolbar item. + + + + + + + + + Represents a button to invoke the Search dialog, allowing end-users to search for specific text in a report. + + + + + + + + + + + Represents a text label within the control. + + + + + + + Initializes a new instance of the ReportToolbarLabel class with default settings. + + + + + + + + Initializes a new instance of the ReportToolbarLabel class with the specified text. + + + + + + A value which specifies label text. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the ReportToolbarLabel class with the specified item's kind. + + + + + + A enumeration value which defines the type of a toolbar label. + + + + + + + + Copies all the settings from the ReportToolbarLabel object passed as the parameter. + + + + + A ReportToolbarLabel object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies the name of the item associated with the ReportToolbarLabel object. + + + A value specifying the . + + + + + + + Gets or sets the type of a particular report toolbar label. + + + A enumeration value which defines the type of a toolbar label. + + + + + + + Overrides the property. + + + Always . + + + + + + + + Gets or sets the text caption displayed within the toolbar label. + + + A value representing the text within the toolbar label. + + + + + + + + Represents a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RestoreReportDocumentFromCacheEventArgs class with the specified report and key. + + + + An instance whose report document to restore. + + + + A value, which represents a unique key used when retrieving a report document from the cache. This value is assigned to the property. + + + + + + + + Gets a string value, which represents a unique key used when retrieving a report document from the cache. + + + A value which represents a unique key. + + + + + + + Loads a report document from the specified file. + + + + A value specifying the PRNX file, from which the document should be loaded. + + + + + + + + Loads a report document from the specified stream. + + + + A object, from which the report document should be loaded. + + + + + + + + Loads export options from the specified file. + + + + A value specifying the XML file, from which the export options should be loaded. + + + + + + + + Loads export options from the specified stream. + + + + A object, from which the export options should be loaded. + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CacheReportDocumentEventArgs class with the specified report. + + + + An object which represents a report to be cached. This object can be saved via the and methods. + + + + + + + + + Gets or sets a string value, which represents a unique key used when storing a report document to the cache. + + + A value which represents a unique key. + + + + + + + Saves the current document to the specified file. + + + + A value specifying the PRNX file, to which the document should be saved. + + + + + + + + Saves the current document to a memory stream. + + + A object, which contains the saved document as a byte array. + + + + + + + + Saves the current report's export options to the specified file. + + + + A value specifying the XML file to which the export options should be saved. + + + + + + + + + Saves the current report's export options to a memory stream. + + + + A object which contains the saved export options as a byte array. + + + + + + + Saves the current report's export options to the specified stream. + + + + + A object to which the export options should be saved. + + + + + + + + + Provides the capability to fill the object with the hierarchy of report bookmarks. + + + + + + + + + + Fills the specified with the hierarchy of bookmarks obtained from the report associated with the specified . + + + + An object. + + + + A object. + + + + + + + + + The base class for all classes that provide the capability to obtain a hierarchy of bookmarks for a particular report. + + + + + + + + Initializes a new instance of the BookmarkFiller@lt;T@gt; class using the specified report viewer. + + + + + A object, displaying a report whose bookmarks should fill the created BookmarkFiller@lt;T@gt; instance. + + + + + + + + + Fills the parent object with the hierarchy of a report's bookmarks. + + + + A type of the parent object. + + + + + + + + + Contains a client-side Report Viewer's event list. + + + + + + + Initializes a new instance of the ReportViewerClientSideEvents class with default settings. + + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client BeginCallback event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client CallbackError event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client EndCallback event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Overrides the property to hide it. + + + Always . + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Viewer's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + + Contains settings that allow images to be defined for the 's specific elements. + + + + + + + Initializes a new instance of the ReportToolbarImages class with the specified owner. + + + + An object that implements the ISkinOwner interface. + + + + + + + + Provides access to the settings of the image displayed for the First Page button of the . + + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Last Page button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Next Page button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Previous Page button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Print button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Print Page button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Save to Disk button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Save to Window button of the . + + + A object. + + + + + + + Provides access to the settings of the image displayed for the Search button of the . + + + A object. + + + + + + + Gets or sets a value that specifies whether the control displays a predefined set of button images, or some of these images should be changed. + + + true if the default images should be used; otherwise, false. + + + + + + + Returns an object containing settings for the image with the specified name on the specified Web page. For internal use only. + + + + + + + + + + + + + + @nbsp; + + + + + + + + + + Overrides the property to hide it. + + + A object. + + + + + + + Returns the textual representation of ReportToolbarImages. + + + Always . + + + + + + + + Represents an item within the control. + + + + + + + Initializes a new instance of the ReportToolbarItem class with default settings. + + + + + + + + Initializes a new instance of the ReportToolbarItem class with the specified kind of toolbar item. + + + + + + A enumeration value which specifies the kind of a toolbar item being created. This value is assigned to the property. + + + + + + + + + Copies all the settings from the ReportToolbarItem object passed as the parameter. + + + + + A ReportToolbarItem object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + + Gets or sets the type of a particular report toolbar item. + + + A enumeration value which defines the type of a toolbar item. + + + + + + + Gets or sets the name of the toolbar item. + + + A value representing the name of the toolbar item. + + + + + + + Returns the textual representation of ReportToolbarItem. + + + A value, which is the textual representation of the toolbar item. + + + + + + + + Provides navigation to the report displayed by the and contains print, export and other options. + + + + + + + + Initializes a new instance of the ReportToolbar class with default settings. + + + + + + + + Enables support for Section 508. + + + true to enable support for Section 508; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A enumeration value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Gets or sets the ReportToolbar's client programmatic identifier. + + + A value that specifies the ReportToolbar's client identifier. + + + + + + + Gets an object that lists the client-side events specific to the ReportToolbar. + + + A object which allows assigning handlers to the client-side events available to the ReportToolbar. + + + + + + + Creates a collection of default report toolbar items. + + + + A object which represents a collection of default objects. + + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Identifies that a plain CSS resource file is to be used for the ReportToolbar. + + + @nbsp; + + + + + + + Overrides the property to hide it. + + + Always false. + + + + + + + + Overrides the property to hide it. + + + Always false. + + + + + + + This property is now obsolete and is no longer in use. + + + + + + + + + + Gets or sets a virtual path (a path to a virtual directory in IIS) to the default images. + + + Always . + + + + + + + Provides access to a list of images used in a ReportToolbar. + + + A object, containing a list of images with additional information. + + + + + + + Provides access to the report toolbar's collection of items. + + + A object representing the report toolbar's collection of items. + + + + + + + Gets or sets the distance between the items in the ReportToolBar. + + + A structure that represents the space length in pixels. + + + + + + + + + Gets the padding settings of the ReportToolbar. + + + + A object that contains padding settings. + + + + + + + Registers a style sheet which defines specific styles for the . For internal use. + + + + + + + + Specifies the instance with which a ReportToolbar is associated. + + + A object. + + + + + + + Specifies the ID of the instance with which a ReportToolbar is associated. + + + A value, specifying the Report Viewer's ID. + + + + + + + Gets or sets a virtual path (a path to a virtual directory in IIS) to the default images. + + + Always . + + + + + + + Gets the background image use to paint a ReportToolbar's separator element. + + + A object that represents a separator's background image. + + + + + + + Gets or sets the color used to paint a separator element of a ReportToolbar. + + + A object that specifies a separator's color. + + + + + + + Gets or sets the height of the separator element in a ReportToolbar. + + + A structure, specifying the height of a separator in pixels. + + + + + + + Gets the padding settings of separators. + + + A object that contains padding settings. + + + + + + + Gets or sets the width of separators that divide the toolbar items. + + + A structure, that specifies the separator's width. + + + + + + + Gets or sets a value indicating whether the default or custom set of toolbar buttons must be displayed in the ReportToolbar. + + + true to display the default set of buttons; otherwise, false. + + + + + + + Identifies that a sprite CSS resource file is to be used for the ReportToolbar. + + + [To be supplied] + + + + + + Provides access to style settings that control the appearance of the Report Toolbar control. + + + A object that provides style settings for the toobar elements. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + Renders and displays a report document on a Web page. + + + + + + + Initializes a new instance of the ReportViewer class with default settings. + + + + + + + + Specifies whether a report's size is defined by the bounds of a report viewer, or of a report page. + + + true to use the report page's size; otherwise, false. + + + + + + + + Overrides the property to hide it. + + + A object. + + + + + + + Gets the settings of borders being displayed around the part of a report page selected when an end-user navigates using the appropriate bookmark. + + + + A object, which contains settings of a selection border. + + + + + + + Gets or sets the color of the control's border. + + + A object that represents the border color. + + + + + + + Gets or sets the control's border style. + + + A enumeration value, specifying the border location. + + + + + + + Gets or sets the width of a control's border. + + + A structure, representing the border width. + + + + + + + Occurs when a report document is created, and it's possible to store it to the cache. + + + + + + + + Gets or sets the ReportViewer's client programmatic identifier. + + + A value that specifies the ReportViewer's client identifier. + + + + + + + Gets an object that lists the client-side events specific to the ReportViewer. + + + A object which allows assigning handlers to the client-side events available to the ReportViewer. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Associates the report defined in markup with ReportViewer. + + + + + + + + Enables a server control to perform final clean up before it is released from memory. + + + + + + + + Gets or sets whether callback result compression is enabled. + + + true to enable callback result compression; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A Boolean value. + + + + + + + Overrides the property to hide it. + + + Always false. + + + + + + + + When a report has parameters, defines whether or not a report document is auto-created when is rendered on a Web page without submitting parameter value(s) via . + + + + + true to not generate a report document until a user submits its parameter value(s); otherwise false. + + + + + + + Overrides the property to hide it. + + + Always false. + + + + + + + Gets or sets the height of the ReportViewer. + + + A value representing the control's height. + + + + + + + Gets the path to the common folder where editors' images are located. + + + A which represents the path to the images' directory. + + + + + + + Gets or sets the delay between starting an asynchronous operation and displaying the loading panel. + + + An integer value that specifies the delay before displaying the loading panel, in milliseconds. + + + + + + + Gets the settings of an image to be displayed within a specific loading panel while waiting for a callback response. + + + + A object that contains the image's settings. + + + + + + + Gets or sets the position of an image displayed within a Loading Panel with respect to the panel's text content. + + + One of the enumeration values. + + + + + + + Gets the style settings used to paint the Loading Panel. + + + A object that contains style settings. + + + + + + + Gets or sets the text to be displayed within a loading panel while waiting for a callback response. + + + A that specifies the descriptive text displayed within a loading panel. + + + + + + + Gets the padding settings of the ReportViewer. + + + + A object that contains padding settings. + + + + + + + Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once. + + + + true if the ReportViewer displays only one report page at a time; otherwise, false. + + + + + + + Gets or sets a value indicating whether XtraReports, when printing a report on the client side, should try to print it via the Adobe Reader plug-in installed in Internet Explorer. + + + + true to print via Adobe Reader plug-in; otherwise, false. + + + + + + + Specifies a report instance, associated with ReportViewer. + + + + An object. + + + + + + + + For internal use only. Gets or sets the fully qualified type name of the report, whose instance is displayed by this ReportViewer object. + + + A containing the report's type name (including its namespace). + + + + + + + + Occurs when a Report Viewer requires a report to display, and it's possible to restore an existing report document from the cache. + + + + + + + + Provides access to the style settings of the Search dialog's buttons. + + + + A object that defines the appearance of buttons. + + + + + + + + Provides access to the image settings of the Search dialog's editors. + + + + An object that defines the image settings of editors. + + + + + + + + Provides access to the style settings of the Search dialog's editors. + + + + An object that defines the appearance of editors. + + + + + + + + Provides access to the image settings of the Search dialog's form. + + + + A object that defines the form's image settings. + + + + + + + + Provides access to the style settings of the Search dialog's form. + + + + A object that defines the form's appearance. + + + + + + + + Gets or sets whether the image can be displayed within a Loading Panel. + + + true if the image is allowed to be displayed within a Loading Panel; otherwise, false. + + + + + + + Specifies the path to the CSS file, storing styles for the Search dialog of the ReportViewer and its associated . + + + A value, representing the path to the CSS file. + + + + + + + Specifies the URL of the sprite image file, storing images for the Search dialog of the ReportViewer and its associated . + + + A value, representing the sprite image file URL. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + Gets or sets the width of the ReportViewer. + + + A value representing the control's width. + + + + + + + Exports the report to an image in BMP file format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to an image in GIF file format, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Creates an HTML file that contains a Web representation of the report. The destination directory for the created file will be determined by the specified path. + + + + + A value containing the full path to the HTML file to be created. + + + + + + + + + Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + An object to be represented as an HTML file. + + + + + + + + Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to an image in JPG file format, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Writes the MHT version of a report to the specified HTTP response. An object should be passed to this method as a parameter. + + + + A object specifying the HTTP response to which the file should be written. + + + + + An object to be represented as an MHT file. + + + + + + + + Exports the report to the MHT format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the PDF format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the PDF format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + An object to be represented as an PDF file. + + + + + + + + Exports the report to an image in PNG file format, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the RTF format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the RTF format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter. + + + + A object specifying the HTTP response to which the file should be written. + + + + + An object to be represented as an RTF file. + + + + + + + + Exports the report to text, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to text using the specified export type and text-specific export options, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + A specifying the appropriate file extension (e.g. "txt" or "csv"). + + + + + + A object which contains Text-specific export options. + + + + + + + + Writes the text version of the current report to the specified HTTP response using the specified separator string, quotation and text encoding settings. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + A specifying the appropriate file extension (e.g. "txt" or "csv"). + + + + + + A containing the symbols which will be used to separate the text elements of the report in the created text document. The default value is "\t". + + + + + true to quote (place quotation marks around) text elements which contain symbols that are the same as the specified separator string; otherwise, false. The default value is false. + + + + + A class descendant specifying the encoding of the created text document. The default value is System.Text.Encoding.Default. + + + + + + + + Exports the report to an image in TIFF file format, and writes the output to the specified HTTP response. + + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the XLS format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter. + + + + A object specifying the HTTP response to which the file should be written. + + + + + An object to be represented as an XLS file. + + + + + + + + Exports the report to the XLS format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Exports the report to the XLSX format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter. + + + + A object specifying the HTTP response to which the file should be written. + + + + An object to be represented as an XLSX file. + + + + + + + + Exports the report to the XLSX format, and writes the output to the specified HTTP response. + + + + A object specifying the HTTP response to which the file should be written. + + + + + + + + + Represents a button within the control. + + + + + + + Initializes a new instance of the ReportToolbarButton class with default settings. + + + + + + + + Initializes a new instance of the ReportToolbarButton class with the specified item type. + + + + A enumeration value which defines the type of a toolbar item. + + + + + + + + Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled. + + + + A enumeration value which defines the type of a toolbar item. + + + + true if the button is enabled; otherwise, false. + + + + + + + + Copies all the settings from the ReportToolbarButton object passed as the parameter. + + + + + A ReportToolbarButton object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions. + + + + true if the button is enabled; otherwise, false. + + + + + + + Gets or sets the URL of the image source for the ReportToolbarButton object. + + + A value specifying the URL representing the path to the image displayed within the ReportToolbarButton. + + + + + + + Gets or sets the URL of the image source, which is used when the ReportToolbarButton object is disabled (its property returns false). + + + + A value specifying the URL representing the path to the image displayed within the disabled ReportToolbarButton. + + + + + + + Gets or sets the type of a particular report toolbar button. + + + A enumeration value which defines the type of a toolbar button. + + + + + + + Gets or sets the client-side script that executes when a button is clicked. + + + The client-side script that executes when a button is clicked. + + + + + + + Gets or sets the text displayed within the button. + + + A value representing the text displayed within the button. + + + + + + + Gets or sets the current toolbar button's tooltip text. + + + + A string value which specifies the text content of the current toolbar button's tooltip. + + + + + + + + + Represents a default localizer to translate the 's resources. + + + + + + + Initializes a new instance of the ASPxReportsResLocalizer class with default settings. + + + + + + + + + Provides options that control the appearance of a 's labels. + + + + + + + Initializes a new instance of the ReportToolbarLabelStyle class with default settings. + + + + + + + + Gets the margin settings of a 's labels. + + + A object. + + + + + + + + Provides options that control the appearance of a 's combo boxes. + + + + + + + Initializes a new instance of the ReportToolbarComboBoxStyle class with default settings. + + + + + + + + Applies the value of the property to the specified control. + + + + An object. + + + + + + + + Specifies the spacing between items in a 's combo boxes (in pixels). + + + An integer value. + + + + + + + + Provides options that control the appearance of a 's combo box buttons. + + + + + + + Initializes a new instance of the ReportToolbarComboBoxButtonStyle class with default settings. + + + + + + + + Gets the image that is shown for the drop-down button of a 's combo boxes. + + + A object. + + + + + + + + Provides options that control the appearance of a 's buttons. + + + + + + + Initializes a new instance of the ReportToolbarButtonStyle class with default settings. + + + + + + + + Specifies the height of a 's buttons. + + + A structure. + + + + + + + Specifies the width of a 's buttons. + + + A structure. + + + + + + + + The base class for classes that control the appearance of a 's combo boxes. + + + + + + + Initializes a new instance of the ReportToolbarBoxStyle class with default settings. + + + + + + + + Gets the margin settings of a 's combo boxes. + + + A object. + + + + + + + + Provides options that control the appearance of a . + + + + + + + Initializes a new instance of the ReportToolbarStyles class with the specified Report Toolbar. + + + + A object. + + + + + + + + Gets the style settings of the 's buttons. + + + A object. + + + + + + + Gets the style settings of the 's combo box buttons. + + + A object. + + + + + + + Gets the style settings of the 's list box items. + + + A object. + + + + + + + Gets the style settings of the 's combo box lists. + + + An descendant. + + + + + + + Gets the style settings of the 's combo boxes. + + + A object. + + + + + + + Gets the style settings of the 's editors. + + + A object. + + + + + + + Gets the style settings of the 's labels. + + + A object. + + + + + + + Gets the style settings of the 's text boxes. + + + A object. + + + + + + + + Contains settings that define the appearance of a Document Map's elements. + + + + + + + + Initializes a new instance of the ReportDocumentMapStyles class with the specified owner. + + + + A object. + + + + + + + + Gets the style of a Document Map's elements that are in the disabled state. + + + A object. + + + + + + + Gets the style of a Document Map's links. + + + A object. + + + + + + + Gets the style settings of a Document Map's nodes. + + + A object. + + + + + + + Gets the style settings of a Document Map's nodes that receive the focus. + + + A object. + + + + + + + Gets the general style settings of a Document Map's elements. + + + An object. + + + + + + + + Represents an object providing a means to localize the . + + + + + + + Initializes a new instance of the ASPxReportsLocalizer class with default settings. + + + + + + + + Returns an XtraLocalizer object storing resources based on the thread's language and regional settings (culture). + + + An XtraLocalizer object, storing resources based on the thread's culture. + + + + + + + Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). + + + A object representing resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + An enumeration value identifying the string to localize. + + + + A corresponding to the specified identifier. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the ReportToolbarItemCollection class using the specified report toolbar. + + + + + A object which specifies the owner report toolbar. This value is assigned to the property. + + + + + + + + Appends the specified object to the current collection. + + + + A object to append to the collection. + + + An integer value indicating the position into which a new element was inserted. + + + + + + + Appends an array of toolbar items to the collection. + + + + An array of objects to append to the collection. + + + + + + + + Determines whether the collection contains the specified toolbar item. + + + + A object to locate in the collection. + + + true if the collection contains the specified toolbar item; otherwise, false. + + + + + + + Returns the specified object's position within the collection. + + + + A object to locate in the collection. + + + A zero-based integer which represents the object's position within the collection. -1 if the object doesn't belong to the collection. + + + + + + + Adds the specified toolbar item to the collection at the specified position. + + + + A zero-based integer which specifies the position at which the toolbar item is to be inserted. + + + + A object that specifies the toolbar item to insert into the collection. + + + + + + + + Provides indexed access to individual items in the collection. + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + A object which represents the toolbar item at the specified position. + + + + + + + Removes the specified object from the collection. + + + + A object to be removed from the collection. + + + + + + + + + Contains a client-side Report Toolbar's event list. + + + + + + + + Initializes a new instance of the ReportToolbarClientSideEvents class with default settings. + + + + + + + + For internal use only. + + + + + + + + + + + + + + Overrides the property to hide it. + + + Always . + + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's ItemClick event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's ItemValueChanged event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + + Contains values corresponding to strings that can be localized for the . + + + + + + + The name of the CSV format that is shown in the 's drop-down list of export formats. + +Default value: "Csv" + + + + + + + + The name of the MHT format that is shown in the 's drop-down list of export formats. + +Default value: "Html" + + + + + + + + The name of the MHT format that is shown in the 's drop-down list of export formats. + +Default value: "Mht" + + + + + + + + The name of the PDF format that is shown in the 's drop-down list of export formats. + +Default value: "Pdf" + + + + + + + + The name of the PNG format that is shown in the 's drop-down list of export formats. + +Default value: "Png" + + + + + + + + The name of the RTF format that is shown in the 's drop-down list of export formats. + +Default value: "Rtf" + + + + + + + + The name of the TXT format that is shown in the 's drop-down list of export formats. + +Default value: "Txt" + + + + + + + + The name of the XLS format that is shown in the 's drop-down list of export formats. + +Default value: "Xls" + + + + + + + + The name of the XLSX format that is shown in the 's drop-down list of export formats. + +Default value: "Xlsx" + + + + + + + + The caption of the negative value displayed in the that is shown for Boolean parameters in the Parameters user interface. + +Default Value: "False" + + + + + + + + The caption of the Reset button in the Parameters user interface. + +Default Value: "Reset" + + + + + + + + The caption of the Submit button in the Parameters user interface. + +Default Value: "Submit" + + + + + + + + The caption of the positive value displayed in the that is shown for Boolean parameters in the Parameters user interface. + +Default Value: "True" + + + + + + + + The caption of the Cancel button in the 's Search dialog. + +Default Value: "Cancel" + + + + + + + + The caption of the Match case check box in the 's Search dialog. + +Default Value: "Match case" + + + + + + + + The access key of the Match case option in the 's Search dialog. + +Default Value: "c" + + + + + + + + The caption of the Down search direction check box in the 's Search dialog. + +Default Value: "Down" + + + + + + + + The access key of the Down search direction option in the 's Search dialog. + +Default Value: "d" + + + + + + + + The caption of the Find Next button in the 's Search dialog. + +Default Value: "Find Next" + + + + + + + + The caption of the Find What field in the 's Search dialog. + +Default Value: "Find@nbsp;what" + + + + + + + + The access key of the Find What field in the 's Search dialog. + +Default Value: "n" + + + + + + + + The caption shown after the searching is finished in the 's Search dialog. + +Default Value: "Finished searching the document." + + + + + + + + The caption of the header in the 's Search dialog. + +Default Value: "Search" + + + + + + + + The caption of the Up search direction check box in the 's Search dialog. + +Default Value: "Up" + + + + + + + + The access key of the Up search direction option in the 's Search dialog. + +Default Value: "u" + + + + + + + + The caption of the Whole Word check box in the 's Search dialog. + +Default Value: "Match whole word only" + + + + + + + + The access key of the Whole Word option in the 's Search dialog. + +Default Value: "w" + + + + + + + + The caption of the 's navigation button. + +Default value: "First Page" + + + + + + + + The caption of the 's navigation button. + +Default value: "Last Page" + + + + + + + + The caption of the 's navigation button. + +Default value: "Next Page" + + + + + + + + The caption of the 's label. + +Default value: "of" + + + + + + + + The caption of the 's label. + +Default value: "Page" + + + + + + + + The caption of the 's navigation button. + +Default value: "Previous Page" + + + + + + + + The caption of the 's button. + +Default value: "Print the current page" + + + + + + + + The caption of the 's button. + +Default value: "Print the report" + + + + + + + + The caption of the 's button. + +Default value: "Export a report and save it to the disk" + + + + + + + + The caption of the 's button. + +Default value: "Export a report and show it in a new window" + + + + + + + + The caption of the 's button. + +Default value: "Display the search window" + + + + + + + + + Provides data for the event. + + + + + + + + Specifies a custom editor for the parameter. + + + An descendant that is the parameter's editor. + + + + + + + + Gets the parameter, for which a custom editor is being provided. + + + A object. + + + + + + + For internal use. + + + A Boolean value. + + + + + + + + Provides user interface for showing the parameters panel on a Web page, to request report parameters on the client-side. + + + + + + + Initializes a new instance of the ReportParametersPanel class with default settings. + + + + + + + + Enables support for Section 508. + + + true to enable support for Section 508; otherwise, false. + + + + + + + Specifies the name of a client-side instance of the ReportParametersPanel. + + + + A value. + + + + + + + Specifies the width of the ReportParametersPanel control's buttons container, in percents. + + + An structure. + + + + + + + Occurs when standard editors are created for the report parameters, according to their types. + + + + + + + + + Disposes of the ReportParametersPanel object. + + + + + + + + Specifies the instance with which a ReportParametersPanel is associated. + + + A object. + + + + + + + Specifies the ID of the instance with which a ReportParametersPanel is associated. + + + A value, specifying the Report Viewer's ID. + + + + + + + Specifies the path to the CSS file, storing styles for a Document Map's elements. + + + A value, representing the path to the CSS file. + + + + + + + Provides access to the style settings that define the appearance of button elements used by the ReportParametersPanel control. + + + A object that contains style settings. + + + + + + + Provides access to style settings of a Document Map's editors. + + + + An object. + + + + + + + + Provides a user interface for showing the document map on a Web page, to provide client-side navigation through a report. + + + + + + + + Initializes a new instance of the ReportDocumentMap class with default settings. + + + + + + + + Enables support for Section 508. + + + true to enable support for Section 508; otherwise, false. + + + + + + + Specifies whether or not the node selection is available to the Document Map. + + + true if nodes can be selected; otherwise false. + + + + + + + Specifies the name of a client-side instance of the ReportDocumentMap. + + + + A value. + + + + + + + This property is not in effect for the ReportDocumentMap class. + + + A object. + + + + + + + Specifies whether or not animation is available when expanding/collapsing nodes in a Document Map. + + + true if animation is used; otherwise, false. + + + + + + + Specifies whether or not nodes of a Document Map can visually respond to mouse hovering. + + + true if nodes can be hot-tracked; otherwise, false. + + + + + + + Provides access to the images that define the look of a Document Map's nodes. + + + A object. + + + + + + + Gets or sets the delay between starting an asynchronous operation and displaying the loading panel. + + + An integer value that specifies the delay before displaying the loading panel, in milliseconds. + + + + + + + Specifies the position of an image displayed within a loading panel with respect to the panel's text content. + + + + An enumeration value. + + + + + + + Specifies the text displayed within a loading panel while waiting for a callback response. + + + A value. + + + + + + + Specifies the instance with which a ReportDocumentMap is associated. + + + A object. + + + + + + + Specifies the ID of the instance with which a ReportDocumentMap is associated. + + + A value, specifying the Report Viewer's ID. + + + + + + + Specifies whether or not a Loading Panel is displayed within a Document Map while waiting for a callback response. + + + true if a Loading Panel is allowed to be displayed; otherwise, false. + + + + + + + Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response. + + + true if an image is allowed to be displayed within the loading panel; otherwise, false. + + + + + + + Specifies whether or not tree lines are displayed within a Document Map. + + + + true to display tree lines; otherwise, false. + + + + + + + Provides access to the style settings that control the appearance of a Document Map's elements. + + + A object. + + + + + + Index: trunk/lib/DevExpress/DevExpress.ExpressApp.TreeListEditors.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/install.bat =================================================================== diff -u --- trunk/lib/DevExpress/install.bat (revision 0) +++ trunk/lib/DevExpress/install.bat (revision 8) @@ -0,0 +1,161 @@ +set PATH=%PATH%;C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\bin +set PATH=%PATH%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin +set PATH=%PATH%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin +set PATH=%PATH%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin + +gacutil /i DevExpress.BonusSkins.v12.2.dll +gacutil /i DevExpress.Charts.v12.2.Core.dll +gacutil /i DevExpress.CodeParser.v12.2.dll +gacutil /i DevExpress.Data.v12.2.dll +gacutil /i DevExpress.DemoData.v12.2.Core.dll +gacutil /i DevExpress.DemoData.v12.2.dll +gacutil /i DevExpress.DemoReports.v12.2.dll +REM gacutil /i DevExpress.Design.v12.2.dll +gacutil /i DevExpress.Office.v12.2.Core.dll +REM gacutil /i DevExpress.PivotGrid.v12.2.Adomd.dll +gacutil /i DevExpress.PivotGrid.v12.2.Core.dll +REM gacutil /i DevExpress.PivotGrid.v12.2.Xmla.dll +gacutil /i DevExpress.Printing.v12.2.Core.dll +REM gacutil /i DevExpress.Reports.v12.2.Designer.dll +gacutil /i DevExpress.RichEdit.v12.2.Core.dll +gacutil /i DevExpress.SharePoint.2010.v12.2.dll +gacutil /i DevExpress.SharePoint.MOSS.v12.2.dll +gacutil /i DevExpress.SharePoint.WSS.v12.2.dll +gacutil /i DevExpress.SpellChecker.v12.2.Core.dll +gacutil /i DevExpress.Tutorials.v12.2.dll +gacutil /i DevExpress.Utils.v12.2.dll +gacutil /i DevExpress.Utils.v12.2.UI.dll +REM gacutil /i DevExpress.Web.ASPxEditors.v12.2.dll +gacutil /i DevExpress.Web.ASPxGauges.v12.2.dll +REM gacutil /i DevExpress.Web.ASPxGridView.v12.2.dll +REM gacutil /i DevExpress.Web.ASPxGridView.v12.2.Export.dll +gacutil /i DevExpress.Web.ASPxHtmlEditor.v12.2.dll +gacutil /i DevExpress.Web.ASPxPivotGrid.v12.2.dll +REM gacutil /i DevExpress.Web.ASPxPivotGrid.v12.2.Export.dll +REM gacutil /i DevExpress.Web.ASPxScheduler.v12.2.Design.dll +gacutil /i DevExpress.Web.ASPxScheduler.v12.2.dll +gacutil /i DevExpress.Web.ASPxSpellChecker.v12.2.dll +gacutil /i DevExpress.Web.ASPxThemes.v12.2.dll +gacutil /i DevExpress.Web.ASPxTreeList.v12.2.dll +REM gacutil /i DevExpress.Web.ASPxTreeList.v12.2.Export.dll +gacutil /i DevExpress.Web.Mvc.v12.2.dll +gacutil /i DevExpress.Web.v12.2.dll +REM gacutil /i DevExpress.Xpf.Carousel.v12.2.Customization.dll +REM gacutil /i DevExpress.Xpf.Carousel.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Carousel.v12.2.dll +REM gacutil /i DevExpress.Xpf.Charts.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Charts.v12.2.dll +REM gacutil /i DevExpress.Xpf.Charts.v12.2.VisualStudio.Design.dll +REM gacutil /i DevExpress.Xpf.Controls.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Controls.v12.2.dll +REM gacutil /i DevExpress.Xpf.Core.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Core.v12.2.dll +REM gacutil /i DevExpress.Xpf.Core.v12.2.Extensions.Design.dll +gacutil /i DevExpress.Xpf.Core.v12.2.Extensions.dll +REM gacutil /i DevExpress.Xpf.DemoBase.v12.2.Design.dll +gacutil /i DevExpress.Xpf.DemoBase.v12.2.dll +gacutil /i DevExpress.Xpf.DemoBase.v12.2.TestUtils.dll +gacutil /i DevExpress.Xpf.DemoBase.Web.v12.2.dll +REM gacutil /i DevExpress.Xpf.Docking.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Docking.v12.2.dll +REM gacutil /i DevExpress.Xpf.Gauges.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Gauges.v12.2.dll +gacutil /i DevExpress.Xpf.Grid.v12.2.Core.dll +REM gacutil /i DevExpress.Xpf.Grid.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Grid.v12.2.dll +gacutil /i DevExpress.Xpf.Grid.v12.2.Extensions.dll +gacutil /i DevExpress.Xpf.Layout.v12.2.Core.dll +REM gacutil /i DevExpress.Xpf.LayoutControl.v12.2.Design.dll +gacutil /i DevExpress.Xpf.LayoutControl.v12.2.dll +REM gacutil /i DevExpress.Xpf.NavBar.v12.2.Design.dll +gacutil /i DevExpress.Xpf.NavBar.v12.2.dll +REM gacutil /i DevExpress.Xpf.PivotGrid.v12.2.Design.dll +gacutil /i DevExpress.Xpf.PivotGrid.v12.2.dll +gacutil /i DevExpress.Xpf.Printing.v12.2.Core.dll +REM gacutil /i DevExpress.Xpf.Printing.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Printing.v12.2.dll +REM gacutil /i DevExpress.Xpf.Printing.v12.2.Service.Design.dll +gacutil /i DevExpress.Xpf.Printing.v12.2.Service.dll +REM gacutil /i DevExpress.Xpf.PropertyGrid.v12.2.dll +REM gacutil /i DevExpress.Xpf.Ribbon.v12.2.Design.dll +REM new +gacutil /i DevExpress.Xpf.ReportDesigner.v12.2.dll +gacutil /i DevExpress.Xpf.Ribbon.v12.2.dll +REM gacutil /i DevExpress.Xpf.RichEdit.v12.2.Design.dll +gacutil /i DevExpress.Xpf.RichEdit.v12.2.dll +REM gacutil /i DevExpress.Xpf.Scheduler.v12.2.Design.dll +gacutil /i DevExpress.Xpf.Scheduler.v12.2.dll +gacutil /i DevExpress.Xpf.SpellChecker.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Demo.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.LightGray.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.MetropolisDark.v12.2.dll +REM new +gacutil /i DevExpress.Xpf.Themes.MetropolisLight.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Office2007Black.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Office2007Blue.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Office2007Silver.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Office2010Black.v12.2.dll +REM new +gacutil /i DevExpress.Xpf.Themes.Office2010Blue.v12.2.dll +REM new +gacutil /i DevExpress.Xpf.Themes.Office2010Silver.v12.2.dll +REM new +gacutil /i DevExpress.Xpf.Themes.Office2013.v12.2.dll +gacutil /i DevExpress.Xpf.Themes.Seven.v12.2.dll +REM new +gacutil /i DevExpress.Xpf.Themes.VS2010.v12.2.dll +REM gacutil /i DevExpress.Xpo.v12.2.Data.Services.dll +REM gacutil /i DevExpress.Xpo.v12.2.Design.dll +gacutil /i DevExpress.Xpo.v12.2.dll +gacutil /i DevExpress.Xpo.v12.2.Web.dll +REM gacutil /i DevExpress.XtraBars.v12.2.Design.dll +gacutil /i DevExpress.XtraBars.v12.2.dll +REM gacutil /i DevExpress.XtraCharts.v12.2.Design.dll +gacutil /i DevExpress.XtraCharts.v12.2.dll +gacutil /i DevExpress.XtraCharts.v12.2.Extensions.dll +gacutil /i DevExpress.XtraCharts.v12.2.UI.dll +gacutil /i DevExpress.XtraCharts.v12.2.Wizard.dll +gacutil /i DevExpress.XtraCharts.v12.2.Web.Design.dll +gacutil /i DevExpress.XtraCharts.v12.2.Web.dll +REM gacutil /i DevExpress.XtraEditors.v12.2.Design.dll +gacutil /i DevExpress.XtraEditors.v12.2.dll +gacutil /i DevExpress.XtraGauges.v12.2.Core.dll +REM gacutil /i DevExpress.XtraGauges.v12.2.Design.Win.dll +gacutil /i DevExpress.XtraGauges.v12.2.Presets.dll +gacutil /i DevExpress.XtraGauges.v12.2.Win.dll +REM gacutil /i DevExpress.XtraGrid.v12.2.Design.dll +gacutil /i DevExpress.XtraGrid.v12.2.dll +REM gacutil /i DevExpress.XtraLayout.v12.2.Design.dll +gacutil /i DevExpress.XtraLayout.v12.2.dll +REM gacutil /i DevExpress.XtraNavBar.v12.2.Design.dll +gacutil /i DevExpress.XtraNavBar.v12.2.dll +REM gacutil /i DevExpress.XtraPivotGrid.v12.2.Design.dll +gacutil /i DevExpress.XtraPivotGrid.v12.2.dll +REM gacutil /i DevExpress.XtraPrinting.v12.2.Design.dll +gacutil /i DevExpress.XtraPrinting.v12.2.dll +REM gacutil /i DevExpress.XtraReports.v12.2.Design.dll +gacutil /i DevExpress.XtraReports.v12.2.dll +gacutil /i DevExpress.XtraReports.v12.2.Extensions.dll +gacutil /i DevExpress.XtraReports.v12.2.Service.dll +gacutil /i DevExpress.XtraReports.v12.2.Web.dll +REM gacutil /i DevExpress.XtraRichEdit.v12.2.Design.dll +gacutil /i DevExpress.XtraRichEdit.v12.2.dll +gacutil /i DevExpress.XtraRichEdit.v12.2.Extensions.dll +gacutil /i DevExpress.XtraRichEdit.v12.2.Printing.dll +gacutil /i DevExpress.XtraScheduler.v12.2.Core.dll +REM gacutil /i DevExpress.XtraScheduler.v12.2.Design.dll +gacutil /i DevExpress.XtraScheduler.v12.2.dll +gacutil /i DevExpress.XtraScheduler.v12.2.Extensions.dll +gacutil /i DevExpress.XtraScheduler.v12.2.iCalendarExchange.dll +gacutil /i DevExpress.XtraScheduler.v12.2.OutlookExchange.dll +gacutil /i DevExpress.XtraScheduler.v12.2.Reporting.dll +gacutil /i DevExpress.XtraScheduler.v12.2.Reporting.Extensions.dll +gacutil /i DevExpress.XtraScheduler.v12.2.VCalendarExchange.dll +REM gacutil /i DevExpress.XtraSpellChecker.v12.2.Design.dll +gacutil /i DevExpress.XtraSpellChecker.v12.2.dll +REM gacutil /i DevExpress.XtraTreeList.v12.2.Design.dll +gacutil /i DevExpress.XtraTreeList.v12.2.dll +REM gacutil /i DevExpress.XtraVerticalGrid.v12.2.Design.dll +gacutil /i DevExpress.XtraVerticalGrid.v12.2.dll +REM gacutil /i DevExpress.XtraWizard.v12.2.Design.dll +gacutil /i DevExpress.XtraWizard.v12.2.dll Index: trunk/lib/DevExpress/DevExpress.Web.ASPxSpellChecker.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Web.ASPxSpellChecker.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Web.ASPxSpellChecker.v12.2.xml (revision 8) @@ -0,0 +1,1826 @@ + + + + DevExpress.Web.ASPxSpellChecker.v12.2 + + + + + + Contains settings that define the appearance of certain spellchecker elements. + + + + + + + Initializes a new instance of the SpellCheckerStyles class with the specified owner. + + + + An object that implements the ISkinOwner interface. + + + + + + + + Provides access to the appearance style object for the Checked Text Container style. + + + A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object, containing apperance settings for the Checked Text Container style. + + + + + + + Returns the name of the Checked Text Container style. + + + A string, representing the style name. Currently it is the "CheckedTextContainer". + + + + + + + For internal use only. + + + [To be supplied] + + + + + + Provides access to the appearance style object of the Error Word style. + + + A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle object, containing apperance settings for the Error Word style. + + + + + + + Returns the name of the Error Word style. + + + A string, representing the style name. Currently it is "ErrorWord". + + + + + + + For internal use only. + + + [To be supplied] + + + + + + + Contains dialog form settings. + + + + + + + Initializes a new instance of the SpellCheckerFormsSettings class with the specified owner. + + + + An object that implements the interface. + + + + + + + + Copies the settings from the specified object to the current object. + + + + A object, whose settings are assigned to the current object. + + + + + + + + Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Check Spelling dialog form. + + + A value specifying the file name and path to a UserControl file that is a customized Check Spelling dialog form. + + + + + + + Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Spelling Options dialog form. + + + A value specifying the file name and path to a UserControl file that is a customized Spelling Options dialog form. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomDictionaryLoadingEventArgs class with the specified custom dictionary. + + + + An value representing the custom dictionary. This value is assigned to the property. + + + + + + + + Gets the custom dictionary to be loaded. + + + A object representing the custom dictionary. + + + + + + + + An object providing a means to localize the 's user interface elements at runtime. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerLocalizer class with default settings. + + + + + + + + Returns an object comprising resources based on the thread's language and regional settings (culture). + + + A XtraLocalizer@lt;ASPxSpellCheckerStringId@gt; object comprising resources based on the thread's culture. + + + + + + + Returns a localized string for the specified string identifier. + + + + An enumeration value identifying the string to localize. + + + A String corresponding to the specified identifier. + + + + + + + + Contains values corresponding to strings that can be localized for the . + + + + + + + Defines the caption of the Add to Dictionary button on the Check Spelling Form of the Spell Checker. +Default value: "Add to Dictionary" + + + + + + + + Defines the caption of the Cancel button on the Spelling Options Form of the Spell Checker. +Default value: "Cancel" + + + + + + + + Defines the caption of the Change All button on the Check Spelling Form of the Spell Checker. +Default value: "Change All" + + + + + + + + Defines the caption of the Change button on the Check Spelling Form of the Spell Checker. +Default value: "Change" + + + + + + + + Defines the Check Spelling Form's Change To: label caption. +Default value: "Change to:" + + + + + + + + Defines the text shown in the International dictionaries block of the Spelling Options Form. +Default value: "Choose which dictionary to use when checking your spelling." + + + + + + + + Defines the caption of the Close button on the Check Spelling Form of the Spell Checker. +Default value: "Close" + + + + + + + + Defines the text displayed within the message box invoked if the spelling check is complete and the property value is not customized. +Default value: "The spelling check is complete." + + + + + + + + + Defines the caption of the General options block in the Spelling Options Form. +Default value: "General options" + + + + + + + + + Defines the caption of the Ignore All button on the Check Spelling Form of the Spell Checker. +Default value: "Ignore All" + + + + + + + + Defines the caption of the Ignore e-mails option in the Spelling Options Form. +Default value: "Ignore e-mails" + + + + + + + + + Defines the caption of the Ignore words in MiXeDcAsE option in the Spelling Options Form. +Default value: "Ignore words in MiXeDcAsE" + + + + + + + + + Defines the caption of the Ignore words with numbers option in the Spelling Options Form. +Default value: "Ignore words with numbers" + + + + + + + + + Defines the caption of the Ignore Once button on the Check Spelling Form of the Spell Checker. +Default value: "Ignore Once" + + + + + + + + Defines the caption of the Ignore markup tags option in the Spelling Options Form. +Default value: "Ignore markup tags" + + + + + + + + + Defines the caption of the Ignore words in UPPERCASE option in the Spelling Options Form. +Default value: "Ignore words in UPPERCASE" + + + + + + + + + Defines the caption of the Ignore URLs option in the Spelling Options Form. +Default value: "Ignore URLs" + + + + + + + + + Defines the caption of the International dictionaries block in the Spelling Options Form. +Default value: "International dictionaries" + + + + + + + + + Defines the Language: label caption shown in the International dictionaries block of the the Spelling Options Form. +Default value: "Language:" + + + + + + + + + Defines the text shown in a Check Spelling Form suggestion box if no suggestion was found. +Default value: "(No Suggestions)" + + + + + + + + Defines the Check Spelling Form's Not in Dictionary label caption. +Default value: "Not in Dictionary:" + + + + + + + + Defines the caption of the OK button on the Spelling Options Form of the Spell Checker. +Default value: "OK" + + + + + + + + Defines the caption of the Options button on the Check Spelling Form of the Spell Checker. +Default value: "Options..." + + + + + + + + Defines the Spelling Options Form's caption. +Default value: "Spelling Options" + + + + + + + + Defines the Check Spelling Form's caption. +Default value: "Check Spelling" + + + + + + + + + An object providing a means to localize the 's user interface elements at runtime. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerResLocalizer class with default settings. + + + + + + + + + The base class for ASPxSpellChecker dictionaries. + + + + + + + Copies public properties from the specified object to the current object. + + + + A object or descendant whose properties are copied to the current object. + + + + + + + + Gets or sets a unique identifier of a dictionary instance for caching purposes. + + + A string, which is the cache key under which a dictionary is stored in the cache. + + + + + + + + Indicates whether a dictionary can be placed in the cache. + + + true if a dictionary can be cached; otherwise, false. + + + + + + + + Gets or sets the language and culture settings of the current dictionary. + + + A object, contaning language and culture info. + + + + + + + Gets or sets a path to the dictionary file used to create spellchecker dictionaries. + + + A value that specifies the path to the dictionary file. + + + + + + + Provides access to a dictionary located in a cache. + + + A dictionary that exposes the interface. + + + + + + + Returns the unique key that can be used to identify dictionaries in cache storage. + + + A string that is a cache key. + + + + + + + Returns the information on language and culture associated with the current dictionary. + + + A object, containing information about specific culture. + + + + + + + Indicates whether the current dictionary is a custom one. + + + true if the current dictionary type is Custom; otherwise, false. + + + + + + + Removes a cached dictionary from application's . + + + + + + + + Gets the number of words contained within the dictionary. + + + An integer value representing the total number of words within the dictionary. + + + + + + + + Contains settings that allow images to be defined for specific elements of editors used within the . + + + + + + + Initializes a new instance of the SpellCheckerEditorImages class with the specified owner. + + + + An object that implements the ISkinOwner interface. + + + + + + + + + Represents a container of strings, which are used in the ASPxSpellChecker's dialogs. + + + + + + + + + + Initializes a new instance of the ASPxSpellCheckerTextSettings class with the specified owner. + + + + An object that implements the interface. + + + + + + + + Copies public properties from the specified object to the current object. + + + + A object or descendant whose properties are copied to the current object. + + + + + + + + Gets or sets the text which informs the user that the spell check is finished. + + + A string, containing a text message indicating that the spell check process is complete. + + + + + + + + Gets or sets the text message informing the user that no words are found for replacement. + + + A string, containing the message's text. + + + + + + + Get or sets the title of the Options dialog form. + + + A string containing the text used as a caption of the Options form. + + + + + + + Get or sets the title of the spelling form. + + + A string containing the text used as a caption of the spelling form. + + + + + + + + Represents the base for the and classes. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerBaseSettings class with the specified owner. + + + + An object that implements the interface. + + + + + + + + + Contains a client-side ASPxSpellChecker's event list. + + + + + + + Initializes a new instance of the SpellCheckerClientSideEvents class with default settings. + + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle the client event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle the client event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle the client event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle the client-side event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + + Represents a collection of ASPxSpellChecker dictionaries. + + + + + + + Initializes a new instance of the SpellCheckerDictionaryCollection class with the specified owner. + + + + An object that implements the IWebControlObject interface. + + + + + + + + Returns the owner of the dictionary. + + + An object. + + + + + + + Overrides the corresponding property of the base class. + + + Always returns value. + + + + + + + + Represents a container of settings that affect spell checking. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerSpellingSettings class with the specified owner. + + + + An object that implements the interface. + + + + + + + + Copies public properties from the specified object to the current object. + + + + A object or descendant whose properties are copied to the current object. + + + + + + + + Gets or sets whether email addresses should be skipped during checking. + + + + true to exclude email addresses from spell check; otherwise, false. + + + + + + + Gets or sets whether the text enclosed with specific markup tags should be checked. + + + true to exclude the text within tags from the check; otherwise, false. + + + + + + + + Gets or sets whether the spellchecker ignores words containing different case letters in positions other than the first. + + + true to skip mixed case words while checking; otherwise, false. + + + + + + + Gets or sets whether words in which all letters are uppercase should be skipped during checking. + + + + true to ignore words in uppercase; otherwise, false. + + + + + + + Gets or sets whether URLs in text are skipped during checking. + + + + true to ignore URLs in text; otherwise, false. + + + + + + + Gets or sets whether the spell checker skips words that contain numbers during checking. + + + + true to ignore words with numbers; otherwise, false. + + + + + + + + Represents a dictionary used by the ASPxSpellChecker engine. + + + + + + + Initializes a new instance of the ASPxSpellCheckerDictionary class with default settings. + + + + + + + + Gets or sets the path to a file that defines the alphabet associated with a dictionary. + + + A value that specifies the path to the alphabet file. + + + + + + + Gets an internal representation of a spellchecker dictionary. + + + A class instance. + + + + + + + + + Represents an ASPxSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerOpenOfficeDictionary class with default settings. + + + + + + + + This property is not in effect for ASPxSpellCheckerOpenOfficeDictionary class. + + + + + + + + + + Gets an internal representation of a spellchecker dictionary. + + + A class instance. + + + + + + + Gets or sets the character encoding used by a dictionary. + + + A value, specifying the character encoding. + + + + + + + Gets or sets the human-readable description of the dictionary's encoding. + + + A string, specifying the encoding's human-readable name. + + + + + + + + Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format. + + + + + + + + Initializes a new instance of the ASPxSpellCheckerISpellDictionary class with default settings. + + + + + + + + Gets or sets the path to a file that defines the alphabet associated with a dictionary. + + + A value that specifies the path to the alphabet file. + + + + + + + Gets an internal representation of a spellchecker dictionary. + + + A class instance. + + + + + + + Get or sets a location of the affix file for the ASPxSpellCheckerISpellDictionary + + + A string, representing a path to the affix dictionary file. + + + + + + + + Represents a custom dictionary of the spell checker. + + + + + + + Initializes a new instance of the ASPxSpellCheckerCustomDictionary class with default settings. + + + + + + + + Appends a word to a custom dictionary. + + + + A string, representing a word to add. + + + + + + + + Appends several words to a custom dictionary. + + + + A string array of words to add to a dictionary. + + + + + + + + Gets a custom spellchecker dictionary. + + + A class instance. + + + + + + + Indicates that the current dictionary is a custom dictionary. + + + Always returns true. + + + + + + + Loads a dictionary and alphabet from the specified streams into the current ASPxSpellCheckerCustomDictionary object, and initializes it. + + + + A object which stores the word list. + + + + A object which stores the language's alphabet. + + + + + + + + + Defines the base class for ASPxSpellChecker dictionaries. + + + + + + + Gets or sets code page settings of the dictionary text characters. + + + A object, representing a character encoding. + + + + + + + Gets or sets the human-readable description of the dictionary's encoding. + + + A string, specifying the encoding's human-readable name. + + + + + + + Returns a character encoding used by the dictionary. + + + A object, representing a character encoding. + + + + + + + Provides indexed access to words contained within the dictionary. + + + + An integer value specifying the zero-based index of the returned word. + + + A value. + + + + + + + + Represents the base component of the ASPxSpellChecker Suite. + + + + + + + Initializes a new instance of the ASPxSpellChecker class with default settings. + + + + + + + + Overrides the property, to hide it. + + + + + + + + + + + Overrides the property to hide it. + + + A object that represents the background color of the control. The default is . + + + + + + + Overrides the to hide it. + + + A class instance that is the background image of the web control. + + + + + + + + Overrides the property to hide it. + + + A object that is the border settings of a control. + + + + + + + + Overrides the property to hide it. + + + A class instance, specifying the border settings. + + + + + + + Overrides the property to hide it. + + + A class instance, specifying the border settings. + + + + + + + Overrides the property to hide it. + + + A class instance, specifying the border settings. + + + + + + + Overrides the property to hide it. + + + A class instance, specifying the border settings. + + + + + + + Gets or sets the identifier of the web control to be checked. + + + A string that identifies the element on a page. + + + + + + + Occurs when client-side scripts are created and the identifier of a control to be checked is queried. + + + + + + + + Provides access to an object specifying style settings for the element that contains text to be checked. + + + A class instance that holds style settings. + + + + + + + Gets or sets the ASPxSpellChecker's client programmatic identifier. + + + A string value that specifies the ASPxSpellChecker's client identifier. + + + + + + + Enables you to save and restore the previously saved layout of the ASPxSpellChecker. + + + + + + + + Gets an object that lists the client-side events specific to the ASPxSpellChecker. + + + A object which allows assigning handlers to the client-side events available to the ASPxSpellChecker. + + + + + + + Overrides the property of the base class to hide it. + + + The Cascading Style Sheet class rendered by the Web server control on the client. + + + + + + + Gets or sets the culture-specific settings of the spellchecker. + + + A object that specifies culture settings (language and phonetic specifics). + + + + + + + Overrides the corresponding property of the base class. + + + A string that is the type of cursor to display when the mouse pointer is over the web control. + + + + + + + Fires when a custom dictionary is loading into a session. + + + + + + + + Enables you to supply any server data that can then be parsed on the client. + + + + + + + + Gets the settings of an image displayed within the check spelling form close button. + + + A HeaderButtonImageProperties object that contains image settings. + + + + + + + Provides access to a collection of dictionaries maintained by the ASPxSpellChecker instance. + + + A object, representing a collection of dictionaries. + + + + + + + This property is not in effect for the ASPxSpellChecker class. + + + + + + + + + + Releases all resources used by the ASPxSpellChecker. + + + + + + + + Gets or sets whether the callback result data compression is enabled. + + + true to compress data stream; otherwise, false. + + + + + + + Overrides the property to hide it. + + + true if a control keeps any of its values that are HTML as HTML; false, if it strips out the HTML markers. + + + + + + + + Provides access to an object specifying style settings for the misspelled word in a text. + + + A class instance that holds style settings. + + + + + + + Overrides the property to hide it. + + + A that represents the font properties of the control. + + + + + + + Overrides the property to hide it. + + + + A that represents the foreground color of the control + + + + + + + Returns an object containing style settings of the control which holds the text being checked in the spelling form. + + + A object containing style settings. + + + + + + + Gets the culture setting of the spellchecker. + + + A object, containing information about specific culture. + + + + + + + Returns a custom dictionary of the spell checker. + + + A object representing a custom dictionary. + + + + + + + Overrides the property to hide it. + + + A object, representing the contol's height. + + + + + + + Gets or sets the path to the folder that contains images used by the control. + + + A string value specifying the root path of all the images used by the control. + + + + + + + Provides access to image settings for specific elements of editors on the ASPxSpellChecker forms. + + + A object that contains image settings. + + + + + + + Gets a collection of temporary client properties and its values. + + + A System.Collections.Generic.Dictionary object that represents the collection of properties and its values. + + + + + + + Gets or sets the parameter used to measure the proximity of words. + + + An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one. + + + + + + + Gets or sets the delay before displaying the loading panel. + + + An Int32 value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds. + + + + + + + + Gets the settings of an image to be displayed within a loading panel while waiting for a callback response. + + + A object that contains the image's settings. + + + + + + + Gets or sets the position of an image displayed within a loading panel. + + + A enumeration value. + + + + + + + Gets the style settings of a loading panel displayed while waiting for a callback response. + + + A object that contains style settings. + + + + + + + Gets or sets the text to be displayed within a loading panel while waiting for a callback response. + + + + A string that specifies the text displayed within a loading panel. + + + + + + + Occurs when a word being checked is not found in a dictionary. + + + + + + + + Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. + + + + + + + + Gets or sets a value specifying whether or not the current control supports right-to-left representation. + + + One of the enumeration values. + + + + + + + Gets or sets a value that specifies whether cookies are used to persist information about the control. + + + true if information is persisted in cookies; otherwise, false. + + + + + + + Gets or sets the identifier of the cookie in which the control's state is persisted. + + + A string value specifying a cookie's name. + + + + + + + Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site. + + + A SpellCheckerFormsSettings object containing properties which point to individual dialog forms. + + + + + + + Provides access to basic spelling settings. + + + A object that holds spelling options. + + + + + + + Provides access to texts displayed in different elements of the control. + + + A class instance that holds texts for use in control layout and related forms + + + + + + + Gets or sets whether the loading panel can be displayed. + + + true if a loading panel is allowed to be displayed; otherwise, false. + + + + + + + Gets or sets a value that specifies the visibility of an image within a loading panel displayed while waiting for a callback response. + + + + true if an image is displayed within a loading panel; otherwise, false. + + + + + + + Gets or sets the path to a CSS file that defines the control's sprite image settings. + + + A value that specifies the path to the required CSS file. + + + + + + + Gets or sets the path to a sprite image. + + + A value that specifies the path to the sprite image. + + + + + + + Provides access to an object which specifies the appearance of buttons on the spelling form. + + + + A object, containing the button style settings. + + + + + + + Provides access to style settings for the spellchecker forms. + + + A object that contains style settings. + + + + + + + Provides access to style settings for editor elements in the spellchecker forms. + + + A object that contains style settings. + + + + + + + Gets or sets the number of suggested words displayed in the spelling form. + + + An integer, representing the number of suggestions displayed. + + + + + + + + Overrides the property to hide it. + + + + A tab index of the control. + + + + + + + Overrides the property to hide it. + + + A text displayed when the mouse pointer hovers over the control. + + + + + + + Overrides the property to hide it. + + + true if a control is rendered as a UI on a page; otherwise, false. + + + + + + + + Overrides the property to hide it. + + + A object, representing the contol's width. + + + + + + + Fires when a word is added to the custom dictionary. + + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the which raised the event. + + + + A object which contains event data. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.DXStyle.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Reports.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Web.ASPxHtmlEditor.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.NavBar.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpf.NavBar.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpf.NavBar.v12.2.xml (revision 8) @@ -0,0 +1,5499 @@ + + + + DevExpress.Xpf.NavBar.v12.2 + + + + + + Provides data for events which concern adding an item or group. + + + + + + + + Initializes a new instance of the ElementAddingEventArgs class with the specified setting. + + + + The data item object that supplies data for a NavBar element (an item or group) related to the event. + + + + + + + + Gets the data item to which the event related element (a group or item) is bound. + + + The data item object that supplies data for an added NavBar element (group or item). + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ItemAddingEventArgs class with the specified settings. + + + + A object representing the item related to the event. + + + + The data item object that supplies data for the NavBar item being added. + + + + + + + + Gets an item object related to the event. + + + A object being added to the NavBar control. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GroupAddingEventArgs class with the specified settings. + + + + A object representing the group related to the event. + + + + The data item object that supplies data for the NavBar group being added. + + + + + + + + Gets a group object related to the event. + + + A object being added to the NavBar control. + + + + + + + + Enumerates values that specify how the content of the NavBarControl is scrolled. + + + + + + + + A specific NavBar object is scrolled via scroll buttons. + + + + + + + + No visual scrolling elements are displayed. + + + + + + + + A specific NavBar object is scrolled via a Scroll Bar. + + + + + + + + + This class is mainly intended to be used internally. + + + + + + + + Initializes a new instance of the NavBarPositionPanel class with default settings. + + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets a value that identifies a group's position within the control. +This is an attached property. + + + One of the enumeration values. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + + Represents an object that provides the means to localize the NavBarControl's user interface elements. + + + + + + + + Initializes a new instance of the NavBarLocalizer class with default settings. + + + + + + + + Returns an XtraLocalizer object representing default resources, based on the thread's language and regional settings (culture). + + + A object representing resources based on the thread's culture. + + + + + + + Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). + + + A object representing resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + + + + + + + + Contains values corresponding to strings that can be localized. + + + + + + + The text of the exception that occurs when an attempt is made to add a group object belonging to one NavBarControl to another NavBarControl. + +Default value: "The group is already added to another NavBar." + + + + + + + + + + The text of the exception that occurs when an attempt is made to add an item object belonging to one group to another group. + +Default value: "The item is already added to another group." + + + + + + + + + + The text of the Navigation Pane Customization Menu's menu item that invokes a submenu, allowing the visibility of group headers to be changed. + +Default value: "_Add or Remove Buttons" + + + + + + + + + The text of the Navigation Pane Customization Menu's menu item that allows fewer group headers to be displayed within the Navigation Pane. + +Default value: "Show _Fewer Buttons" + + + + + + + + + The text of the Navigation Pane Customization Menu's menu item that allows more group headers to be displayed within the Navigation Pane. + +Default value: "Show _More Buttons" + + + + + + + + + + Contains values that identify a group's position within the control. + + + + + + + + The group corresponds to the first visible group header (in the Navigation Pane - to the first header displayed within the group button panel). + + + + + + + + The group corresponds to the last visible group header (in the Navigation Pane - to the last header displayed within the group button panel). + + + + + + + + The group corresponds to a middle header among the visible group headers (in the Navigation Pane - to a middle header displayed within the group button panel) + + + + + + + + + The group corresponds to a single visible group header (in the Navigation Pane - to a single header displayed within the group button panel). + + + + + + + + + Contains values that identify a visual element corresponding to an object to which this property applies. + + + + + + + Identifies the active group in the expanded Navigation Pane. + + + + + + + + Identifies the active group in the collapsed Navigation Pane. + + + + + + + + Identifies the group button panel. + + + + + + + + Identifies the overflow panel. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view (a descendant) that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavBarActiveGroupChangingEventArgs class with the specified settings. + + + + A object representing the previously active group. + + + + A object representing the group that is going to be activated. + + + + + + + + Gets or sets a value indicating whether the operation which raised an event should be canceled. + + + true if the operation raising the event should be canceled; otherwise, false. + + + + + + + Gets a group object that is going to be activated. + + + A object representing the group being activated. + + + + + + + Gets the previously activated group. + + + A object representing the previously active group. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view (a descendant) that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavBarActiveGroupChangedEventArgs class with the specified setting. + + + + A object representing the group related to the generated event. + + + + + + + + Gets a group object related to the event. + + + A object, manipulations on which forced the event to be raised. + + + + + + + + Contains layout settings to arrange images and text displayed by group headers or items. + + + + + + + Initializes a new instance of the LayoutSettings class with default settings. + + + + + + + + Stores default layout settings. + + + A LayoutSettings object that stores default values. + + + + + + + Gets or sets a value that specifies the dock position of an image within a parent's layout slot. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Gets or sets the horizontal alignment of the image within a parent's layout slot. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Gets or sets the vertical alignment of an image within a parent's layout slot. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Occurs every time any of the LayoutSettings properties has changed its value. + + + + + + + + Gets or sets the horizontal alignment of the text within a parent's layout slot. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Gets or sets the vertical alignment of the text within a parent's layout slot. +This is a dependency property. + + + One of the enumeration values. + + + + + + + + Contains values that specify which property ( or ) defines the group's content. + + + + + + + Specifies that group content is represented by the property. + + + + + + + + Specifies that group content is represented by the property. + + + + + + + + + + Contains values that specify by which characteristics (the text, image, or both) content elements (such as group headers or items) should be represented within the view. + + + + + + + Acts identically to the ImageAndText value. + + + + + + + + Only an image is used to represent the content of the related content element (an item or group header); the text is not displayed. + + + + + + + + + Both text and an image are used to represent the content of the related content element (an item or group header). + + + + + + + + + Only text is used to represent the content of the related content element (an item or group header); the image is not displayed, if any. + + + + + + + + + Contains values that specify the display mode of the expand button. + + + + + + + Specifies the inverted display mode of the expand button within the collapsed Navigation Pane. This mode is useful when the Navigation Pane is collapsed to the right (the NavBarControl's HorizontalAlignment property is set to Right). + + + + + + + + Specifies the normal (default) display mode of the expand button within the collapsed Navigation Pane. This mode is useful when the Navigation Pane is collapsed to the left (the NavBarControl's HorizontalAlignment property is set to Left). + + + + + + + + + Contains settings that define images to be displayed within group headers or items. + + + + + + + Initializes a new instance of the ImageSettings class with default settings. + + + + + + + + Stores default image settings for s. + + + An ImageSettings object that stores default image settings for s. + + + + + + + Gets or set the image height. +This is a dependency property. + + + Type: +The height of an image, in device-independent units (1/96th inch per unit). + + + + + + + Stores default image settings for s. + + + An ImageSettings object that stores default image settings for s. + + + + + + + Occurs every time any of the ImageSettings properties has changed its value. + + + + + + + + Gets or sets a value that specifies how an image should be stretched to fill the available space. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Gets or sets a value that specifies how an image is scaled. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Gets or set the image width. +This is a dependency property. + + + Type: +The width of an image, in device-independent units (1/96th inch per unit). + + + + + + + + Contains scrolling settings. + + + + + + + Initializes a new instance of the ScrollingSettings class with default settings. + + + + + + + + Gets or sets the acceleration ratio of the scrolling speed (in pixels per second squared), when scrolling using scroll buttons. This is an attached property. + + + A double precision floating-point value specifying the scrolling speed's acceleration ratio (in pixels per second squared). + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies how scroll buttons should be manipulated by an end-user to initiate scrolling. +This is an attached property. + + + One of the enumeration values. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets or sets the deceleration ratio of the scrolling speed (in pixels per second squared), when scrolling using scroll buttons. This is an attached property. + + + A double precision floating-point value specifying the deceleration ratio of the scrolling speed (in pixels per second squared). + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets the value of the attached property for a specified dependency object. + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified dependency object. + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The object from which the property value is read. + + + The property value for the object. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets or sets how a specific NavBar object is scrolled, using a scroll bar or scroll buttons. +This is an attached property. + + + A ScrollMode value that specifies how a NavBar object is scrolled. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the speed of scrolling (in pixels per second). This property is in effect when scrolling using scroll buttons. +This is an attached property. + + + A double precision floating-point value specifying the scrolling speed (in pixels per second). + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Sets the value of the attached property to a specified dependency object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given dependency object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property to a specified . + + + + The object to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Gets or sets the top and bottom indents of the scrollable region. +This is an attached property. + + + A double precision floating-point value that specifies the scrollable region's top and bottom indents. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view () that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavPaneExpandedChangingEventArgs class with the specified setting. + + + + true if the Navigation Pane is going to be expanded; otherwise, false. + + + + + + + + Gets or sets a value indicating whether the operation which raised an event should be canceled. + + + true if the operation raising the event should be canceled; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view () that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavPaneExpandedChangedEventArgs class with the specified setting. + + + + true if the Navigation Pane is expanded; otherwise, false. + + + + + + + + Gets a value indicating whether the Navigation Pane is expanded. + + + true if the group is expanded, otherwise false. + + + + + + + + Provides access to commands which are specific to the Navigation Pane view. + + + + + + + Initializes a new instance of the NavigationPaneCommands class with default settings. + + + + + + + + Toggles the Navigation Pane's expanded state. + + + A object that defines the command. + + + + + + + Decreases the number of visible group headers displayed within the Navigation Pane's group button panel. + + + A object that defines the command. + + + + + + + Increments (by one) the number of visible group headers displayed within the Navigation Pane's group button panel. + + + + A object that defines the command. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view (a descendant) that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavBarItemSelectingEventArgs class with the specified settings. + + + + A object that represents the group containing the previously selected item. + + + + A object that represents the previously selected item. + + + + A object that represents the group containing the item that is going to be selected. + + + + A object representing the item that is going to be selected. + + + + + + + + Gets or sets a value indicating whether the operation which raised an event should be canceled. + + + true if the operation raising the event should be canceled; otherwise, false. + + + + + + + Gets a group object containing an item that is going to be selected. + + + A object identifying the group whose item is being selected. + + + + + + + Gets an item object that is going to be selected. + + + A object representing the item being selected. + + + + + + + Gets the group containing the previously selected item. + + + A object representing the group where the previously selected item is contained. + + + + + + + Gets the previously selected item. + + + A object representing the previously selected item. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view (a descendant) that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new NavBarItemSelectedEventArgs class instance with the specified settings. + + + + A object representing the group that owns the newly selected item. + + + + A object representing the newly selected item related to the event. + + + + + + + + Gets a group object that contains an item related to the event. + + + A object containing an item, manipulations on which forced the event to be raised. + + + + + + + Gets the newly selected item related to the event. + + + A object representing the newly selected item. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view () that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavBarGroupExpandedChangingEventArgs class with the specified settings. + + + + A object representing the group related to the generated event. + + + + true if the related group is expanded; otherwise, false. + + + + + + + + Gets or sets a value indicating whether the operation which raised an event should be canceled. + + + true if the operation raising the event should be canceled; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the view () that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NavBarGroupExpandedChangedEventArgs class with the specified settings. + + + + A object representing the group related to the generated event. + + + + true if the related group is expanded; otherwise, false. + + + + + + + + Gets a group object related to the event. + + + A object, manipulations on which forced the event to be raised. + + + + + + + Gets a value indicating whether the processed group is expanded. + + + true if the group is expanded, otherwise false. + + + + + + + + Provides access to common navbar commands. + + + + + + + Toggles the specified group's expanded state. + + + A object that defines the command. + + + + + + + Selects the specified item. + + + A object that defines the command. + + + + + + + Activates the specified group. + + + A object that defines the command. + + + + + + + + Represents a view similar to the side bars found in Microsoft Outlook, prior to version 2003. + + + + + + + Initializes a new instance of the SideBarView class with default settings. + + + + + + + + Gets or sets the minimum height of the active group's content. +This is a dependency property. + + + A double precision floating-point value specifying the minimum height of the active group's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use only. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents a view similar to the Navigation Pane found in Microsoft Outlook 2007. + + + + + + + Initializes a new instance of the NavigationPaneView class with default settings. + + + + + + + + Gets or sets the minimum height of the active group's content. +This is a dependency property. + + + A double precision floating-point value specifying the minimum height of the active group's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Toggles the Navigation Pane's expanded state. + + + + + + + + +Gets or sets a control template that defines the presentation of a collapsed Navigation Pane. +This is a dependency property. + + + A ControlTemplate object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the collapsed Navigation Pane. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the view's content. +This is a dependency property. + + + An object specifying the view's content. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets a value that identifies a visual element corresponding to an object to which this property applies. +This is an attached property. + + + One of the enumeration values. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets or sets the display mode of the expand button. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the expanded Navigation Pane. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the width of the Navigation Pane when it is expanded from a collapsed state. + + + A Double value specifying the width of the Navigation Pane when it is expanded from the collapsed state. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an expander used within the current NavigationPaneView. + + + A object used within the current NavigationPaneView. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + +Gets or sets a control template that defines the visualization of group headers within the group button panel. + + + A ControlTemplate object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the visualization of group headers represented within the group button panel. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template for group headers represented within the group button panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether the Navigation Pane Expand Button is displayed, allowing end-users to expand/collapse the Navigation Pane. +This is a dependency property. + + + true if the expand button is displayed; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether the Navigation Pane is expanded. +This is a dependency property. + + + true if the Navigation Pane is expanded, otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying the visibility of the overflow panel. +This is a dependency property. + + + true if the overflow panel is visible; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether the splitter is displayed, allowing end-users to resize the group button panel. +This is a dependency property. + + + true if the splitter is displayed; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual number of visible group headers displayed within the group button panel. + + + An integer value that represents the number of visible group headers displayed within the group button panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use only. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style applied to the popup window, displaying a group's content while the NavigationPaneView is expanded. +This is a dependency property. + + + A Style object applied to the popup window, displaying a group's content while the NavigationPaneView is expanded. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets the maximum width of the pop-up pane for the current NavigationPaneView. + + + A Double value that is the maximum width of the pop-up pane for the current NavigationPaneView. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets the maximum number of visible group headers that can be displayed within the group button panel. +This is a dependency property. + + + + An integer value that specifies the maximum number of displayed group headers allowed. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires after the expanded state of the Navigation Pane has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires before the expanded state of the Navigation Pane is changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + Handles the command by calling the method. + + + + An object identifying the command sender (a instance). This object serves as the command's CommandTarget attribute. + + + + + A object that provides data for the executed command. + + + + + + + + Handles the command by calling the method. + + + + An object identifying the command sender (a instance). This object serves as the command's CommandTarget attribute. + + + + + A object that provides data for the executed command. + + + + + + + + Gets or sets the template that defines the visualization of items representing groups within the overflow panel. + + + A ControlTemplate object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the visualization of items representing groups within the overflow panel. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template for items representing groups within the overflow panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use only. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Decreases the number of visible group headers displayed within the Navigation Pane's group button panel. + + + + An object specifying the number by which to decrease the number of visible group headers. If set to null, the number of visible group headers is decreased by one. + + + + + + + + Increments the number of visible group headers displayed within the Navigation Pane's group button panel. + + + + + An object specifying the number by which to increase the number of visible group headers. If set to null, the number of visible group headers is increased by one. + + + + + + + + + Serves as the base for objects representing Views in a NavBarControl. + + + + + + + Initializes a new instance of the NavBarViewBase class with default settings. + + + + + + + + Fires after the active group has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires before the active group is changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether expanding/collapsing s within the current View is animated. + + + true if expanding/collapsing s within the current View is animated; otherwise, false. Default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, to hide it in MS Visual Studio designer tools. + + + + + + + + + + + Toggles the specified group's expanded state. + + + + A object specifying the group whose expanded state should be changed. + + + + + + + + Fires immediately after an end-user performs a click within the view. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets values that specify by which characteristics (the text, image, or both) content elements (such as group headers or items) should be represented within the view. +This is an attached property. + + + One of the enumeration values. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + Provides access to the current View's font settings. + + + A FontSettings object that stores the current View's font settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets a group related to the event whose data is passed via the method's parameter. + + + + A descendant specifying the routed event. + + + A object representing the group related to the specified event. If no group relates to the event, null (Nothing in Visual Basic) is returned. + + + + + + + Gets an item related to the event whose data is passed via the method's parameter. + + + + A descendant specifying the routed event. + + + A object representing the item related to the specified event. If no item relates to the event, null (Nothing in Visual Basic) is returned. + + + + + + + Occurs after a group has been implicitly created and bound to a data source, but prior to adding it to the NavBar control. + + + + + + + + Gets or sets whether s within the current NavBarViewBase should display their text, icon, or both icon and text. + + + A DisplayMode enumerator value that specifies whether s within the current NavBarViewBase should display their text, icon, or both icon and text. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that stores font settings for all s within the current NavBarViewBase. + + + A FontSettings object that stores font settings for all s within the current NavBarViewBase. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a template, which defines how data is represented in the group header areas within the current view. + + + A object, which represents a template for group headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that stores image settings for all s within the current NavBarViewBase. + + + An ImageSettings object that stores image settings for all s within the current NavBarViewBase. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that stores layout settings for all s within the current NavBarViewBase. + + + A LayoutSettings object that stores layout settings for all s within the current NavBarViewBase. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style object that defines the appearance of all group headers within the view. +This is a dependency property. + + + + A object containing group style settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of all group headers. +This is a dependency property. + + + A object that defines the presentation of group headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group header template based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + + + + + + + + Provides access to image settings. +This is an attached property. + + + A object containing settings that define images to be displayed within group headers or items. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Occurs after an item has been implicitly created and bound to a data source, but prior to adding it to the NavBar control. + + + + + + + + +Gets or sets a control template that defines how items are represented on-screen. + + + +A ControlTemplate object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether icon only, text only or both of these should be displayed for all within the current NavBarViewBase. + + + A DisplayMode enumerator value specifying whether icon only, text only or both of these should be displayed for all within the current NavBarViewBase. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains font settings common to all s within the current View. + + + A FontSettings object that contains font settings common to all s within the current View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains settings common to all icons within the current View. + + + An ImageSettings object that contains icon settings for all NavBarItems within the current View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains layout settings common to all s within the current View. + + + A LayoutSettings object that contains layout settings common to all s within the current View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires immediately after an item has been selected. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires before an item is selected. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the orientation of items within groups. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a specific container panel that is used by groups to layout group items. +This is a dependency property. + + + An object that is used within each group to layout its items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of all group items. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group item template based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style object that defines the appearance of all items within the view. +This is a dependency property. + + + + A object containing item style settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to image and text layout settings. +This is an attached property. + + + A object containing layout settings to arrange images and text displayed by group headers or items. + + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets a NavBarControl object to which the current view belongs. + + + A object that owns the view. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that identifies the currently applied view type. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + + Handles the command by calling the method. + + + + An object identifying the command sender (a descendant). This object serves as the command's CommandTarget attribute. + + + + + A object that provides data for the executed command. + + + + + + + + This method is called when the property is changed. + + + + @nbsp; + + + + @nbsp; + + + + + + + + Handles the command by calling the method. + + + + An object identifying the command sender (a descendant). This object serves as the command's CommandTarget attribute. + + + + + A object that provides data for the executed command. + + + + + + + + Handles the command by calling the method. + + + + An object identifying the command sender (a descendant). This object serves as the command's CommandTarget attribute. + + + + + A object that provides data for the executed command. + + + + + + + + Gets or sets the orientation of groups within the view. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + + Selects the specified item. + + + + A object specifying the item to be selected. + + + + + + + + Activates the specified group. + + + + A object specifying the group to be activated. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + Sets the value of the attached property for a given object. + + + + The element on which to set the attached property. + + + + The property value to set. + + + + + + + + This inherited property is not in effect for the NavBarViewBase object. +To prevent developers from using this property, its code attributes are set, to hide it in MS Visual Studio designer tools. + + + + + + + + + + + Represents a view that allows multiple groups to be expanded at the same time. + + + + + + + Initializes a new instance of the ExplorerBarView class with default settings. + + + + + + + + Fires after the expanded state of a group has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires before the expanded state of a group is changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + + Contains values that identify the currently applied view type. + + + + + + + Identifies the Explorer Bar view type (the control's view is represented by a instance). + + + + + + + + Identifies the Navigation Pane view type (the control's view is represented by a instance). + + + + + + + + Identifies the Side Bar view type (the control's view is represented by a instance). + + + + + + + + + Represents a collection of items within a group. + + + + + + + Initializes a new instance of the NavBarItemCollection class with the specified owner. + + + + A object specifying the group that owns the created collection. + + + + + + + + Provides access to individual s by their names. + + + + A String value specifying the name for the child object to be obtained. + + + An object with the specified name, contained in the current NavBarItemCollection. + + + + + + + + Represents an individual item within the NavBarControl control. + + + + + + + Initializes a new instance of the NavBarItem class with default settings. + + + + + + + + Gets the display mode for the current NavBarItem. + + + A DisplayMode enumerator value currently applied to this NavBarItem. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets the NavBarItem's current font settings. + + + A FontSettings object that contains font settings currently applied to the NavBarItem. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the NavBarItem's current icon settings. + + + An ImageSettings object that contains settings currently applied to the NavBarItem's icon. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets the layout settings currently applied to the NavBarItem's text and icon. + + + A LayoutSettings object that contains layout settings currently applied to the NavBarItem's text and icon. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets the actual visual style applied to the item. +This is a dependency property. + + + A object that represents the visual style applied to the item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires immediately after an end-user has clicked a group item. + + + + + + + + Gets or sets the command to invoke when the NavBar item is clicked. + + + An ICommand object to invoke when the NavBar item is clicked. + + + + + + + Gets or sets the parameter to pass to the . + + + The Object specifying the parameter to pass to the . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the element on which to raise the . + + + The IInputElement on which to raise the . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the item's content. +This is a dependency property. + + + An object specifying the item's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether icon only, text only or both of these should be displayed within the current NavBarItem. + + + A DisplayMode enumerator value that specifies whether icon only, text only or both of these should be displayed within the current NavBarItem. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains font settings for the current NavBarItem. + + + A FontSettings object that contains properties to customize the current NavBarItem's font. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the group to which the item belongs. +This is a dependency property. + + + A object representing the group that contains the item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains settings for the current NavBarItem's icon. + + + An ImageSettings object that contains properties to customize the current NavBarItem's icon. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the image displayed by the item. +This is a dependency property. + + + A object specifying the image displayed by the item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that specifies whether the item is selected. +This is a dependency property. + + + true if the item is selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying the visibility of the item. +This is a dependency property. + + + true if the item is visible; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to an item's image and text layout settings. + + + A object containing layout settings to arrange an image and text displayed within the current item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires when a NavBarItem is selected. + + + + + + + + Gets or sets the template that defines the presentation of the item's content. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style object that defines the item's appearance. +This is a dependency property. + + + + A object containing item style settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents a collection of groups within the navbar control. + + + + + + + Initializes a new instance of the NavBarGroupCollection class with the specified owner. + + + + A object specifying the control that owns the created collection. + + + + + + + + Provides access to individual s by their names. + + + + A String value specifying the name for the to be obtained. + + + + A NavBarGroup object with the specified name, contained in the current NavBarGroupCollection. + + + + + + + Fires when the 's visibility within the current NavBarGroupCollection is changed. + + + + A object that must be tracked. + + + + + + + + + + Represents an individual group within the NavBarControl. + + + + + + + Initializes a new instance of the NavBarGroup class with default settings. + + + + + + + + Fires when the current NavBarGroup is activated. + + + + + + + + Gets the display mode for the current NavBarGroup. + + + A DisplayMode enumerator value currently applied to this NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets the NavBarGroup's current font settings. + + + A FontSettings object that contains font settings currently applied to the NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the actual template applied to the group's header. +This is a dependency property. + + + A object that specifies the actual template applied to the group's header. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a group header template based on custom logic. +This is a dependency property. + + + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the NavBarGroup's current icon settings. + + + An ImageSettings object that contains icon settings currently applied to the NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets if this NavBarGroup is currently visible. This is a dependency property. + + + true if this NavBarGroup is currently visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets the actual template selector that chooses an item template based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the NavBarGroup's current icon and text layout settings. + + + A LayoutSettings object that contains layout settings currently applied to the NavBarGroup's icon and text. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides a dependency property identifier for limited write access to a read-only dependency property. + + + @nbsp; + + + + + + + Gets the actual template selector that chooses a template for the group's header represented within the group button panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a template for an item representing the group within the overflow panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual scroll mode for a group. + + + A ScrollMode value that specifies how a NavBar group is scrolled. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual visual style applied to the group. +This is a dependency property. + + + A object that represents the visual style applied to the group. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the current NavBarGroup is animated when expanding/collapsing. + + + true if the current NavBarGroup is animated when expanding/collapsing; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires immediately after an end-user clicks the current group's header. + + + + + + + + Gets or sets the command to invoke when the NavBar group is activated. + + + The ICommand object to invoke when the NavBar group is activated. + + + + + + + Gets or sets the parameter to pass to the . + + + The Object specifying the parameter to pass to the . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the element on which to raise the . + + + The IInputElement on which to raise the . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the group's content. +This is a dependency property. + + + An object that specifies the content of the group. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the group's content when the is set to . +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the current NavBarGroup should display its text, icon, or both icon and text. + + + A DisplayMode enumerator value that specifies whether the current NavBarGroup should display its text, icon, or both icon and text. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies which property ( or ) defines the group's content. +This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the direction that text and other user interface elements flow within this NavBarGroup. + + + A System.Windows.FlowDirection enumerator value that specifies the direction that text and other user interface elements flow within this NavBarGroup. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets an object that contains font settings for the current NavBarGroup. + + + A FontSettings object that contains properties to customize the current NavBarGroup's font. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a NavBarGroupControl object used to draw the current NavBarGroup on-screen. + + + A NavBarGroupControl object used to draw the current NavBarGroup on-screen. + + + + + + + Gets or sets a template, which defines how data is represented in the group's header area. + + + A object, which represents a template for the group's header. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how a specific NavBar group is scrolled, using a scroll bar or scroll buttons. + + + A nullable ScrollMode value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the content of the group's header. +This is a dependency property. + + + The object to use for the group header. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template used to display the content of the group's header. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses the group's header template based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains settings for the current NavBarGroup's icon. + + + An ImageSettings object that contains properties to customize the current NavBarGroup's icon. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the image displayed by the group within its header. +This is a dependency property. + + + A object specifying the image displayed by the group. + + + + + + + Gets or sets the image displayed by the group in a Navigation Pane Header. +This is a dependency property. + + + An object specifying the image displayed by the group. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the group is active. +This is a dependency property. + + + true if the group is active; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates whether the group is being collapsed. +This is a dependency property. + + + true if the group's expansion state changes to collapsed; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether the group is expanded. +This is a dependency property. + + + true if the group is expanded, otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates whether the group is being expanded. +This is a dependency property. + + + true if the group's expansion state changes to expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying the visibility of the group. +This is a dependency property. + + + true if the group is visible; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether icon only, text only or both of these should be displayed for all within the current NavBarGroup. + + + A DisplayMode enumerator value specifying whether icon only, text only or both of these should be displayed for all within the current NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object containing font settings for all s within the current NavBarGroup. + + + A FontSettings object containing font settings for all s within the current NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains icon settings common to all s within the current NavBarGroup. + + + An ImageSettings object that contains icon settings common to all s within the current NavBarGroup. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that provides settings for customizing the content of the current NavBarGroup's items. + + + A LayoutSettings object that contains settings for customizing the content of the current NavBarGroup's items. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of items within the group and provides indexed access to them. + + + A object representing the collection of the group's items. + + + + + + + Gets or sets a collection of objects providing information to generate and initialize navbar items for the current NavBarGroup container. +This is a dependency property. + + + A source of objects to be visualized as s. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the group's items. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses the group's item template based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style object that defines the appearance of all items within the group. +This is a dependency property. + + + + A object containing item style settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a group's image and text layout settings. + + + A object containing layout settings to arrange images and text displayed by the header or items within the current group. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a NavBarControl object to which the current group belongs. +This is a dependency property. + + + A object which owns the group. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether the group is visible within the Navigation Pane. +This is a dependency property. + + + true if the group is visible within the Navigation Pane; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the visualization of the group's header represented within the group button panel. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template for the group's header represented within the group button panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the visualization of the item representing the group within the overflow panel. +This is a dependency property. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template for an item representing the group within the overflow panel, based on custom logic. +This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the object that owns the current . This collection is also specified via the property. + + + + [To be supplied] + + + + + + Gets or sets an object representing the group's selected item. +This is a dependency property. + + + A object representing the group's selected item. null (Nothing in Visual Basic) if none of group items are selected. + + + + + + + Gets or sets a value specifying the index of the group's selected item. +This is a dependency property. + + + An integer value specifying the zero-based index of the selected item within the group. -1 if none of the group's items are curretly selected. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use only. + + + + + + + + + + This inherited property is not in effect for the NavBarGroup object. +To prevent developers from using this property, its code attributes are set, to hide it in MS Visual Studio designer tools. + + + Type: +A data template. The default is a null reference (Nothing in Visual Basic). + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a style object that defines the appearance of the group's header. +This is a dependency property. + + + + A object containing group style settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents the navigation bar control. + + + + + + + Initializes a new instance of the NavBarControl class with default settings. + + + + + + + + Gets or sets the currently active group. +This is a dependency property. + + + A object representing the currently active group. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether disabled items are allowed to be selected. +This is a dependency property. + + + true if disabled items can be selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether items can be selected. +This is a dependency property. + + + true if items can be selected; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + Creates an class instance that represents the default view within the DXNavBar control. + + + A descendant () representing the control's default view. + + + + + + + Gets or sets a value specifying whether each group can have a selected item. +This is a dependency property. + + + true if each group can have a selected item; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + Gets or sets the name of a data source field, by whose values to group data source items represented by the NavBar control. + + + + + A string value that specifies the name of the required data source field. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of groups in the NavBarControl. + + + A object which represents the collection of groups within the NavBarControl. + + + + + + + Gets or sets the data source that is used to generate the content of the NavBar control. + + + A data source object that implements the interface. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the NavBarControl object. +To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. + + + + + + + + + + + +Recreates the collection of groups and items by reloading data from the bound data source. + + + + + + + + Gets an object that is the selected item within the NavBarControl. +This is a dependency property. + + + + A object specifying the selected item. null (Nothing in Visual Basic) if none of the items are selected. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a collection containing all selected items within the NavBarControl. +This is a dependency property. + + + The collection, which holds the NavBarControl's selected items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object specifying the control's display style. +This is a dependency property. + + + A descendant specifying the control's view used to display data. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + Index: trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.Reporting.Extensions.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.Reporting.Extensions.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.Reporting.Extensions.xml (revision 8) @@ -0,0 +1,28 @@ + + + + DevExpress.XtraScheduler.v12.2.Reporting.Extensions + + + + + + Enables access to the End-User Designer form which allows a Scheduler report to be edited by end-users. + + + + + + + Initializes a new instance of the SchedulerReportDesignTool class for the specified report. + + + + A instance representing the report for which the End-User Designer should be invoked. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.XtraGauges.v12.2.Core.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.PivotChart.Web.Design.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.Core.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.Core.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.Core.xml (revision 8) @@ -0,0 +1,12219 @@ + + + + DevExpress.Xpf.Grid.v12.2.Core + + + + + + Serves as a base for classes that represents data-aware controls (e.g. ). + + + + + + + Gets the information about the filter currently applied within the grid. This is a dependency property. + + + A object that contains filter information. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the grid's View that represents data from a data source. + + + A descendant that represents the View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Adds the specified filter to the view's MRU Filter List. + + + + A object that represents the filter criteria to add to the MRU Filter List. + + + + + + + + Gets or sets whether recently used filter items are displayed in the Filter Dropdowns for columns. This is a dependency property. + + + true if the columns' filter dropdown lists can display recently used filter items; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies whether the infinite grid height is allowed. +By default, this option is disabled. In this instance, if the grid's height measures infinite, (e.g. the grid is placed within a vertically oriented stack panel), an exception is thrown. +To avoid an exception, enable the AllowInfiniteGridSize option. In this instance, the grid immediately generates rows for all records in a data source. Note this may cause performance issues if the data source contains a lot of records. + + + + [To be supplied] + + + + + + Gets or sets whether the grid's MRU Filter List is enabled. This is a dependency property. + + + true to enable the MRU Filter List; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the handle of the Auto Filter Row. To learn more, see Obtaining Row Handles. + + + [To be supplied] + + + + + + Gets or sets whether columns should be created automatically for all fields in a data source if the grid doesn't contain any columns. This is a dependency property. + + + true to automatically create columns for all fields in a data source if the grid doesn't contain any columns; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Prevents visual and internal data updates until the method is called. + + + + + + + + Starts the control's runtime initialization. + + + + + + + + Removes the filter condition applied to the specified column. + + + + A descendant that represents the column whose filter is cleared. + + + + + + + + Removes the filter condition applied to the specified column. + + + + A value that specifies the field name of the column whose filter is cleared. + + + + + + + + Clears the recently used filters. + + + + + + + + Clears the sorting applied to the grid. + + + + + + + + + Gets or sets a style that contains settings common to all columns generated using different templates. This is a dependency property. + + + A object that is the style that contains settings common to all columns generated using different templates. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a template that describes grid columns. This is a dependency property. + + + The column template. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the data template selector which chooses a template based on the column's type. This is a dependency property. + + + The column template selector. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after the columns have been automatically generated. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the source from which the grid generates columns. This is a dependency property. + + + The source from which the grid generates columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the view currently used within a grid. This is a dependency property. + + + A descendant that represents the current view. + + + + + + + This member supports the internal infrastructure and cannot be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to specify unique values displayed within a column's Filter Dropdown. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the name of a data filed whose values are sorted by default. This is a dependency property. + + + A value that specifies the name of a data field. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the type of objects stored in a data source. This is a dependency property. + + + The of data objects. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the number of temporary data rows displayed within the grid at design time. This is a dependency property. + + + An integer value that specifies the number of data rows displayed within the grid at design time. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether sample data is displayed within the grid at design time. This is a dependency property. + + + true to show sample data within the grid at design time; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether sample data rows contain distinct values. This is a dependency property. + + + true to fill sample rows with distinct values; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables visual and internal data updates after the method call, and updates the grid. + + + + + + + + Ends the runtime initialization. + + + + + + + + Occurs after the grid's filter has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the grid's filter criteria. This is a dependency property. + + + A object which represents filter criteria. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an object that should be bound to a standalone . + + + @nbsp; + + + + + + + Gets or sets the grid's filter expression. This is a dependency property. + + + A value that specifies the grid's filter expression. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Returns the value of the specified data cell. + + + + An integer value that specifies the handle of the row that contains the cell. + + + + A value that specifies the column's field name. + + + An object that represents the specified cell's value. + + + + + + + Returns a filter applied to the specified column. + + + + A descendant that represents the grid column. + + + A object that represents filter criteria applied to the specified column. null (Nothing in Visual Basic), if data isn't filtered by the values of the specified column. + + + + + + + Returns a filter applied to the specified column. + + + + A value that specifies the column's field name. + + + A object that represents filter criteria applied to the specified column. null (Nothing in Visual Basic), if data isn't filtered by the values of the specified column. + + + + + + + Returns a filter expression applied to the specified column. + + + + A descendant that represents the column. + + + A value that specifies the specified column's filter expression. + + + + + + + Returns a filter expression applied to the specified column. + + + + A value that specifies the column's field name. + + + A value that specifies the specified column's filter expression. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The value. + + + + + + + Returns a row object that corresponds to the specified row handle. + + + + An integer value that specifies the row's handle. + + + An object that corresponds to the specified row handle. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Returns the value of the specified total summary item. + + + + A descendant that represents the total summary item. + + + Returns the value of the specified total summary item. + + + + + + + Gets or sets whether to allow filtering empty items using the Checked Filter Dropdown List. + + + + true to allow filtering empty items; otherwise, false. + + + + + + + + Gets the handle of a row which does not exist in a View. To learn more, see Obtaining Row Handles. + + + [To be supplied] + + + + + + Gets the index of a row which does not exist in a View. To learn more, see Obtaining Row Handles. + + + [To be supplied] + + + + + + Gets or sets whether the current filter is enabled. This is a dependency property. + + + true to enable the current filter; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the grid's data source. This is a dependency property. + + + An object that represents the data source from which the grid retrieves its data. + + + + + + + Occurs after the property has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Combines the specified filter with the grid's current filter with the AND operator. + + + + A descendant that represents the filter expression. + + + + + + + + Combines the specified filter with the grid's current filter with the AND operator. + + + + A value that represents the filter expression. + + + + + + + + Gets or sets the maximum number of the most recently used (MRU) filter conditions displayed within the column's Filter Dropdown. This is a dependency property. + + + An integer value that specifies the maximum number of the most recently used (MRU) filter conditions displayed within the column's filter dropdown. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the View. This is a dependency property. + + + An integer that specifies the maximum number of recently used filter conditions stored by the View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of recently used filters. + + + The read-only collection of MRU filters. + + + + + + + Gets the handle of the New Item Row. To learn more, see Obtaining Row Handles. + + + [To be supplied] + + + + + + Called after the template is completely generated, and attached to the visual tree. + + + + + + + + Gets or sets the detail descriptor that owns this data control. + + + A object that represents the detail descriptor that owns this data control. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Creates columns/card fields for all fields in a bound data source. + + + + + + + + Occurs every time any of the DataControlBase class properties has changed its value. + + + + + + + + Updates the control's data. + + + + + + + + Refreshes the specified row. + + + + An integer value which identifies the row. + + + + + + + + Removes the specified filter from the view's MRU Filter List. + + + + A object that represents the filter criteria to remove. + + + + + + + + Restores a control's layout from the specified stream. + + + + A descendant that stores the a control's layout. + + + + + + + + Restores a control's layout from the specified XML file. + + + + A value that specifies the target file name. + + + + + + + + Saves a control's layout to the specified stream. + + + + A descendant to which a control's layout is written. + + + + + + + + Saves a control's layout to a file in XML format. + + + + A value that specifies the target file name. + + + + + + + + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The value. + + + + + + + + Gets or sets whether to show the grid's border. This is a dependency property. + + + true to show the border; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Loading Panel can be displayed within the grid control. This is a dependency property. + + + true if a Loading Panel is allowed to be displayed within the control; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sorts data by the values of the specified column. + + + + A value that specifies the column's field name. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets a template that describes total summaries. This is a dependency property. + + + The summary item template. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the source of total summaries. This is a dependency property. + + + The source from which the grid generates total summary items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Updates total summaries. + + + + + + + + Gets the total number of rows/cards displayed within the grid. + + + An integer value that specifies the total number of rows/cards displayed within the grid. + + + + + + + + Serves as a base for classes that represent Views. + + + + + + + Gets the active editor. This is a dependency property. + + + A descendant that represents the inplace editor of the cell currently being edited. null (Nothing in Visual Basic) if no cell is currently being edited. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the Filter Panel is displayed within a View. This is a dependency property. + + + true if the Filter Panel is displayed within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the Search Panel is displayed within a View. This is a dependency property. + + + true if the Search Panel is displayed within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a total summary item template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can filter data by column. This is a dependency property. + + + true to allow filtering data by column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. + + + true to allow an end-user to move columns; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not a cell's value that has failed validation specified by the Data Annotations attribute(s), can be posted to a data source. This is a dependency property. + + + true to allow posting of invalid cell values to a data source; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether end-users are allowed to change cell values. This is a dependency property. + + + true to allow data editing; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. + + + true to allow end-users to invoke the Filter Editor; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the input focus leaves a View when the TAB/SHIFT+TAB key is pressed. + + + true to allow leaving a view when the TAB/SHIFT+TAB key is pressed; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can hide a column by dropping its header outside the column header panel or Group Panel. This is a dependency property. + + + true to allow an end-user to hide a column by dropping its header outside the View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. + + + true to allow an end-user to move columns; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether on not a View is automatically scrolled to the focused row when it changes. This is a dependency property. + + + true if a View is automatically scrolled to the focused row when it changes; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can sort data. This is a dependency property. + + + true to allow an end-user to sort data; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether a View is automatically scrolled after the order of rows has been changed. This is a dependency property. + + + true to enable automatic row scrolling; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, filtering, sorting, etc.). + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Hides the active editor, discarding all the changes made within the focused row. + + + + + + + + Gets or sets the style applied to data cells displayed within a View. This is a dependency property. + + + A object that represents the style applied to data cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of data cells. This is a dependency property. + + + A object that defines the presentation of data cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + + + + + Gets or sets whether copying view data to the clipboard is allowed. + + + true to allow copying view data to the clipboard; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column captions are copied to the clipboard when copying row values. + + + true to add column headers to the clipboard when copying row values; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Hides the active editor, saving the changes made. + + + + + + + + Gets a collection of hidden columns whose headers are displayed within the Column Chooser. This is a dependency property. + + + The collection of descendants that represent hidden columns displayed within the Column Chooser. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the object that compares columns of the Grid to define their sorting. This is a dependency property. + + + An object supporting the IComparer interface. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a custom Column Chooser. This is a dependency property. + + + + An object that implements the interface. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the Column Chooser's state. This is a dependency property. + + + An object implementing the interface. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the Column Chooser's presentation. This is a dependency property. + + + A object that defines the Column Chooser's presentation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs when a column header is clicked. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the style applied to all column headers displayed within a View. This is a dependency property. + + + A object that represents the style applied to column headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the customization area displayed within column headers. This is a dependency property. + + + A object that defines the presentation of the customization area displayed within column headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column header content. This is a dependency property. + + + + A object that defines the presentation of column header contents. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a column header's tooltip. This is a dependency property. + + + A object that defines the presentation of a column header's tooltip. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Allows you to customize the Column Header context menu by adding new menu items or removing existing items. + + + A object. + + + + + + + Provides access to view commands. + + + A object that provides a set of view commands. + + + + + + + Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. + + + true if the values within the focused row's cells are valid; otherwise, false. + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Copies the values displayed within the focused row to the clipboard. + + + + + + + + Copies the values displayed within selected row(s) or cell(s) to the clipboard. + + + + + + + + Enables custom text to be displayed within the Filter Panel. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets the data-aware control which owns the current View. + + + A descendant that represents the data-aware control to which the current View belongs. + + + + + + + Gets the context menu currently being displayed within a View. + + + A descendant that specifies the context menu displayed within a View. + + + + + + + + Gets or sets the detail section's header content. + + + An object representing the detail section's header content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets which cells should display editor buttons. This is a dependency property. + + + An enumeration value that specifies which cells should display editor buttons. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value which specifies how a cell editor is activated by the mouse. This is a dependency property. + + + A enumeration value which specifies how a cell editor is activated by the mouse. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the ENTER key can be used to move cell focus within a data row. This is a dependency property. + + + true to allow cell focus moving using the ENTER key; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property. + + + + true if selected rows are faded when the grid control loses focus; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires after the Filter Editor has been created. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether the operand's value can be swapped. This is a dependency property. + + + true to allow end-users to swap the operand's value; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the text displayed within the Filter Panel. This is a dependency property. + + + A value that specifies the text displayed within the filter panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. + + + A list of objects that contain information on total summaries. + + + + + + + Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. + + + A list of objects that contain information on total summaries. + + + + + + + Gets or sets the template that defines the presentation of a focused cell's border. This is a dependency property. + + + A object that represents the template that displays the border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after the focused column has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets a template that defines the presentation of the focused row's border. This is a dependency property. + + + A object that defines the presentation of the focused row's border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Get or sets the currently focused data row. + + + A specifying the focused row. + + + + + + + + Occurs after the focused row has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets an object that represents the focused row's data. + + + A object that is the focused row's data. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the focused row's handle. This is a dependency property. + + + An integer value that specifies the focused row's handle. + + + + + + + Occurs after the focused row's handle has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the View which is currently focused. + + + A descendant which represents the focused View. + + + + + + + Occurs after the active View has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Gets or sets the template that defines the Summary Panel's presentation. This is a dependency property. + + + A object that defines the Summary Panel's presentation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Returns a cell's UI element located at the specified coordinates. + + + + The object. + + + A descendant that specifies the cell's UI element, located at the specified position. + + + + + + + + Returns the specified cell's UI element. + + + + An integer value that specifies the row's handle. + + + + A descendant that specifies the column containing the cell. + + + + A descendant that specifies the specified cell. + + + + + + + + Returns a cell that contains the specified tree element. + + + + The element contained within the cell. + + + A descendant that specifies the cell's UI element, containing the specified tree element. null (Nothing in Visual Basic), if the cell was not found. + + + + + + + + Returns a column located at the specified coordinates. + + + + The object. + + + A object that specifies the column located at the specified coordinates. + + + + + + + + Returns a column whose cell contains the specified tree element. + + + + The element contained within the column. + + + A descendant that specifies the column whose cell contains the specified tree element. null (Nothing in Visual Basic), if the column was not found. + + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Returns a row's UI element located at the specified coordinates. + + + + The object. + + + A descendant that specifies the row's UI element located at the specified position. + + + + + + + + Returns a UI element that is the specified row. + + + + + An integer value that specifies the row's handle. + + + A descendant that is the specified row. + + + + + + + + Returns the row that contains the specified tree element. + + + + The tree element contained within the row. + + + A descendant that is the row containing the specified tree element. null (Nothing in Visual Basic), if the row was not found. + + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Returns the handle of a row located under the mouse pointer. + + + + A object or its descendant, that contains data for mouse-related events. + + + An integer value that specifies the handle of the row located under the mouse pointer. + + + + + + + Returns the handle of a row that contains the specified element. + + + + The element contained within the row. + + + An integer value that specifies the handle of the row containing the specified element. + + + + + + + Gets whether a validation error has been defined for the view. + + + true if a validation error is defined for the view; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the information about column headers. + + + A object that contains information about column headers. + + + + + + + Gets or sets the template that defines the presentation of column headers. This is a dependency property. + + + A object that defines the presentation of column headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after the Column Chooser has been hidden. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Hides the Column Chooser. + + + + + + + + Closes the active editor, discarding all the changes made. + + + + + + + + Hides the Search Panel. + + + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Gets or sets whether the Column Chooser is shown. This is a dependency property. + + + true to show the Column Chooser; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column context menu is shown when an end-user right-clicks a column's header. + + + true to enable the column context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether deferred scrolling is enabled. This is a dependency property. + + + true to enable deferred scrolling; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the focused cell is currently being edited. This is a dependency property. + + + true if the View is in edit mode; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates whether the cell is focused. + + + true if the cell is focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates whether the row is focused. This is a dependency property. + + + true if the row is focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether a view is focused. + + + true if the View is focused; otherwise, false. + + + + + + + Gets a value that indicates whether a View has keyboard focus. + + + true if the View has keyboard focus; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Determines if the current view is the root view within the grid control's master-detail hierarchy. + + + true if the current view is the root view; otherwise, false. + + + + + + + Gets or sets whether the column context menu can be shown when an end-user right-clicks a data cell. This is a dependency property. + + + true to enable the row cell context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the specified row/card is selected. + + + + An integer value that identifies the row/card. + + + true if the specified row/card is selected; otherwise, false. + + + + + + + Gets or sets whether a view should keep the synchronized with the current item in the . This is a dependency property. + + + true to always synchronize the focused row with the current item in the assigned to the ; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can invoke the summary or fixed summary context menu. This is a dependency property. + + + true to allow an end-user to invoke the summary or fixed summary context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether or not the wait indicator is displayed within the grid. This is a dependency property. + + + true if the wait indicator is displayed within the grid; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property. + + + A enumeration value that specifies data error types to be visualized. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Allows you to implement the capability for end-users to change localization at runtime. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Moves the specified column to the specified position. + + + + A object that represents the source column. + + + + An integer value that specifies the column's new position among the columns displayed within the destination area. + + + + A enumeration value that specifies the grid's area (the header panel, group panel or column chooser) in which the source column is currently displayed. + + + + A enumeration value that specifies the grid's area (the header panel, group panel or column chooser) to which the source column is moved. + + + + + + + + Moves focus to the first visible row or card within a View. + + + + + + + + Moves focus to the specified row. + + + + An integer value that specifies the row's position within a View. + + + + + + + + Moves focus to the last visible row or card within a View. + + + + + + + + Focuses the next cell after the focused cell. + + + + + + + + Moves focus forward to the bottom row or card displayed onscreen within a View. + + + + + + + + Moves focus to the row or card following the one currently focused. + + + + + + + + Focuses the preceding cell before the focused cell. + + + + + + + + Moves focus backward to the top row or card displayed onscreen within a View. + + + + + + + + Moves focus to the row or card preceding the one currently focused. + + + + + + + + Gets or sets whether row and cell focusing is allowed. This is a dependency property. + + + A enumeration value that specifies whether row and cell focusing is allowed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Occurs when some information is pasted from the clipboard to the grid. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Saves the active editor's value to a data source without closing the editor. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + [To be supplied] + + + + + + Enables you to provide a custom animation effect after row data has been asynchronously retrieved from a data source. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets a value that specifies what animation is played while data rows are being asynchronously retrieved by the data source. This is a dependency property. + + + A enumeration value that specifies the row animation kind. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Allows you to customize the Row Cell context menu by adding new menu items or removing existing items. + + + A object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + The object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the length of an animation. + + + A value that specifies the length of an animation, in milliseconds. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of resource strings that can be localized at runtime. This is a dependency property. + + + A object that contains resource strings that can be localized at runtime. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets a value that specifies how many rows are displayed onscreen when a View is scrolled to the bottom. This is a dependency property. + + + A enumeration value that specifies the scrolling mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Makes the specified row visible onscreen. + + + + An integer value that specifies the row's handle. + + + + + + + + Makes the specified row visible onscreen. + + + + A data object that corresponds to the required row. + + + + + + + + Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property. + + + An integer value that specifies the scrolling step, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. + + + A value specifying field names against which searches are performed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the search control. This is a dependency property. + + + An object that represents the search control for the or . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. + + + An integer that specifies the delay in milliseconds, after which a data search is initiated. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. + + + true to display only those records that match the search criteria; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property. + + + true to clear the search string when closing the Search Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the logical operator type (AND or OR). + + + The criteria operator type (logical AND or OR). + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. + + + One of the enumeration values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. + + + A enumeration value that specifies the find mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether to highlight search results within located records. This is a dependency property. + + + true to highlight search results; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property. + + + true to automatically invoke the MRU search dropdown when typing within the Search box; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the search string specified within the Search Panel. This is a dependency property. + + + A value that specifies the search string. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Selects all rows/cards within a View. + + + + + + + + Sets the value of the attached property to a specified . + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Invokes the Column Chooser. + + + + + + + + Gets or sets whether a view displays column headers. This is a dependency property. + + + true to show column headers within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the button used to invoke the Filter Editor is displayed within the Filter Panel. This is a dependency property. + + + true if the Edit Filter button is displayed within the Filter Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Activates the focused cell's inplace editor. + + + + + + + + Shows the Filter Editor. + + + + A descendant that is the column to which a filter is applied in the Filter Editor. + + + + + + + + + Shows the Filter Editor. This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + A descendant that is the column to which a filter is applied in the Filter Editor. + + + + + + + + Gets or sets when the Filter Panel is displayed within a View. This is a dependency property. + + + A enumeration value that specifies when a View displays the Filter Panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to customize a column's filter dropdown. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property. + + + true to display the Fixed Summary Panel within the grid; otherwise, false. + + + + + + + Invokes the Fixed Summary Editor. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property. + + + true to paint a focus rectangle around the focused cell or row; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to customize the context menu. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after the Column Chooser has been shown. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Invokes the Search Panel. + + + + true to move focus to the Search Panel; otherwise, false. + + + + + + + + Gets or sets whether on not to display the Close button within the Search Panel. + + + true to display a button used to close the Search Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether on not to display the Find button within the Search Panel. + + + true to display a button used to activate the search; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies when the Search Panel is displayed. + + + A enumeration member that specifies when the Search Panel is displayed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property. + + + true to display the MRU search button within the Search Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Summary Panel is displayed. This is a dependency property. + + + true to show the summary panel within a view; otherwise, false. + + + + + + + Invokes the Runtime Summary Editor for the specified column. + + + + A descendant that specifies the column. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Invokes the Expression Editor that enables editing an expression for the specified unbound column. + + + + A descendant that specifies the unbound column. + + + + + + + + + Gets or sets whether or not error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. + + + true to display errors within cells that fail validation specified by the Data Annotations attribute(s); otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. + + + true to ignore null values when calculating data summaries; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the index of the top visible row. + + + An integer value that specifies the index of the top visible row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. + + + A object that represents the style applied to total summary items displayed within a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of total summary items. This is a dependency property. + + + A object that defines the presentation of total summary items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Allows you to customize the Total Summary context menu, by adding new menu items or removing existing items. + + + A object. + + + + + + + Fires after the Expression Editor has been invoked for an unbound column. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Validates the active editor. + + + + + + + + Provides access to the object, which contains information about the validation error. This is a dependency property. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. + + + + @nbsp; + + + + + + + Gets or sets the wait indicator's style. This is a dependency property. + + + A object that specifies the wait indicator's style. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies how async data loading operations are indicated within the grid. This is a dependency property. + + + A enumeration value that specifies how async data loading operations are indicated within the grid. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the number of rows to scroll vertically in response to mouse wheel events. + + + An integer value that specifies the number of rows to scroll vertically in response to mouse wheel events. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Provides access to column commands. + + + + + + + Initializes a new instance of the GridColumnCommands class. + + + + A descendant that represents the column. + + + + + + + + Toggles a column's sort order. + + + A command that implements the . + + + + + + + Removes the filter condition applied to a column. + + + A command that implements the . + + + + + + + Removes the filter condition applied to a column. + + + A command that implements the . + + + + + + + + Serves as a base for classes that represent columns or card fields. + + + + + + + Initializes a new instance of the ColumnBase class with default settings. + + + + + + + + For internal use only. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether an end-user can filter data using the column's Filter Dropdown. This is a dependency property. + + + true if an end-user can filter data using the column's filter dropdown; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. + + + true if an end-user can move this column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether an end-user can resize this column. This is a dependency property. + + + true if an end-user can resize this column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether an end-user can sort data by the column's values. This is a dependency property. + + + true if an end-user can sort data by the column's values; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to the column's cell displayed within the Auto Filter Row. + + + A object that is the style applied to data cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to column cells. This is a dependency property. + + + A object that represents the actual style applied to column cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the column's caption when its header is displayed within the Column Chooser. This is a dependency property. + + + An object that represents the column's caption when its header is displayed within the Column Chooser. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to the column header's contents. This is a dependency property. + + + A object that represents the actual style applied to the column header's contents. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property. + + + A descendant that specifies the column's editor. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column's header based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the actual template that defines the tooltip's presentation. This is a dependency property. + + + A object that defines the presentation of a column header's tooltip. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the column header's width. This is a dependency property. + + + A value that specifies the column header's width, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to the column's cell displayed within the New Item Row. + + + A object that is the style applied to data cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to column cells when the grid is printed. This is a dependency property. + + + A object that represents the actual style applied to column cells when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style applied to the column header's contents when the grid is printed. This is a dependency property. + + + A object that represents the actual style applied to the column header's contents when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property. + + + A object that represents the actual style of total summary items displayed within this column, when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether or not error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. + + + true if errors can be displayed within cells that fail validation specified by the Data Annotations attribute(s); otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual style of total summary items displayed within this column. This is a dependency property. + + + A object that represents the actual style of total summary items displayed within this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the column's width. This is a dependency property. + + + A value that specifies the column's width, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can filter data by the column's values using the automatic filter row. This is a dependency property. + + + true to allow an end-user to filter data by the column's values using the automatic filtering row; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether it's allowed to calculate an optimal width and apply it to the column. + + + A enumeration value that specifies whether it's allowed to calculate an optimal width and apply it to the column. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can filter data by column. This is a dependency property. + + + A enumeration value that specifies whether an end-user can filter data by column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether end-users can edit column values. This is a dependency property. + + + A enumeration value that specifies whether an end-user can edit cell values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column can be focused. This is a dependency property. + + + true to allow the column to be focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. + + + A enumeration value that specifies whether an end-user is allowed to move this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can resize this column. This is a dependency property. + + + A enumeration value that specifies whether an end-user can resize this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the search is performed by the Search Panel against this column. This is a dependency property. + + + true to perform the search against this column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can sort data by the column's values. This is a dependency property. + + + A enumeration value that specifies whether an end-user can sort data by the column's values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu. + + + true if an end-user can open the Expression Editor for the current unbound column, using a context menu; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property. + + + An enumeration value that specifies the type of the comparison operator. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to the column's data cell displayed within the Auto Filter Row. This is a dependency property. + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a template that displays a column's value within the Auto Filter Row. This is a dependency property. + + + A object that represents the template that displays a column's value within the automatic filter row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a template that displays a custom editor used to edit a column's value within the Auto Filter Row. This is a dependency property. + + + A object that represents the template that displays a custom editor. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property. + + + An object that represents the column's value in the automatic filter row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets which interface elements are taken into account when calculating the column's optimal width. + + + A enumeration value that specifies interface elements that are taken into account when calculating the column's optimal width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents. + + + An integer value that specifies the number of cells processed by a View to apply best fit. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how the optimal width required for this column to completely display its contents, is calculated. + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's width when the Best Fit feature is applied to this column. + + + A value that specifies the column's optimal width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style of cells displayed within this column. This is a dependency property. + + + A object that represents the style of cells displayed within this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column cells. This is a dependency property. + + + A object that defines the presentation of column cells. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's caption when its header is displayed within the Column Chooser. This is a dependency property. + + + An object that represents the column's caption when its header is displayed within the Column Chooser. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how column values are filtered. This is a dependency property. + + + A enumeration value that specifies how column values are filtered. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the maximum number of unique column values displayed within the column's filter dropdown. This is a dependency property. + + + An integer value that specifies the maximum number of unique column values displayed within the column's filter dropdown. -1 to display all unique values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column header's style. This is a dependency property. + + + A object that represents the column header's style. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + The enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to column commands. + + + A object that provides a set of column commands. + + + + + + + This member supports the internalnfrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property. + + + + true, to copy formatted text displayed by the column; otherwise, false. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets the template that defines the presentation of the column's Filter Dropdown. This is a dependency property. + + + A object that defines the presentation of a custom column filter. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the binding that associates the column with a property in the data source. + + + A object representing the data binding for the column. + + + + + + + + Gets or sets a template that displays column values. This is a dependency property. + + + A object that represents the template that displays column values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that contains the column editor's settings. This is a dependency property. + + + A descendant that specifies the column's editor. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. + + + A object that represents the template that displays a custom editor. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the name of the database field assigned to this column. This is a dependency property. + + + A value that specifies the name of a data field. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the type of data displayed by the column. + + + The of data displayed by the column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the column's header displayed within the Filter Editor. This is a dependency property. + + + A object that defines the column header's presentation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the display mode of the column's filter dropdown. This is a dependency property. + + + A enumeration value that specifies the display mode of the column's filter dropdown. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's behavior when a View is scrolled. + + + A enumeration value that specifies the column's behavior when a View is scrolled. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column's width remains the same when the auto column width feature is enabled. This is a dependency property. + + + true the column's width remains the same when the auto column width feature is enabled; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Indicates whether the current column has a sibling column displayed on its left. This is a dependency property. + + + true if the column has a sibling column displayed on its left; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the current column has a sibling column displayed on its right. This is a dependency property. + + + true if the column has a sibling column displayed on its right; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the column displays total summaries. This is a dependency property. + + + true if the column displays total summaries; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column header's contents. This is a dependency property. + + + An object that represents the column header's contents. + + + + + + + Gets the column header's caption. This is a dependency property. + + + An object that represents the column header's caption. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the customization area displayed within the column's header. This is a dependency property. + + + A object that defines the presentation of the header customization area. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that specifies which grid element contains the column's header. + + + A enumeration value that specifies which grid element contains the column's header. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the column header's presentation. This is a dependency property. + + + A object that defines the column header's presentation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column header's tooltip. This is a dependency property. + + + An object that represents the column header's tooltip. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the tooltip's presentation. This is a dependency property. + + + A object that defines the presentation of a column header's tooltip. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column header's content alignment. This is a dependency property. + + + A enumeration value that specifies the content's horizontal alignment. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the text within the auto filter row's cell. This is a dependency property. + + + true to enable automatic updates; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column's filter condition is updated as soon as an end-user selects an item within the column's Filter Dropdown. This is a dependency property. + + + true to enable automatic updates; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether data is filtered by the values of this column. This is a dependency property. + + + true if data is filtered by the values of this column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the column is the first visible column displayed within a View. This is a dependency property. + + + true if the column is the first visible column displayed within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the column is the last visible column displayed within a View. This is a dependency property. + + + true if the column is the last visible column displayed within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether data is sorted by the values of this column. This is a dependency property. + + + true if data is sorted by the values of this column; otherwise, false. + + + + + + + Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property. + + + true if group rows that correspond to this grouping column are sorted by group summary values; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's minimum width. This is a dependency property. + + + A value that specifies the column's minimum width, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's name. + + + A value that specifies the column's name. + + + + + + + Gets or sets the column's navigation index. + + + An integer value that specifies the column's navigation index. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to the column's data cell displayed within the New Item Row. This is a dependency property. + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to column cells when the grid is printed. This is a dependency property. + + + A object that represents the style applied to column cells when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to the column's header when the grid is printed. This is a dependency property. + + + A object that represents the style applied to the column's header when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style of total summary items displayed within this column, when the grid is printed. This is a dependency property. + + + A object that represents the style of total summary items displayed within this column, when the grid is printed. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs every time any of the ColumnBase class properties has changed its value. + + + + + + + + Gets or sets whether the column's values cannot be changed by an end-user. This is a dependency property. + + + true to prevent an end-user from changing the column's values; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the time portion is ignored when filtering by DateTime values. This is a dependency property. + + + true to ignore the time portion; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + For internal use only. + + + + @nbsp; + + + + @nbsp; + + + + + + + + Indicates whether or not total summaries should be serialized during serialization of a ColumnBase object. + + + + + A object. + + + true to serialize total summaries; otherwise, false. + + + + + + + Gets or sets whether the column's header is displayed within the Column Chooser when the column is hidden. This is a dependency property. + + + true to display the column's header within the Column Chooser when the column is hidden; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. + + + A enumeration value that specifies whether or not error icons are displayed within column cells that fail validation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the column's position among sorted columns. + + + An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how the column's data is sorted when sorting is applied to it. This is a dependency property. + + + A enumeration value that specifies the sort mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's sort order. This is a dependency property. + + + A enumeration value that specifies the column's sort order. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the column can be focused via the TAB key. + + + true if the column can be focused via the TAB key; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the data associated with the column. + + + An object that contains information associated with the current column. + + + + + + + Gets the list of total summary items displayed within this column. This is a dependency property. + + + The list of total summary items displayed within this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style of total summary items displayed within this column. This is a dependency property. + + + A object that represents the style of total summary items displayed within this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the text displayed within the summary panel's cell. This is a dependency property. + + + A value that specifies the text displayed within the summary panel's cell. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field. + + + A that specifies an expression used to evaluate values for this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the data type and binding mode of the column. This is a dependency property. + + + A enumeration value that represents the data type and binding mode of the column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the view that owns the column. This is a dependency property. + + + A descendant that represents the view. + + + + + + + Gets or sets whether the column is displayed within a View. This is a dependency property. + + + true to display the column within a View; otherwise, false. + + + + + + + Gets or sets the column's position among visible columns. This is a dependency property. + + + An integer value that specifies the column's position among visible columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's width. This is a dependency property. + + + A value that specifies the column's width, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that specify a cell's (or row's) selection state. + + + + + + + A cell (or row) is focused. + + + + + + + + A cell (or row) is focused and selected. + + + + + + + + A cell (or row) isn't focused and selected. + + + + + + + + A cell (or row) is selected. + + + + + + + + + Lists values that specify the selection mode in a Table View. + + + + + + + Allows selection of multiple cells. + + + + + + + + Multi-selection is disabled. + + + + + + + + Allows selection of multiple rows. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FilterEditorEventArgs class. + + + + A descendant that is the view that raised the event. This value is assigned to the property. + + + + This value is assigned to the property. + + + + + + + + Gets the Filter Editor. + + + The Filter Editor control. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the UnboundExpressionEditorEventArgs class. + + + + The Expression Editor. This value is assigned to the property. + + + + A descendant that represents the unbound column. This value is assigned to the property. + + + + + + + + Gets an unbound column whose expression will be edited in the Expression Editor. + + + A object that represents the unbound column. + + + + + + + Gets the Expression Editor. + + + The Expression Editor control. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Lists values which identify table view elements. + + + + + + + The test object belongs to the header panel button. + + + + + + + + The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the column's option must be enabled). + + + + + + + + The test point belongs to a column's header. + + + + + + + + The test point belongs to the filter button displayed within a column header. + + + + + + + + The test point belongs to the Column Header Panel. + + + + + + + + The test object belongs to the area within a table view which is not occupied by rows. + + + + + + + + The test object belongs to the Filter Panel. + + + + + + + + The test object belongs to the button in the Filter Panel used to activate filtering within a View. + + + + + + + + The test object belongs to the Close button displayed within the Filter Panel. + + + + + + + + The test object belongs to the button displayed within the Filter Panel. + + + + + + + + The test object belongs to a filter expression displayed within the Filter Panel. + + + + + + + + The test object belongs to the left fixed line. + + + + + + + + The test object belongs to the right fixed line. + + + + + + + + The test object belongs to the Fixed Summary Panel. + + + + + + + + The test object belongs to the Group Panel. + + + + + + + + The test object belongs to a column header displayed within the Group Panel. + + + + + + + + The test object belongs to the filter button displayed by a column header that resides within the Group Panel. + + + + + + + + The test object belongs to the group row. + + + + + + + + The test object belongs to the button used to expand/collapse a group row. + + + + + + + + The test object belongs to a group summary. + + + + + + + + The test object belongs to a value displayed within the group row. + + + + + + + + The test object belongs to a view's the horizontal scrollbar. + + + + + + + + The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. + + + + + + + + The test object doesn't belong to a View (it is outside the View). + + + + + + + + The test object belongs to a data or group row. + + + + + + + + The test object belongs to a data cell. + + + + + + + + The test object belongs to a cell displayed within the row indicator panel. + + + + + + + + The test object belongs to a total summary. + + + + + + + + The test object belongs to the Summary Panel. + + + + + + + + The test object belongs to a view's the vertical scrollbar. + + + + + + + + + Lists the values used to indicate the row indicator state. + + + + + + + + +Indicates the Auto Filter Row. + + + + + + + + +Indicates that a focused row has been modified during editing. + + + + + + + + +Indicates that a focused row is in edit mode. + + + + + + + + +Indicates a non-focused row containing validation errors. + + + + + + + + +Indicates a focused row. + + + + + + + + +Indicates that the focused row contains validation errors. + + + + + + + + +Indicates the New Item Row. + + + + + + + + + Identifies that there is no indicator associated with the grid row. + + + + + + + + + + Lists the values used to specify which interface elements should be taken into account when adjusting the column width. + + + + + + + + All elements of a column (row cells, header, total summary) should be taken into account when adjusting the column width. + + + + + + + + + A column header's text should be taken into account when adjusting the column width. + + + + + + + + Nothing should be taken into account when adjusting the column width. + + + + + + + + Grid rows' values should be taken into account when adjusting the column width. + + + + + + + + The total summary's text should be taken into account when adjusting the column width. + + + + + + + + + Represents an object that provides the means to localize the 's user interface elements. + + + + + + + + Initializes a new instance of the GridControlLocalizer class with default settings. + + + + + + + + Returns an XtraLocalizer object representing default resources, based on the thread's language and regional settings (culture). + + + A object representing resources based on the thread's culture. + + + + + + + Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). + + + A object representing resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FocusedRowChangedEventArgs class. + + + + A descendant that is the view that raised the event. + + + + The previously focused row. This value is assigned to the property. + + + + The focused row. This value is assigned to the property. + + + + + + + + Gets the focused row. + + + The focused row. + + + + + + + Gets the previously focused row. + + + The previously focused row. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and combo-box edit. + + + + A descendant which specifies a column, containing a combo-box edit, for which an event has been raised. This object is assigned to the property. + + + + A object, which specifies a combo-box edit, for which an event has been raised. This object is assigned to the property. + + + + + + + + Provides access to a grid column whose values should be filtered. + + + A object that represents the column, for which this event has been raised. + + + + + + + Gets the filter dropdown. + + + A object that represents a combobox used in a filter pop-up. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Serves as the base class for all classes that provide data for different events, related to using in-place editors. + + + + + + + + Gets or sets a grid column, for which an event has been raised. + + + A descendant that represents the column. + + + + + + + Gets or sets the row handle, for which an event has been raised. + + + An integer value representing the row handle. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + Gets the edit value stored in the editor, for which an event has been raised. + + + A representing the edit value. + + + + + + + + Represents the base class for a grid column header. + + + + + + + Gets or sets a column's position within a View. This is a dependency property. + + + A enumeration value that specifies a column's position within a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + + + + + + Contains information about column headers. + + + + + + + Initializes a new instance of the HeadersData class. + + + + @nbsp; + + + + + + + + + Displays the content of a data cell. + + + + + + + Initializes a new instance of the CellContentPresenter class. + + + + + + + + Gets or sets a column which owns the cell. This is a dependency property. + + + A descendant that represents the column which owns the cell. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + Gets the data source field name of the column which owns the cell. + + + A value that specifies the name of the data source field to which the cell's owning column is bound. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the cell belongs to a column that has a sibling column displayed on its left. This is a dependency property. + + + true if the cell belongs to a column that has a sibling column displayed on its left; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the cell belongs to a column that has a sibling column displayed on its right. This is a dependency property. + + + true if the cell belongs to a column that has a sibling column displayed on its right; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the cell is focused. This is a dependency property. + + + true if the cell is focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether a cell's data has been loaded or not. This is a dependency property. + + + true if a cell's data has been retrieved from a data source; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the cell is selected. This is a dependency property. + + + + true if the cell is selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the owning column's property's value. + + + An integer value that specifies the column's navigation index. + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + Gets or sets the information about a data row which contains the cell. This is a dependency property. + + + A object that contains information about a data row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates the cell's selection state. This is a dependency property. + + + A enumeration value that specifies the cell's selection state. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether a View displays vertical lines. This is a dependency property. + + + + true if the View displays vertical lines; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents a row's handle. + + + + + + + Initializes a new instance of the RowHandle class with the specified value. + + + + + An integer value that specifies the value of the created row handle. This value is assigned to the property. + + + + + + + + Determines whether the specified object is equal to the current RowHandle instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current RowHandle instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current RowHandle object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets the row's handle. + + + An integer value that specifies the row's handle. + + + + + + + + Contains values corresponding to strings that can be localized. + + + + + + + Return Value: Item: {0}, Column Display Index: {1} + + + + + + + + Represents the Column Chooser's caption. +Return Value: Column Chooser + + + + + + + + A pattern used to format the Column Chooser's caption in Master-Detail Mode. +Return Value: {0}: Column Chooser + + + + + + + + The text displayed within the Column Chooser when it is empty. +Return Value: Drag a column here to customize the layout + + + + + + + + Return Value: Avg of {1} is {0:0.##} + + + + + + + + Return Value: Count={0} + + + + + + + + Return Value: Max of {1} is {0} + + + + + + + + Return Value: Min of {1} is {0} + + + + + + + + Return Value: Sum of {1} is {0:0.##} + + + + + + + + Return Value: Avg={0:0.##} + + + + + + + + Return Value: Count={0} + + + + + + + + Return Value: Max={0} + + + + + + + + Return Value: Min={0} + + + + + + + + Return Value: Sum={0:0.##} + + + + + + + + A pattern used to format the Avg group summary value. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count group summary value. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max group summary value. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min group summary value. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the Sum group summary value. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + A pattern used to format the Avg total summary value, calculated for one column and displayed within another column. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count total summary value, calculated for one column and displayed within another column. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max total summary value, calculated for one column and displayed within another column. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min total summary value, calculated for one column and displayed within another column. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the total summary value, calculated for one column and displayed within another column. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + A pattern used to format the Avg total summary value. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count total summary value. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max total summary value. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min total summary value. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the total summary value. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + Return Value: Error occurred during processing server request ({0}) + + + + + + + + The error window's caption. +Return Value: Error + + + + + + + + Represents the caption of the Filter Editor window. + + +Return Value: Filter Editor + + + + + + + + Return Value: {0} filter: + + + + + + + + The text displayed within the Group Panel. +Return Value: Drag a column header here to group by that column + + + + + + + + Return Value: {0}: {1} + + + + + + + + The text displayed within the New Item Row when it is not focused. +Return Value: Click here to add a new row + + + + + + + + Contains all possible group intervals. To learn more, see Group Modes and Custom Grouping. +Return Value: Older;Last Month;Earlier this Month;Three Weeks Ago;Two Weeks Ago;Last Week;;;;;;;;Yesterday;Today;Tomorrow;;;;;;;;Next Week;Two Weeks Away;Three Weeks Away;Later this Month;Next Month;Beyond Next Month; + + + + + + + + Return Value: {0}: + + + + + + + + Represents the caption of the Runtime Summary Editor used to manage group summaries. +Return Value: Group Summaries + + + + + + + + The text displayed within the error message box invoked if the focused row contains invalid values. +Return Value: Do you want to correct the value? + + + + + + + + Represents the caption of the item in the Column Context Menu that best fits the width of the current grid column. +Return Value: Best Fit + + + + + + + + Represents the caption of the item in the Column Context Menu that best fits the widths of all grid columns. +Return Value: Best Fit (all columns) + + + + + + + + Represents the caption of the item in the Column Context Menu, that clears filtering applied to a column. + + +Return Value: Clear Filter + + + + + + + + Represents the caption of the item in the Column Context Menu that unsorts data by the column's values. +Return Value: Clear Sorting + + + + + + + + Represents the caption of the item in the Column Context Menu, that shows the Filter Editor. + + +Return Value: Filter Editor... + + + + + + + + Represents the caption of the item in the Column Context Menu, that fixes a column to the left. + + +Return Value: Left + + + + + + + + Represents the caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling). + + +Return Value: None + + + + + + + + Represents the caption of the item in the Column Context Menu, that fixes a column to the right. + + +Return Value: Right + + + + + + + + Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled. + + + +Return Value: Fixed Style + + + + + + + + Represents the caption of the item in the Column Context Menu that groups data by the column's values. +Return Value: Group By This Column + + + + + + + + Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a DateTime column's interval grouping. + + +Return Value: Group Interval + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping. + + +Return Value: Day + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping. + + +Return Value: Month + + + + + + + + Returns "None". Corresponds to the menu item that groups rows by values (). To learn more, see interval grouping. + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. + + +Return Value: Smart + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping. + + +Return Value: Year + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. +Return Value: Group Summary Editor... + + + + + + + + A pattern used to format the captions of submenu items used to sort rows by group summary values. +Return Value: {1} by - '{0}' - {2} +Where: + +{0} - the aggregate function (e.g. Max, Min, etc.) +{1} - the grouping column +{2} - the sort order (GridControlStringId.MenuColumnSortBySummaryAscending or GridControlStringId.MenuColumnSortBySummaryDescending) + + + + + + + + + Represents the caption of the item in the Column Context Menu, that hides the Column Chooser. +Return Value: Hide Column Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu, that hides the Group Panel. +Return Value: Hide Group Panel + + + + + + + + Return Value: Hide Search Panel + + + + + + + + Represents the caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values. +Return Value: Clear Summary Sorting + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Column Chooser. +Return Value: Show Column Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu that shows the Group Panel. +Return Value: Show Group Panel + + + + + + + + Return Value: Show Search Panel + + + + + + + + Represents the caption of the item in the Column Context Menu that sorts data by the column's values in ascending order. +Return Value: Sort Ascending + + + + + + + + Return Value: Sort Ascending + + + + + + + + Return Value: Average + + + + + + + + Return Value: Count + + + + + + + + + +Return Value: Sort Descending + + + + + + + + Return Value: Max + + + + + + + + Return Value: Min + + + + + + + + Return Value: Sum + + + + + + + + Represents the caption of the item in the Column Context Menu that sorts data by the column's values in descending order. +Return Value: Sort Descending + + + + + + + + Represents the caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column. +Return Value: Sort By Summary + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Expression Editor. +Return Value: Expression Editor... + + + + + + + + Represents the caption of the item in the Column Context Menu that ungroups data by the column's values. +Return Value: Ungroup + + + + + + + + Represents the caption of the Avg item displayed within the Summary Context Menu. +Return Value: Average + + + + + + + + Represents the caption of the Count item displayed within the Summary Context Menu. +Return Value: Count + + + + + + + + Represents the caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. +Return Value: Customize... + + + + + + + + Represents the caption of the Max item displayed within the Summary Context Menu. +Return Value: Max + + + + + + + + Represents the caption of the Min item displayed within the Summary Context Menu. +Return Value: Min + + + + + + + + Return Value: Show row count + + + + + + + + Represents the caption of the Sum item displayed within the Summary Context Menu. +Return Value: Sum + + + + + + + + Represents the text displayed within the item in the Group Panel Context Menu that clears grouping. + + + + + + + + Represents the text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. + + + + + + + + Represents the text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column. +Return Value: (All) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column. +Return Value: (Blanks) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column. +Return Value: (Non blanks) + + + + + + + + The caption of the Cancel button displayed within the progress window. +Return Value: Cancel + + + + + + + + The title of the progress window. +Return Value: Loading data + + + + + + + + Represents the caption of the Runtime Summary Editor's tab page that lists summary items. +Return Value: Items + + + + + + + + Represents the caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Down + + + + + + + + Represents the caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Up + + + + + + + + Return Value: Order and Alignment + + + + + + + + Return Value: Left side + + + + + + + + Return Value: Right side + + + + + + + + Represents the caption of the Runtime Summary Editor's tab page that displays the order of summary items. +Return Value: Order + + + + + + + + A pattern used to format the caption of the Runtime Summary Editor that allows end-users to manage total summaries. +Return Value: Totals for '{0}' + + + + + + + + + Return Value: Totals for '{0}' + + + + + + + + + Lists values that specify which grid element contains a column's header. + + + + + + + Corresponds to the Column Chooser. + + + + + + + + Corresponds to the Group Panel. + + + + + + + + Corresponds to the grid's Column Header Panel. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GridMenuEventArgs class with the specified context menu. + + + + A descendant that represents the context menu to be shown. + + + + + + + + Provides access to a collection of customizations of the grid menu, customized using this event handler. + + + + A object. + + + + + + + Gets the menu items contained within the context menu. + + + The read-only collection of descendants that represent menu items contained within the context menu. + + + + + + + Gets information about the context menu. + + + A object that contains information about the context menu. + + + + + + + Gets the context menu's type. + + + A enumeration value that identifies the context menu. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + Gets the UI element for which the context menu is shown. + + + The element displayed within a View for which the context menu is shown. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomFilterDisplayTextEventArgs class. + + + + A object that is the view that raised the event. This value is assigned to the property. + + + + An object that is the grid's filter expression displayed within the Filter Panel. This value is assigned to the property. + + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + Gets or sets the filter expression displayed within the Filter Panel. + + + An object that represents the grid's filter expression displayed within the Filter Panel. + + + + + + + + Contains information about the total summary value displayed within the Summary Panel. + + + + + + + Initializes a new instance of the GridTotalSummaryData class. + + + + A object that represents the summary item. This value is assigned to the property. + + + + A specifying the summary's value. This value is assigned to the property. + + + + A object that represents the column for which the summary has been calculated. This value is assigned to the property. + + + + + + + + Gets a grid column whose values should be summarized. + + + A object that represents the column whose values should be summarized. + + + + + + + Gets the summary item. + + + A object that is the summary item. + + + + + + + Gets the total summary's value. This is a dependency property. + + + A value that specifies the summary's value. + + + + + + + + Lists values that specify which cells should display editor buttons. + + + + + + + Editor buttons are displayed for all cells within a View. + + + + + + + + Editor buttons are displayed for the focused cell only. + + + + + + + + Editor buttons are displayed for cells that reside within the focused row. + + + + + + + + Editor buttons are displayed only when a cell editor is active. + + + + + + + + + Lists values that specify how an exception should be handled. + + + + + + + Displays a message box, with an error description specified by the property. The message box's caption can be specified using the property. + + + + + + + + + An exception is ignored. + + + + + + + + Displays an error icon and allows an end-user to correct or reset an invalid value. + + + + + + + + Throws an exception specified by the property. + + + + + + + + + Lists values that specify a row's position within a View. + + + + + + + Corresponds to the last row within a row level. + + + + + + + + Corresponds to a row displayed between the top and bottom rows within a level. + + + + + + + + Corresponds to the only row displayed within a row level. + + + + + + + + Corresponds to the first row within a row level. + + + + + + + + + Serves as a base for classes that provide information about grid elements (cells, columns, etc.). + + + + + + + Gets or sets an object that contains grid data. + + + + + An that contains grid data. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains information about a column. +This class supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + Initializes a new instance of the GridColumnData class. + + + + @nbsp; + + + + + + + + Gets the grid column. + + + A descendant that represents the grid column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the owner view. + + + A descendant that represents the owner view. + + + + + + + Gets the column's position among visible columns. + + + An integer value that specifies the column's visible index. -1 if the column is hidden. + + + + + + + + Contains information about a data cell. + + + + + + + Initializes a new instance of the GridCellData class. + + + + A object that contains information about a data row containing the cell. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the cell is focused. This is a dependency property. + + + true if the cell is focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the cell is selected. + + + true if the cell is selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the information about a data row containing the cell. + + + A object that contains information about a data row. + + + + + + + Gets a value that indicates the cell's selection state. This is a dependency property. + + + A enumeration value that specifies the cell's selection state. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Displays multiple Details within a tabbed container. + + + + + + + + Initializes a new instance of the TabViewDetailDescriptor class with default settings. + + + + + + + + + Serves as the base for Detail Descriptors that allow you to display multiple details at the same level. + + + + + + + Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + + + A collection of objects. + + + + + + + Provides access to Detail Descriptors to be displayed by this multi-detail container. + + + A object containing Detail Descriptors to be displayed by this multi-detail container. + + + + + + + + Represents a Detail with freely-customizable content. + + + + + + + Initializes a new instance of the ContentDetailDescriptor class with default settings. + + + + + + + + Gets or sets the detail section's header content. This is a dependency property. + + + An object specifying the detail section's header content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Stores a collection of Detail Descriptors. + + + + + + + Creates a new instance of the DetailDescriptorCollection class with default settings. + + + + A that will expose the newly created collection via its property. + + + + + + + + + Implements the basic functionality for objects that represent Detail Views within the grid's master-detail hierarchy. + + + + + + + Initializes a new instance of the DetailDescriptorBase class with default settings. + + + + + + + + Gets or sets the template specifying the entire or partial content of a Detail. + + + A object specifying the Detail section's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + + + A collection of objects. + + + + + + + Gets a collection of master view's row indents specifying how to position detail rows. This member supports the control's internal infrastructure; it is not intended to be used from your code. + + + A DetailIndent object collection representing a master view's row indents. + + + + + + + + Gets or sets the template that will represent the Detail's header section. + + + A object specifying the Detail header's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the detail header section's visibility. + + + true to display the detail's header section; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that specify when the Search Panel is displayed. + + + + + + + The Search Panel is always visible, it cannot be hidden by an end-user. The close button is hidden. + + + + + + + + Activates the default behavior. +CTRL+F - Invokes the Search Panel. Ensure that no cell editor is opened before invoking the Find Panel. Otherwise, the shortcut will be intercepted by the in-place editor. +The Close button (if displayed) hides the Search Panel. +ESC - Clears the search box. If the search box is empty, pressing ESC closes the Search Panel. + + + + + + + + The Search Panel is hidden and cannot be shown by the end-user. + + + + + + + + + Lists values that specify a summary item's horizontal alignment within the Fixed Summary Panel. + + + + + + + + A summary is displayed within the Summary Panel. + + + + + + + + A summary is displayed within the Fixed Summary Panel and aligned to the left. + + + + + + + + A summary is displayed within the Fixed Summary Panel and aligned to the right. + + + + + + + + + Represents an element in the collection. + + + + + + + Initializes a new instance of the GridSortInfo class with the specified column. + + + + A value that specifies the field name of the column to sort. + + + + + + + + Initializes a new instance of the GridSortInfo class with the specified settings. + + + + A value that specifies the field name of the column to sort. + + + + A enumeration value that specifies the sort order. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GridSortInfo class with default settings. + + + + + + + + Toggles the sort order. + + + + + + + + + Gets or sets the field name of the column to sort. This is a dependency property. + + + A value that specifies the field name of the column to sort. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property. + + + An integer value that specifies the column's position among grouping columns. -1 if a View isn't grouped by the corresponding column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether or not the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property. + + + true if the column is used to group data; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property. + + + An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by the corresponding column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's sort order. This is a dependency property. + + + A enumeration value that specifies the sort order. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that specify when a View displays the Filter Panel. + + + + + + + The filter panel is shown when data is filtered. Otherwise, the filter panel is hidden. + + + + + + + + The filter panel is hidden. + + + + + + + + The filter panel is always shown at the bottom of the view. + + + + + + + + + Lists values that specify how many rows are displayed onscreen when a View is scrolled to the bottom. + + + + + + + When a view is scrolled to the bottom, it displays as many rows as can completely fit into its content area. + + + + + + + + + + Only one row (the last row) is displayed when a view is scrolled to the bottom. + + + + + + + + + + Lists values that specify whether row and cell focusing is allowed. + + + + + + + A View displays the focused row and focused cell. Data editing is allowed. + + + + + + + + A View displays neither the focused row nor the focused cell. Data editing is not allowed. + + + + + + + + A View displays only the focused row. The focused cell is not displayed. Data editing is not allowed. + + + + + + + + + Lists values that specify the context menu type. + + + + + + + Corresponds to a menu invoked for a column header. + + + + + + + + + Corresponds to a menu invoked for the Fixed Summary Panel. + + + + + + + + + Corresponds to a menu invoked for the group panel. + + + + + + + + + Corresponds to a menu invoked for the Row Cell. + + + + + + + + + Corresponds to a menu invoked for the Summary Panel. + + + + + + + + + + Lists values that specify the display mode of a column's filter dropdown. + + + + + + + A filter dropdown is represented as a checked list (multiple items can be selected/checked simultaneously). + + + + + + + + A filter dropdown is represented by a custom template assigned to the property. + + + + + + + + A filter dropdown is represented as a regular list of items (one item at a time can be selected). + + + + + + + + + Lists values that specify a column's behavior when a view is horizontally scrolled. + + + + + + + A column is anchored to the vew's left edge. + + + + + + + + A column takes part in horizontal scrolling. + + + + + + + + A column is anchored to the view's right edge. + + + + + + + + + Lists values that specify a column's position within a View. + + + + + + + Corresponds to the first visible column. + + + + + + + + Corresponds to a column displayed between the first and last visible columns. + + + + + + + + Corresponds to the last visible column. + + + + + + + + Reserved for future use. + + + + + + + + Corresponds to a column whose header is displayed within the Group Panel, Column Chooser, Card View or is currently being dragged by an end-user. + + + + + + + + + Lists values that specify how column values are filtered. + + + + + + + Cell values are filtered by their display text. + + + + + + + + Cell values are filtered by their values. + + + + + + + + + Serves as the base for classes that provide data for events related to showing in-place editors. + + + + + + + Initializes a new instance of the ShowingEditorEventArgsBase class with the specified settings. + + + + The routed event. + + + + A descendant that is the view. + + + + + An integer value that specifies the row's handle. + + + + A object that is the column. + + + + + + + + + Gets or sets the value indicating whether to prevent showing the editor. + + + true to cancel the action; otherwise, false. + + + + + + + + Serves as the base class for classes that provide data for events related to copying data to the clipboard. + + + + + + + Initializes a new instance of the CopyingToClipboardEventArgsBase class. + + + + A descendant that is the grid control's View whose data is copied to the clipboard. + + + + An array of row handles that identify rows whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + true to copy column headers; otherwise, false. + + + + + + + + Gets or sets the value indicating whether to copy column headers to the clipboard. + + + true to copy column headers to the clipboard; otherwise, false. + + + + + + + Gets an array of handles that correspond to rows whose values are to be copied to the clipboard. + + + An array of row handles. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Serves as the base class for classes that provide data for events related to changing the column's width. + + + + + + + Initializes a new instance of the CustomBestFitEventArgsBase class with the specified settings. + + + + A descendant that specifies a column for which an event has been raised. + + + + A object that specifies how the optimal width required for a column to completely display its contents is calculated. This value is assigned to the property. + + + + + + + + Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. + + + A enumeration value. + + + + + + + Rows that should be taken into account when calculating the optimal width of . + + + An array of row handles that correspond to data rows. + + + + + + + + Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row. + + + + + + + The Contains operator is used to create filter conditions. This operator selects records whose values in the corresponding column contain the entered string. + + + + + + + + For string values, the Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. +For other values (e.g. Boolean, numeric), the Equals comparison operator is used. + + + + + + + + The Equals comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column match the entered value. + + + + + + + + The Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. + + + + + + + + + Lists values that specify the alignment (position) of group summaries within a group row. + + + + + + + Group summaries are displayed under the corresponding columns. + + + + + + + + + Group summaries are aligned to the group row's right. + + + + + + + + + + Serves as a base for classes that provide data for events used to supply data for unbound columns. + + + + + + + Gets the unbound column currently being processed. + + + A descendant that specifies the unbound column currently being processed. + + + + + + + Gets whether you should provide data for the currently processed cell. + + + true to provide data for the currently processed cell; otherwise, false. + + + + + + + Gets whether a cell's value should be saved to a data source. + + + true if a cell's value should be saved to a data source; otherwise, false. + + + + + + + Gets or sets the processed cell's value. + + + + An object specifying the value of the cell currently being processed. + + + + + + + + Serves as a base for classes providing access to View commands. + + + + + + + Hides the active editor, discarding all the changes made within the focused row. + + + A command implementing the . + + + + + + + Clears the filter. + + + A command implementing the . + + + + + + + Deletes the focused row. + + + A command implementing the . + + + + + + + Activates the focused cell's in-place editor. + + + A command implementing the . + + + + + + + Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. + + + A command implementing the . + + + + + + + Hides the Column Chooser. + + + A command implementing the . + + + + + + + Hides the Search Panel. + + + A command implementing the . + + + + + + + Moves focus to the first cell displayed within the first visible row. + + + A command implementing the . + + + + + + + Moves focus to the first visible row or card within a View. + + + A command implementing the . + + + + + + + Moves focus to the last cell displayed within the last visible row. + + + A command implementing the . + + + + + + + Moves focus to the last visible row or card. + + + A command implementing the . + + + + + + + Focuses the next cell after the focused cell. + + + A command implementing the . + + + + + + + Moves focus forward by the number of rows or cards displayed onscreen within a View. + + + A command implementing the . + + + + + + + Moves focus to the row or card following the one currently focused. + + + A command implementing the . + + + + + + + Focuses the cell preceding the focused cell. + + + + A command implementing the . + + + + + + + Moves focus backward by the number of rows or cards displayed onscreen within a View. + + + A command implementing the . + + + + + + + Moves focus to the row or card preceding the one currently focused. + + + A command implementing the . + + + + + + + Invokes the Column Chooser. + + + A command implementing the . + + + + + + + Shows the Filter Editor. + + + A command implementing the . + + + + + + + Shows the Search Panel. + + + A command implementing the . + + + + + + + Invokes the Runtime Summary Editor for the specified column. + + + A command implementing the . + + + + + + + Invokes the Expression Editor that enables editing an expression for the specified unbound column. + + + A command implementing the . + + + + + + + + Contains information about a data row. + + + + + + + Initializes a new instance of the RowData class. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Gets whether the row uses the alternate background. This is a dependency property. + + + + true, if the row uses the alternate background; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the row's visible position within a View. + + + A zero-based integer value that specifies the row's visible position within a View. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the row's data context. This is a dependency property. + + + An object that represents the row's data context. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the row's visible index is even. This is a dependency property. + + + true if the row's visible index is even; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets whether a group row is being expanded. This is a dependency property. + + + true the group row is being expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the row is focused. + + + true if the row is focused; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the row's data has been loaded or not. This is a dependency property. + + + true if the row's data has been loaded; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether a group row is expanded. This is a dependency property. + + + true if the group row is expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the row is selected. + + + true if the row is selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the row's grouping level. + + + An integer value that specifies the row's grouping level. + + + + + + + Gets the next row's nesting level. This is a dependency property. + + + An integer value that specifies the next row's nesting level. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a row object that corresponds to the row. This is a dependency property. + + + An object in a data source that corresponds to the current row. + + + + + + + Provides access to a RowData's properties. + + + A RowData object. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + Gets the row's handle. This is a dependency property. + + + A object that represents the row's handle. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the row's position within a View. This is a dependency property. + + + A enumeration value that specifies the row's position within a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a row's state. This is a dependency property. + + + A representing the row state. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that indicates the row's selection state. This is a dependency property. + + + A enumeration value that specifies the row's selection state. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + Sets the value of the attached property to a specified . + + + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + + + + Lists per-pixel scrolling modes. + + + + + + + + A custom animation effect implemented within the event handler ( in TreeListView). + + + + + + + + Starts slowly, accelerates and then decelerates. + + + + + + + + Starts quickly and then decelerates. + + + + + + + + Moves smoothly. + + + + + + + + + Serves as a base for classes that represent Views. + + + + + + + + Lists values that specify what animation is played while data rows are being asynchronously retrieved by the data source. + + + + + + + + A custom animation, implemented within the event handler, is played. + + + + + + + + No animation is played. + + + + + + + + Displays rows that are being loaded, by animating their opacity. + + + + + + + + + Serves as a base for classes that contain information about rows and cards. + + + + + + + Gets the nesting level of a View. + + + An integer value that specifies the nesting level of a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the row indicator's state. This is a dependency property. + + + A enumeration value that specifies the row indicator state. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the master row is expanded. This is a dependency property. + + + true if the master row is expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs every time any of the RowDataBase class properties has changed its value. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the owner view. + + + A descendant that is the owner view. + + + + + + + + Represents a detail that displays a grid control and natively integrates with the master grid. + + + + + + + Initializes a new instance of the DataControlDetailDescriptor class with default settings. + + + + + + + + Gets or sets the that displays detail data. + + + A that displays detail data. Although the property type is , it currently only accepts objects and otherwise, throws exceptions. + + + + + + + + Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + + + A collection of objects. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Overrides the base class member to disable the setter. To specify header content for a detail grid, use the detail Grid View's property instead. + + + + An object representing the header section's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the data binding for the detail. + + + A object instance that specifies the data binding for the detail. + + + + + + + Gets or sets the detail grid's data binding by specifying the path relative to the master grid's records. + + + + A string value specifying the data binding path relative to the master grid's records. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the value converter that specifies the data binding for the detail. + + + An object implementing the interface. Specifies the data binding for the detail. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that specify how async data loading operations are indicated + + + + + + + Background operations are indicated within a dedicated indicator button. For the grid control, these operations are indicated within the Header Panel Button. + + + + + + + + Background operations are not indicated. + + + + + + + + Background operations are indicated within a special panel displayed above a control. + + + + + + + + + Lists resource strings that can be localized at runtime. + + + + + + + Return Value: Item: {0}, Column Display Index: {1} + + + + + + + + The Column Chooser's caption. +Return Value: Column Chooser + + + + + + + + + A pattern used to format the Column Chooser's caption in Master-Detail Mode. +Return Value: {0}: Column Chooser + + + + + + + + The text displayed within the Column Chooser when it is empty. +Return Value: Drag a column here to customize the layout + + + + + + + + The error window's caption. +Return Value: Error + + + + + + + + The caption of the Filter Editor window. + +Return Value: Filter Editor + + + + + + + + + The text displayed within the Group Panel. +Return Value: Drag a column header here to group by that column + + + + + + + + Return Value: {0} : {1} + + + + + + + + The text displayed within the New Item Row when it is not focused. +Return Value: Click here to add a new row + + + + + + + + The caption of the Runtime Summary Editor used to manage group summaries. +Return Value: Group Summaries + + + + + + + + + The text displayed within the error message box invoked if the focused row contains invalid values. +Return Value: Do you want to correct the value? + + + + + + + + The caption of the item in the Column Context Menu that best fits the width of the current grid column. +Return Value: Best Fit + + + + + + + + + The caption of the item in the Column Context Menu that best fits the widths of all grid columns. +Return Value: Best Fit (all columns) + + + + + + + + + The caption of the item in the Column Context Menu, that clears filtering applied to a column. + + +Return Value: Clear Filter + + + + + + + + + The caption of the item in the Column Context Menu that unsorts data by the column's values. +Return Value: Clear Sorting + + + + + + + + + The caption of the item in the Column Context Menu, that shows the Filter Editor. + +Return Value: Filter Editor... + + + + + + + + + The caption of the item in the Column Context Menu, that fixes a column to the left. + + +Return Value: Left + + + + + + + + + The caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling). + + +Return Value: None + + + + + + + + + The caption of the item in the Column Context Menu, that fixes a column to the right. + + +Return Value: Right + + + + + + + + + The caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled. + + + + + + + + + + The caption of the item in the Column Context Menu that groups data by the column's values. +Return Value: Group By This Column + + + + + + + + + The caption of the sub item in a column's context menu, allowing an end-user to specify a DateTime column's interval grouping. + + + + + + + + + + The caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping. + + + + + + + + + + The caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping. + + + + + + + + + + Returns "None". Corresponds to the menu item that groups rows by values (). To learn more, see interval grouping. + + + + + + + + The caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. + + + + + + + + + + The caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping. + + + + + + + + + + The caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. +Return Value: Group Summary Editor... + + + + + + + + + The caption of the item in the Column Context Menu, that hides the Column Chooser. +Return Value: Hide Column Chooser + + + + + + + + + The caption of the item in the Column Context Menu, that hides the Group Panel. +Return Value: Hide Group Panel + + + + + + + + + Return Value: Hide Search Panel + + + + + + + + The caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values. +Return Value: Clear Summary Sorting + + + + + + + + + The caption of the item in the Column Context Menu that invokes the Column Chooser. +Return Value: Show Column Chooser + + + + + + + + + The caption of the item in the Column Context Menu that shows the Group Panel. +Return Value: Show Group Panel + + + + + + + + + Return Value: Show Search Panel + + + + + + + + The caption of the item in the Column Context Menu that sorts data by the column's values in ascending order. +Return Value: Sort Ascending + + + + + + + + + Return Value: Sort Ascending + + + + + + + + Return Value: Average + + + + + + + + Return Value: Count + + + + + + + + Return Value: Sort Descending + + + + + + + + Return Value: Max + + + + + + + + Return Value: Min + + + + + + + + Return Value: Sum + + + + + + + + The caption of the item in the Column Context Menu that sorts data by the column's values in descending order. +Return Value: Sort Descending + + + + + + + + + The caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column. +Return Value: Sort By Summary + + + + + + + + + The caption of the item in the Column Context Menu that invokes the Expression Editor. +Return Value: Expression Editor... + + + + + + + + + The caption of the item in the Column Context Menu that ungroups data by the column's values. +Return Value: Ungroup + + + + + + + + + The caption of the Avg item displayed within the Summary Context Menu. +Return Value: Average + + + + + + + + + The caption of the Count item displayed within the Summary Context Menu. +Return Value: Count + + + + + + + + + The caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. +Return Value: Customize... + + + + + + + + + The caption of the Max item displayed within the Summary Context Menu. +Return Value: Max + + + + + + + + + The caption of the Min item displayed within the Summary Context Menu. +Return Value: Min + + + + + + + + + Return Value: Show row count + + + + + + + + The caption of the Sum item displayed within the Summary Context Menu. +Return Value: Sum + + + + + + + + + The text displayed within the item in the Group Panel Context Menu that clears grouping. + + + + + + + + + The text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. + + + + + + + + + The text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. + + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column. +Return Value: (All) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column. +Return Value: (Blanks) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column. +Return Value: (Non blanks) + + + + + + + + The caption of the Cancel button displayed within the progress window. +Return Value: Cancel + + + + + + + + The title of the progress window. +Return Value: Loading data + + + + + + + + The caption of the Runtime Summary Editor's tab page that lists summary items. +Return Value: Items + + + + + + + + + The caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Down + + + + + + + + + The caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Up + + + + + + + + + Return Value: Order and Alignment + + + + + + + + Return Value: Left side + + + + + + + + Return Value: Right side + + + + + + + + The caption of the Runtime Summary Editor's tab page that displays the order of summary items. +Return Value: Order + + + + + + + + + + Serves as a base for classes that represent summary items. + + + + + + + Gets or sets the horizontal alignment within the Fixed Summary Panel. This is a dependency property. + + + A enumeration value that specifies the summary item's horizontal alignment within the Fixed Summary Panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the pattern used to format the summary value. This is a dependency property. + + + A value that specifies the pattern used to format the summary value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the name of a data source field whose values are used for summary calculation. This is a dependency property. + + + A value that specifies the name of the data source field whose values are used for summary calculation + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the total summary item's text displayed within a Footer Cell. + + + + The language. + + + + A value that specifies the column's caption. + + + + The summary item's value. + + + + A value that specifies the pattern used to format column values. + + + A value that is the total summary item's text displayed within a footer cell. + + + + + + + Returns the text corresponding to a group summary item. This text is displayed within group rows and is aligned to the specified column. + + + + + The language. + + + + A value that specifies the column's caption. + + + + The group summary item's value. + + + + A value that specifies the pattern used to format column values. + + + A value that specifies the group summary item's text. + + + + + + + + Returns the text corresponding to a group summary item. This text is displayed within group rows. + + + + The language. + + + + A value that specifies the column's caption. + + + + The group summary item's value. + + + + A value that specifies the pattern used to format column values. + + + A value that specifies group summary item's text. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies a column in whose footer or group rows the summary is displayed. This is a dependency property. + + + A value that specifies the column's field name. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the aggregate function type. This is a dependency property. + + + A enumeration value that specifies the aggregate function type. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets custom data associated with the summary item. This is a dependency property. + + + An object associated with the summary item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the summary item is displayed within a View. This is a dependency property. + + + true to display the summary item within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains options that specify how column specific settings are stored to and restored from a stream or file in XML format. + + + + + + + Initializes a new instance of the DataControlSerializationOptions class. + + + + + + + + Gets or sets whether the columns that currently exist in the grid, but do not exist in a layout when it is restored, should be retained. This is a dependency property. + + + true to retain the columns that currently exist in the grid, but do not exist in the layout being restored; false to destroy these columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the value of the attached property for the specified . + + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + Gets the value of the attached property for the specified . + + + + The element to which the attached property is written. + + + The property value for the element. + + + + + + + Gets or sets whether the columns that exist in a layout when it is restored but do not currently exist in the grid, should be discarded. This is a dependency property. + + + true to discard the columns that exist in the layout being restored but do not currently exist in the grid; false to add these columns to the grid. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sets the value of the attached property for the specified . + + + + The element to which the attached property is written. + + + + The property value. + + + + + + + + Sets the value of the attached property for the specified . + + + + The element to which the attached property is written. + + + + The required value. + + + + + + + Index: trunk/src/Piping/Data/Deltares.Piping.Data.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Piping/Data/Deltares.Piping.Data.csproj (.../Deltares.Piping.Data.csproj) (revision 7) +++ trunk/src/Piping/Data/Deltares.Piping.Data.csproj (.../Deltares.Piping.Data.csproj) (revision 8) @@ -88,24 +88,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - False Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Controls.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.ReportDesigner.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraEditors.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/SlopeW/GSILIB.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Charts.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Web.ASPxTreeList.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Web.ASPxTreeList.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Web.ASPxTreeList.v12.2.xml (revision 8) @@ -0,0 +1,8938 @@ + + + + DevExpress.Web.ASPxTreeList.v12.2 + + + + + + Contains Popup Edit Form styles. + + + + + + + Initializes a new instance of the TreeListPopupEditFormStyle class with default settings. + + + + + + + + This property is not in effect for the TreeListPopupEditFormStyle class. + + + + + + + + + + This property is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. + + + + + + + + + + + + This property is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. + + + + + + + + + + + + + Contains Popup Edit Form settings. + + + + + + + Gets or sets whether an end-user can resize the Popup Edit Form. + + + + true to allow the popup edit form to be resized by an end-user; otherwise, false. + + + + + + + Gets or sets the Popup Edit Form's caption. + + + A value that specifies the popup edit form's caption. + + + + + + + Gets or sets the Popup Edit Form's height. + + + A structure that specifies the popup edit form's height. + + + + + + + Gets or sets the popup edit form's horizontal alignment. + + + A enumeration value that specifies the popup edit form's horizontal alignment. + + + + + + + + Gets or sets the offset from the left or right border of the Popup Edit Form's container. + + + An integer value that specifies the offset, in pixels, from the left or right border of the popup edit form's container. + + + + + + + Gets or sets whether the Popup Edit Form is displayed as a modal dialog. + + + true to display the Popup Edit Form as a modal dialog; otherwise, false. + + + + + + + Gets or sets the ID of a web control or HTML element with which the popup edit form is associated. + + + A string value specifying the ID of the web control or HTML element which the popup edit form is associated with. + + + + + + + Gets or sets whether the Popup Edit Form's header is displayed. + + + true to display the header; otherwise, false. + + + + + + + Gets or sets the popup edit form's vertical alignment. + + + A enumeration value that specifies the popup edit form's vertical alignment. + + + + + + + Gets or sets the Popup Edit Form's offset from the top or bottom border of the data row currently being edited. + + + An integer value that specifies the offset, in pixels, from the top or bottom border of the data row currently being edited. + + + + + + + Gets or sets the Popup Edit Form's width. + + + A structure that specifies the popup edit form's width. + + + + + + + + Represents a summary item. + + + + + + + Initializes a new instance of the TreeListSummaryItem class. + + + + + + + + Copies settings from the summary item object specified as the parameter. + + + + A object or descendant whose properties are copied to the current object. + + + + + + + + Gets or sets the format of the summary value. + + + A value that specifies the summary value's display format. An empty string to display the summary value using default formatting. + + + + + + + Gets or set the name of the data source field whose values are used to calculate the summary. + + + A value that specifies the data source field's name. + + + + + + + Gets or sets whether a recursive summary value calculation is enabled. + + + + true to enable the recursive summary value calculation; otherwise, false. + + + + + + + + Gets or sets a value that specifies a column in whose footer cell the summary will be displayed. + + + A value that identifies the data column within the ASPxTreeList by its unique identifier name (), the name of the data source field to which it is bound (), or the column caption (). + + + + + + + Gets or sets the aggregate function type. + + + A enumeration value that specifies the aggregate function type. + + + + + + + Gets or sets the data associated with the summary item. + + + A value that contains information associated with the summary item. + + + + + + + Returns a string that represents the summary item. + + + A value that represents the current object. + + + + + + + + Contains the ASPxTreeList's export styles. + + + + + + + Initializes a new instance of the TreeListExportSystemStyles class with the specified owner. + + + + An object that implements the interface. + + + + + + + + + Represents a data column with the combo box editor. + + + + + + + Initializes a new instance of the TreeListComboBoxColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a combobox editor. + + + + + + + + Represents a data column used to display and edit time portions of DateTime values. + + + + + + + Initializes a new instance of the TreeListTimeEditColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + The object that contains settings specific to a checkbox editor. + + + + + + + + Represents a data column used to display and edit color values. + + + + + + + Initializes a new instance of the TreeListColorEditColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + The object that contains settings specific to a color editor. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets the type of the command button currently being initialized. + + + One of the enumeration values. + + + + + + + Gets a command column which owns the processed command button. + + + A object that represents the command column which owns the processed button. + + + + + + + Gets the processed command button's index. + + + An integer value that represents the zero-based index of the processed command button within the collection. + + + + + + + Gets or sets whether the processed command button is enabled. + + + One of the enumeration values. + + + + + + + Gets the key of a node which contains the processed command button. + + + A string that identifies the node. + + + + + + + Gets or sets whether the command button is visible. + + + One of the enumeration values. + + + + + + + + An object providing a means to localize a 's user interface elements at runtime. + + + + + + + + Initializes a new instance of the ASPxTreeListResLocalizer class with default settings. + + + + + + + + + Represents a data column with the progress bar editor. + + + + + + + Initializes a new instance of the TreeListProgressBarColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a progress bar. + + + + + + + + Represents a data column that displays images located at the specified URLs. + + + + + + + Initializes a new instance of the TreeListImageColumn class with default settings. + + + + + + + + Gets or sets whether end-users can sort data by the column's values. + + + One of the enumeration values. + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to an image editor. + + + + + + + Gets or sets the column's position among sorted columns. + + + An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by this column. + + + + + + + Gets or sets the column's sort order. + + + A enumeration value that specifies the column's sort order. + + + + + + + + Represents a data column with an editor containing a customizable dropdown window. + + + + + + + Initializes a new instance of the TreeListDropDownEditColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a dropdown editor. + + + + + + + + Represents a data column that displays images from a binary stream. + + + + + + + Initializes a new instance of the TreeListBinaryImageColumn class with default settings. + + + + + + + + Gets or sets whether end-users can sort data by the column's values. + + + One of the enumeration values. + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a binary image editor. + + + + + + + Gets or sets the column's position among sorted columns. + + + An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by this column. + + + + + + + Gets or sets the column's sort order. + + + A enumeration value that specifies the column's sort order. + + + + + + + + An object providing a means to localize the 's user interface elements at runtime. + + + + + + + + Initializes a new instance of the ASPxTreeListLocalizer class with default settings. + + + + + + + + Returns an object comprising resources based on the thread's language and regional settings (culture). + + + A XtraLocalizer@lt;ASPxTreeListStringId@gt; object comprising resources based on the thread's culture. + + + + + + + Returns a localized string for the specified string identifier. + + + + An enumeration value identifying the string to localize. + + + A String corresponding to the specified identifier. + + + + + + + + Contains values corresponding to strings that can be localized for the . + + + + + + + Defines the alternative text for the Expand Button if the node is expanded. +Default value: "[Collapse]" + + + + + + + + Defines the alternate text of an image (see: ) displayed below the column header when an end-user drags it to the Customization Window. +Default value: "Hide" + + + + + + + + + Defines the alternative text for the Expand Button if the node is collapsed. +Default value: "[Expand]" + + + + + + + + Defines the alternative text for the Column Header's Sort Glyph when the column is sorted in ascending order. +Default value: "(Ascending)" + + + + + + + + Defines the alternative text for the Column Header's Sort Glyph when the column is sorted in descending order. +Default value: "(Descending)" + + + + + + + + Defines the caption of the Cancel button on the Edit Form of the Tree List. +Default value: "Cancel" + + + + + + + + Defines the caption of the Delete button on the Command Column of the Tree List. +Default value: "Delete" + + + + + + + + Defines the caption of the Edit button on the Command Column of the Tree List. +Default value: "Edit" + + + + + + + + Defines the caption of the New button on the Command Column of the Tree List. +Default value: "New" + + + + + + + + Defines the caption of the Update button on the Edit Form of the Tree List. +Default value: "Update" + + + + + + + + Defines the confirmation dialog text when deleting a node in Tree List if the option is enabled. +Default value: "Confirm Delete?" + + + + + + + + Defines the Customization Window's caption. +Default value: "Field Chooser" + + + + + + + + Defines the Popup Edit Form's caption. +Default value: "Edit Form" + + + + + + + + Defines the error message text when deleting a parent node in Tree List if the option is disabled. +Default value: "The node has descendant nodes." + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListVirtualNodeEventArgs class. + + + + A object that represents the node currently being created. This value is assigned to the property. + + + + An object that corresponds to the processed node in a tree. This value is assigned to the property. + + + + + + + + Gets the object that corresponds to the node currently being created. + + + An object that corresponds to the processed node in a tree. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Represents a server control that allows the regular Edit Form's cells and buttons to be displayed within the Edit Form's template. + + + + + + + Initializes a new instance of the ASPxTreeListTemplateReplacement class. + + + + + + + + Gets or sets which edit form controls are displayed by the ASPxTreeListTemplateReplacement. + + + A enumeration value that specifies which edit form controls are displayed by the ASPxTreeListTemplateReplacement. + + + + + + + + Serves as a base for classes that represent edit data columns. + + + + + + + This member supports the internal infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListEditingOperationEventArgs class. + + + + A enumeration value that identifies which operation has been performed. This value is assigned to the property. + + + + + + + + Gets a value that identifies which data editing operation has been performed. + + + A enumeration value that identifies which operation has been performed. + + + + + + + + Lists values that identify which data editing operation has been performed. + + + + + + + An existing node has been deleted. + + + + + + + + A new node has been inserted. + + + + + + + + A cell value(s) has been changed and posted to a data store. + + + + + + + + + Provides the margins for a report page. + + + + + + + Initializes a new instance of the PageMargins class. + + + + + + + + Gets or sets the bottom margin, in hundredths of an inch. + + + An integer value that specifies the bottom margin. + + + + + + + Gets or sets the left margin, in hundredths of an inch. + + + An integer value that specifies the left margin. + + + + + + + Gets or sets the right margin, in hundredths of an inch. + + + An integer value that specifies the right margin. + + + + + + + Gets or sets the top margin, in hundredths of an inch. + + + An integer value that specifies the top margin. + + + + + + + + Provides settings for a printed (exported) document. + + + + + + + Initializes a new instance of the PageSettings class. + + + + + + + + Gets or sets whether data is exported to PDF in Landscape. + + + true to export data in Landscape; false to export data in Portrait. + + + + + + + Gets the margins of a print page. + + + A object that represents the margins for a report page. + + + + + + + Gets or sets the type of paper for the exported report. + + + A enumeration value. + + + + + + + Gets or sets the name of the custom paper which is used for export purposes. + + + + A value specifying the name of the paper. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides print settings for a control. + + + + + + + Initializes a new instance of the ASPxTreeListPrintSettings class. + + + + + + + + Gets or sets whether the ASPxTreeList fits the printed page horizontally. + + + true to force the printed ASPxTreeList to fit the printed page horizontally; otherwise, false. + + + + + + + Gets or sets a value specifying which nodes of an ASPxTreeList should present in the export result. + + + true to export the ASPxTreeList with all nodes expanded regardless of their expanded state; otherwise, false. + + + + + + + Gets or sets whether all pages are exported. + + + true to export all pages displayed within the ASPxTreeList; false to export only the current page. + + + + + + + Gets the settings of a report page. + + + A object that contains the settings of a report page. + + + + + + + Gets or sets whether tree buttons are displayed in a report. + + + true to display tree buttons in a report; otherwise, false. + + + + + + + Gets or sets whether tree lines are displayed in a report. + + + true to display tree lines in a report; otherwise, false. + + + + + + + + Provides data for the event. + + + + + + + Gets the appearance settings used to paint report bricks. + + + A object that contains style settings. + + + + + + + Gets a data column that corresponds to the processed tree list element. + + + A object that represents the data column. null (Nothing in Visual Basic) if the processed element doesn't belong to a column (e.g. preview, footer). + + + + + + + Gets the processed node's key value. + + + A string value that identifies the node. + + + + + + + Gets the processed row's type. + + + A enumeration value that identifies the processed row. + + + + + + + Gets or sets the text displayed within the brick currently being rendered. + + + A string value that specifies the text displayed within the processed brick. + + + + + + + Gets or sets the processed brick's value. + + + An object that represents the processed brick's value. + + + + + + + Gets or sets the pattern used to format values. + + + The pattern used to format values. + + + + + + + Gets or sets the rendered brick's URL. + + + A string value that specifies the rendered brick's URL. + + + + + + + + Represents an ASPxTreeListExporter control used to export the control's data. + + + + + + + Initializes a new instance of the ASPxTreeListExporter class. + + + + + + + + This member supports the internal infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the file name to which the ASPxTreeList's data is exported. + + + A value that specifies the target file name. + + + + + + + Enables rendering of different content from the content exported by default. + + + + + + + + + Provides access to the print options. + + + An ASPxTreeListPrintSettings object that contains the ASPxTreeList's print options. + + + + + + + Provides access to the properties that specify the appearance of tree list elements when the ASPxTreeList is exported. + + + A object that provides style settings used to paint tree list elements when it is exported. + + + + + + + Gets the ASPxTreeList control to which the ASPxTreeListExporter is assigned. + + + + The control. + + + + + + + Gets or sets the programmatic identifier of the associated ASPxTreeList control. + + + + The programmatic identifier assigned to the ASPxTreeList control. + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + Exports data to a stream in PDF format with the specified export options. + + + + + A object to which the data is exported. + + + + A object that provides export options. + + + + + + + + Exports data to a stream in PDF format. + + + + A object to which the data is exported. + + + + + + + + Exports data to the specified file in PDF format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + true to display the File Download dialog; false to display the PDF file with exported data within a page. + + + + + + + + Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format. + + + + + A object that provides export options. + + + + + + + + Exports data to the specified file in PDF format with the specified name and export options, and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + A object that provides export options. + + + + + + + + Exports data to a file in PDF format and writes it to the Response in the binary format. + + + + + + + + + Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format. + + + + + true to display the File Download dialog; false to display the PDF file with exported data within a page. + + + + A object that provides export options. + + + + + + + + Exports data to a file in PDF format and writes it to the Response in the binary format. + + + + true to display the File Download dialog; false to display the PDF file with exported data within a page. + + + + + + + + Exports data to the specified file in PDF format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + + + + + Exports data to a stream in RTF format with the specified export options. + + + + + A object to which the data is exported. + + + + A object that provides export options. + + + + + + + + Exports data to a stream in RTF format. + + + + A object to which the data is exported. + + + + + + + + Exports data to the specified file in RTF format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + true to display the File Download dialog; false to display the RTF file with exported data within a page. + + + + + + + + Exports data to the specified file in RTF format with the specified export settings, and writes it to the Response in the binary format. + + + + true to display the File Download dialog; false to display the RTF file with exported data within a page. + + + + A object that provides export options. + + + + + + + + Exports data to the specified file in RTF format with the specified export settings, and writes it to the Response in the binary format. + + + + A value that specifies the target file name. + + + + A object that provides export options. + + + + + + + + Exports data to a file in RTF format and writes it to the Response in the binary format. + + + + true to display the File Download dialog; false to display the RTF file with exported data within a page. + + + + + + + + Exports data to a file in RTF format with the specified export settings, and writes it to the Response in the binary format. + + + + + A object that provides export options. + + + + + + + + Exports data to a file in RTF format and writes it to the Response in the binary format. + + + + + + + + + Exports data to the specified file in RTF format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + + + + + Exports data to a stream in XLS format with the specified export settings. + + + + + A object to which the data is exported. + + + + A object that provides export options. + + + + + + + + Exports data to a stream in XLS format. + + + + A object to which the data is exported. + + + + + + + + Exports data to the specified file in XLS format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + + + + + Exports data to a file in XLS format and writes it to the Response in the binary format. + + + + + + + + + Exports data to a file in XLS format and writes it to the Response in the binary format. + + + + + true to display the File Download dialog; false to display the XLS file with exported data within a page. + + + + + + + + Exports data to the specified file in XLS format, with the specified export settings, and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + A object that provides export options. + + + + + + + + Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format. + + + + + true to display the File Download dialog; false to display the XLS file with exported data within a page. + + + + A object that provides export options. + + + + + + + + Exports data to the specified file in XLS format and writes it to the Response in the binary format. + + + + + A value that specifies the target file name. + + + + true to display the File Download dialog; false to display the XLS file with exported data within a page. + + + + + + + + Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format. + + + + + A object that provides export options. + + + + + + + + Exports data to a stream in XLSX format with the specified export settings. + + + + + A object to which the data is exported. + + + + A object that provides export options. + + + + + + + + Exports data to a stream in XLSX format. + + + + A object to which the data is exported. + + + + + + + + Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format. + + + + A object that provides export options. + + + + + + + + Exports data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in the binary format. + + + + A value that specifies the target file name. + + + + A object that provides export options. + + + + + + + + Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format. + + + + true to display the File Download dialog; false to display the XLSX file with exported data within a page. + + + + A object that provides export options. + + + + + + + + Exports data to the specified file in XLSX format and writes it to the Response in the binary format. + + + + A value that specifies the target file name. + + + + true to display the File Download dialog; false to display the XLSX file with exported data within a page. + + + + + + + + Exports data to a file in XLSX format and writes it to the Response in the binary format. + + + + + + + + Exports data to the specified file in XLSX format and writes it to the Response in the binary format. + + + + A value that specifies the target file name. + + + + + + + + Exports data to a file in XLSX format and writes it to the Response in the binary format. + + + + true to display the File Download dialog; false to display the XLSX file with exported data within a page. + + + + + + + + + Provides the style settings used to paint the visual elements displayed within the ASPxTreeList when it is exported. + + + + + + + + Initializes a new instance of the TreeListExportStyles class. + + + + An object that owns the created object. + + + + + + + + Gets the appearance settings used to paint data cells when the ASPxTreeList is exported. + + + A object that contains appearance settings. + + + + + + + Duplicates the properties of the specified object into the current instance of the TreeListExportStyles class. + + + + + A TreeListExportStyles object that represents the object which the settings will be copied from. + + + + + + + + Gets the default appearance settings. + + + A object that contains default appearance settings. + + + + + + + Gets the appearance settings used to paint the Footer. + + + A object that contains appearance settings. + + + + + + + Gets the appearance settings used to paint group footers. + + + A object that contains appearance settings. + + + + + + + Gets the appearance settings used to paint column headers. + + + A object that contains appearance settings. + + + + + + + Gets the appearance settings used to paint hyper links. + + + A object that contains appearance settings. + + + + + + + Gets the appearance settings used to paint indents. + + + A object that contains appearance settings. + + + + + + + Combines the properties of the current TreeListExportStyles instance with the default appearance settings specified by the property. + + + + + + + + Gets the appearance settings used to paint previews. + + + A object that contains appearance settings. + + + + + + + + Represents a data column used to display numeric data. + + + + + + + Initializes a new instance of the TreeListSpinEditColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + The object that contains settings specific to a spin editor. + + + + + + + + Provides text options for the ASPxTreeList. + + + + + + + Gets or sets the text displayed within the Cancel command button. + + + A value that specifies the command button's text. + + + + + + + Gets or sets the text displayed within the Delete command button. + + + A value that specifies the command button's text. + + + + + + + Gets or sets the text displayed within the Edit command button. + + + A value that specifies the command button's text. + + + + + + + Gets or sets the text displayed within the New command button. + + + A value that specifies the command button's text. + + + + + + + Gets or sets the text displayed within the Update command button. + + + A value that specifies the command button's text. + + + + + + + Gets or sets the text displayed within the Confirm Delete window. + + + A value that specifies the text displayed within the Confirm Delete window. + + + + + + + Gets or sets the Customization Window's caption. + + + A value that specifies the Customization Window's caption. + + + + + + + Gets or sets the text displayed within a Loading Panel. + + + A value that specifies the text displayed within a Loading Panel. + + + + + + + Gets or sets the error text displayed when deleting a parent node. + + + A string value that specifies the error text. + + + + + + + + Provides editing settings for ASPxTreeList controls. + + + + + + + Gets or sets whether an end-user can drag nodes and change their position within the ASPxTreeList. + + + true to allow moving nodes; otherwise, false. + + + + + + + + Gets or sets whether parent nodes can be deleted. + + + true to allow deleting parent nodes within their children; false only child nodes (not parent) can be deleted. + + + + + + + + Gets or sets whether the Confirm Delete window is displayed when deleting a node. + + + + true to display the Confirm Delete window when deleting a node; otherwise, false. + + + + + + + Gets or sets the maximum number of columns allowed in the Edit Form. + + + An integer value that specifies the maximum number of columns allowed in the Edit Form. + + + + + + + Gets or sets a value that specifies the ASPxTreeList's editing mode. + + + A enumeration value that specifies the editing mode. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListNodeValidationEventArgs class. + + + + true if the node is new; otherwise, false. This value is assigned to the property. + + + + + + + + Gets a collection of node errors. + + + A System.Collections.Generic.Dictionary object that represents the collection of node errors. + + + + + + + Gets whether the processed node has errors. + + + true if the processed node has errors; otherwise, false. + + + + + + + Gets whether the processed node is new. + + + true if the node is new; otherwise, false. + + + + + + + Gets a dictionary of field name/value pairs that represent the primary key of the node to validate. + + + A System.Collections.Specialized.OrderedDictionary object that contains field name/value pairs that represent the primary key of the node to validate. + + + + + + + Gets a dictionary that contains the values of the non-key field name/value pairs in the node to be validated. + + + A System.Collections.Specialized.OrderedDictionary object that contains the values of the non-key field name/value pairs in the node to be validated. + + + + + + + Gets or sets the error text displayed within the Error Node. + + + A value that specifies the text displayed within the Error Node. + + + + + + + Gets a dictionary that contains the original field name/value pairs in the node to validate. + + + A System.Collections.Specialized.OrderedDictionary object that contains a dictionary of the original field name/value pairs for the node to be validated. + + + + + + + + A method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListNodeEditingEventArgs class. + + + + A value that identifies the processed node. This value is assigned to the property. + + + + + + + + Gets the edited node's key value. + + + A value that identifies the processed node. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListNodeDragEventArgs class. + + + + A object that represents the target node. This value is assigned the property. + + + + A object that represents the node to whose child collection the target node is being moved. This value is assigned to the property. + + + + + + + + Gets or sets whether the drag and drop operation is handled. + + + true if an operation is handled; otherwise, false. + + + + + + + Gets a node to whose child collection the target (dragged) node is being moved. + + + A object that represents the node to whose child collection the target node is being moved. + + + + + + + + Represents a data column used to display memo data. + + + + + + + Initializes a new instance of the TreeListMemoColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a memo editor. + + + + + + + + Represents a data column with hyperlink functionality. + + + + + + + Initializes a new instance of the TreeListHyperLinkColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a hyperlink editor. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets the processed command cell. + + + A object that represents the processed command cell. + + + + + + + Gets a command column whose cell is currently being processed. + + + A object that represents the command column within the ASPxTreeList. + + + + + + + Gets the nesting level of a node which contains the processed command cell. + + + An integer value that specifies the nesting level of a node. + + + + + + + Gets an object that uniquely identifies the node. + + + A value that uniquely identifies the node. + + + + + + + + Represents a container for the templates used to render the Edit Form. + + + + + + + Gets the script that implements the cancel action. + + + A value representing the service script that cancels editing performed within the ASPxTreeList. + + + + + + + Binds a data source to the invoked server control and all its child controls. + + + + + + + + Gets the script that implements the update action. + + + A value representing the service script, which posts changes made to the ASPxTreeList's edited node. + + + + + + + + Represents a container for the templates used to render edit cells. + + + + + + + + Represents a data column used to display DateTime values. + + + + + + + Initializes a new instance of the TreeListDateTimeColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a date editor. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomErrorTextEventArgs class. + + + + A object that represents the exception. This value is assigned to the property. + + + + A value that specifies the error text. This value is assigned to the property. + + + + + + + + Gets or sets the error text. + + + A value that specifies the error text. + + + + + + + Gets the exception. + + + A object that represents the exception. + + + + + + + + Represents the collection of custom command buttons. + + + + + + + Initializes a new instance of the TreeListCommandColumnCustomButtonCollection class with the specified command column. + + + + A object that represents the command column which owns this collection. This value is assigned to the property. + + + + + + + + Gets a command column that owns this collection. + + + A object that represents the command column which owns this collection. + + + + + + + Returns a string that represents the current object. + + + The empty string. + + + + + + + + Represents a custom command button. + + + + + + + Initializes a new instance of the TreeListCommandColumnCustomButton class with default settings. + + + + + + + + Copies public properties from the specified object to the current object. + + + + A object or descendant whose properties are copied to the current object. + + + + + + + + Gets or sets a value that identifies the custom button. + + + A value that identifies the custom button. + + + + + + + Gets the settings of an image displayed within the custom button. + + + A object that contains image settings. + + + + + + + Gets or sets the button's text. + + + A value that specifies the button's text. + + + + + + + Gets or sets a value that specifies in which nodes the custom button is displayed. + + + A enumeration value that specifies in which nodes the custom button is displayed. + + + + + + + + Represents a command button. + + + + + + + Initializes a new instance of the TreeListCommandColumnButton class with the specified column and button type. + + + + A object that represents the command column to which the button belongs. + + + + A enumeration value that specifies the button's type. This value is assigned to the property. + + + + + + + + Copies the public properties from the specified object to the current one. + + + + A object whose public properties are copied to the current object. + + + + + + + + Gets the settings of an image displayed within the button. + + + An object that contains image settings. + + + + + + + Gets or sets the button's text. + + + A value that specifies the button's text. + + + + + + + Returns a string that represents the current object. + + + The empty string. + + + + + + + Gets the button's type. + + + A enumeration value that specifies the button's type. + + + + + + + Gets or sets whether the button is displayed within command column cells. + + + true to show the button; otherwise, false. + + + + + + + + Represens a Command Column. + + + + + + + Initializes a new instance of the TreeListCommandColumn class. + + + + + + + + Initializes a new instance of the TreeListCommandColumn class with the specified caption. + + + + A value that specifies the column's caption. + + + + + + + + Copies the public properties from the specified object to the current one. + + + + A object whose properties are copied to the current object. + + + + + + + + Gets or sets the command button's type. + + + A enumeration value that specifies how the command buttons are rendered. + + + + + + + Gets the Cancel button's settings. + + + A object that specifies the button's settings. + + + + + + + Gets the collection of custom buttons. + + + A object which represents the collection of custom buttons. + + + + + + + Gets the Delete button's settings. + + + A object that specifies the button's settings. + + + + + + + Gets the Edit button's settings. + + + A object that specifies the button's settings. + + + + + + + Gets the New button's settings. + + + A object that specifies the button's settings. + + + + + + + Gets or sets whether the New button is displayed within the command column's header. + + + true to display the New button within the command column's header; otherwise, false. + + + + + + + Gets the Update button's settings. + + + A object that specifies the button's settings. + + + + + + + + Provides the style settings used to paint command column cells. + + + + + + + Initializes a new instance of the TreeListCommandCellStyle class. + + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListColumnEditorEventArgs class. + + + + A string value that identifies the node whose values are being initialized. This value is assigned to the property. + + + + A descendant that represents the data column whose cell editor is being initialized. This value is assigned to the property. + + + + A descendant that represents the processed editor. This value is assigned to the property. + + + + An object that represents the editor's value. This value is assigned to the property. + + + + + + + + Gets the data column whose cell editor is being initialized. + + + A descendant that represents the data column whose cell editor is being initialized. + + + + + + + Gets the editor currently being processed. + + + + A descendant that represents the processed editor. + + + + + + + Gets the key value that uniquely identifies the node whose values are being initialized. + + + A string value that identifies the node whose values are being initialized. + + + + + + + Gets the editor's value. + + + + An object that represents the editor's value. + + + + + + + + Provides the edit cell's settings. + + + + + + + Initializes a new instance of the TreeListColumnEditFormSettings class with the specified data column. + + + + A object that represents the data column within the ASPxTreeList. + + + + + + + + Copies the settings from the specified object to the current one. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets or sets the location of the edit cell's caption. + + + A enumeration value that specifies the caption's location. + + + + + + + Gets or sets the number of columns in the Edit Form that the cell spans. + + + An integer value that specifies the number of columns in the rendered Edit Form that the cell spans. + + + + + + + Gets or sets the number of rows in the Edit Form that the cell spans. + + + An integer value that specifies the number of rows in the Edit Form that the edit cell spans. + + + + + + + Gets or sets whether the edit cell that corresponds to the current data column is displayed within the Edit Form. + + + One of the enumeration values. + + + + + + + Gets or sets the edit cell's position within the Edit Form. + + + An integer value that specifies the edit cell's position within the Edit Form. + + + + + + + + Represents a Boolean data column. + + + + + + + Initializes a new instance of the TreeListCheckColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + The object that contains settings specific to a checkbox editor. + + + + + + + + Represents a data column with the button editor. + + + + + + + Initializes a new instance of the TreeListButtonEditColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + The object that contains settings specific to a button editor. + + + + + + + + Lists values that specify the ASPxTreeList's editing mode. + + + + + + + Cell values are edited within the Edit Form. + + + + + + + + + Cell values are edited within the Edit Form. The node whose values are currently being edited is displayed above the Edit From. + + + + + + + + + Cell values are edited within the In-Line Edit Node. + + + + + + + + + Cell values are edited via the Popup Edit Form. + + + + + + + + + + Lists values that specify which edit form controls are displayed by the control. + + + + + + + The control displays the Cancel button. + + + + + + + + The control displays the Edit Form's entire contents (edit cells and buttons). + + + + + + + + The control displays the edit form cells. + + + + + + + + The control displays the Update button. + + + + + + + + + Lists values that specify in which nodes a custom button is displayed. + + + + + + + A custom button is displayed within all nodes. + + + + + + + + A custom button is displayed within nodes whose values are not edited. + + + + + + + + A custom button is displayed within a node currently being edited. + + + + + + + + A custom button is hidden. + + + + + + + + + Lists values that specify a command button's type. + + + + + + + Corresponds to the Cancel command. Discards any changes made to the current node and switches the ASPxTreeList to browse mode. + + + + + + + + Corresponds to the custom type of command buttons. Custom command buttons are contained within the command column's collection. + + + + + + + + Corresponds to the Delete command. Deletes the current node. + + + + + + + + Corresponds to the Edit command. Switches the ASPxTreeList to edit mode. + + + + + + + + Corresponds to the New command. Creates a new node. + + + + + + + + Corresponds to the Update command. Saves all the changes made to the current node, and switches the ASPxTreeList to browse mode. + + + + + + + + + Lists values that specify the location of the edit cell's caption. + + + + + + + The caption is displayed next to the editor. + + + + + + + + The caption is hidden. + + + + + + + + The caption is located along the top of the edit cell. + + + + + + + + + Represents a data column used to display string values. + + + + + + + Initializes a new instance of the TreeListTextColumn class with default settings. + + + + + + + + Gets the column editor's settings. + + + A object that contains settings specific to a textbox editor. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomNodeSortEventArgs class. + + + + A object that represents the column that contains the values to compare. This value is assigned to the property. + + + + A object that represents the value of the first of the two nodes being compared. This value is assigned to the property. + + + + A object that represents the value of the second of the two nodes being compared. This value is assigned to the property. + + + + + + + + Gets the column whose values are being compared. + + + A object that represents the column that contains the values to compare. + + + + + + + Gets or sets whether a comparison operation is handled, and therefore no default processing is required. + + + true if a comparison operation is handled; otherwise false. + + + + + + + Gets the first node whose value is being compared. + + + A object that represents the value of the first of the two nodes being compared. + + + + + + + Gets the second node whose value is being compared. + + + A object that represents the value of the second of the two nodes being compared. + + + + + + + Gets or sets the result of a custom comparison. + + + An integer value that specifies the result. + + + + + + + Gets the sort order applied to the column being processed. + + + A value that specifies the sort order applied to the specified column. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomJSPropertiesEventArgs class. + + + + + + + + Initializes a new instance of the TreeListCustomJSPropertiesEventArgs class with the specified temporary client properties. + + + + The collection of property names and values. This value is assigned to the property. + + + + + + + + + Lists values that specify how end-users can expand/collapse nodes. + + + + + + + A node is expanded/collapsed after its expand button has been clicked. + + + + + + + + A node is expanded/collapsed if it has been clicked by an end-user or its expand button has been clicked. + + + + + + + + A node is expanded/collapsed if it has been double-clicked by an end-user or its expand button has been clicked. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListVirtualModeNodeCreatingEventArgs class. + + + + An object that implements the IWebTreeListData interface. + + + + An object that represents the processed node. + + + + + + + + Gets or sets whether the processed node has zero child nodes. + + + true if the processed node has zero child nodes; otherwise, false. + + + + + + + Gets or sets the processed node's key value. + + + An object that specifies the node's key value. + + + + + + + Gets the object that corresponds to the processed node in a tree. + + + An object that corresponds to the processed node. + + + + + + + Assigns a value to the specified cell. + + + + A value that specifies the field name which identifies the required cell. + + + + An object that represents the value to be assigned. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListVirtualModeCreateChildrenEventArgs class. + + + + An object to be processed. This value is assigned to the property. + + + + + + + + Gets or sets the collection of children for the currently processed node object. + + + The list of child nodes. + + + + + + + Gets the processed node object. + + + An object that represents the node object. + + + + + + + + Provides the style settings used to paint tree line. + + + + + + + Initializes a new instance of the TreeListTreeLineStyle class. + + + + + + + + + Provides settings that affect the Loading Panel's appearance and functionality. + + + + + + + + + Copies the settings from the specified object to the current one. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets or sets whether a loading panel is shown on a client postback. + + + true to show a loading panel on a client postback; otherwise, false. + + + + + + + + Provides cookies settings for ASPxTreeList controls. + + + + + + + Gets or sets the cookie's name (identifier). + + + A value that specifies the cookie's name. + + + + + + + Gets or sets whether cookies are enabled. + + + true to enable cookies; otherwise, false. + + + + + + + Gets or sets whether a cookie contains information on a columns' visual position. + + + + + true to add columns' visual position information to a cookie; otherwise, false. + + + + + + + Gets or sets whether a cookie contains information on expanded nodes. + + + true to add the information on expanded nodes to a cookie; otherwise, false. + + + + + + + Gets or sets whether a cookie contains information on the active page. + + + true to add the active page information to a cookie; otherwise, false. + + + + + + + Gets or sets whether a cookie contains information on selected nodes. + + + true to add the information on selected nodes to a cookie; otherwise, false. + + + + + + + Gets or sets whether a cookie contains information on sorting applied to the ASPxTreeList. + + + true to add the sorting information to a cookie; otherwise, false. + + + + + + + Gets or sets the cookie's version. + + + A value that specifies the version. + + + + + + + + Provides the style settings used to paint the pager panel. + + + + + + + Initializes a new instance of the TreeListPagerPanelStyle class. + + + + + + + + Gets the pager's padding settings. + + + A object that contains padding settings. + + + + + + + Gets or sets the vertical spacing between the Pager and the ASPxTreeList's contents. + + + An integer value which specifies the vertical spacing. + + + + + + + This property is not in effect. + + + + + + + + + + This property is not in effect for the TreeListPagerPanelStyle class. + + + + + + + + + + + Provides the style settings used to paint nodes. + + + + + + + Initializes a new instance of the TreeListNodeStyle class. + + + + + + + + This property is not in effect. + + + + + + + + + + This property is not in effect. + + + + + + + + + + This property is not in effect. + + + + + + + + + + This property is not in effect. + + + + + + + + + + This property is not in effect. + + + + + + + + + + + Represents a collection of nodes. + + + + + + + Gets the number of nodes within the collection. + + + An integer value that specifies the number of nodes within the collection. + + + + + + + Provides indexed access to nodes within the collection. + + + + An integer that specifies the index of the required node. + + + A object that represents a node at the specified position. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets the processed data cell. + + + A object that represents the processed data cell. + + + + + + + Gets the processed cell's value. + + + An object that represents the processed cell's value. + + + + + + + Gets the data column that owns the cell currently being processed. + + + + A object that represents the data column. + + + + + + + Returns the value of the specified cell within the processed node. + + + + + A value that specifies the name of the data source field. + + + An object that represents the specified cell's value. + + + + + + + Gets the nesting level of a node which contains the processed data cell. + + + An integer value that specifies the nesting level of a node. + + + + + + + Gets the key value of a node which contains the processed cell. + + + A value that identifies the node. + + + + + + + + Provides the style settings used to paint the Footer and Group Footer. + + + + + + + Initializes a new instance of the TreeListFooterStyle class. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomDataCallbackEventArgs class. + + + + A string value that contains specific information collected on the client side, and passed to the event for further server-side processing. This value is assigned to the property. + + + + + + + + Gets or sets a value that contains specific information (if any) that needs to be passed to the client side for further processing. + + + An object that contains any information that needs to be sent to the client-side JavaScript function. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomCallbackEventArgs class. + + + + A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the property. + + + + + + + + Gets a string that contains specific information (if any) passed from the client side. + + + A string value that contains specific information collected on the client side and passed to the event for further server-side processing. + + + + + + + + Provides the style settings used to paint alternating nodes. + + + + + + + Initializes a new instance of the TreeListAlternatingNodeStyle class. + + + + + + + + Initializes a new instance of the TreeListAlternatingNodeStyle class. + + + + An object that implements the IPropertiesOwner interface. + + + + + + + + Duplicates the properties of the specified object into the current instance of the TreeListAlternatingNodeStyle class. + + + + A object that represents the object from which the settings will be copied. + + + + + + + + Gets or sets whether the style settings used to paint alternating nodes are enabled. + + + One of the enumeration values. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + + + + + Lists values that specify whether data caching is enabled. + + + + + + + The ASPxTreeList enables or disables data caching on demand. Data cashing is enabled if at least one of the following conditions are met: + + +data paging is enabled; + + +the number of visible nodes divided by the number of visible columns is less than 1,000 (avoids a heavy callback state). + + + + + + + + + + Disables data caching. + + + + + + + + Enables data caching. + + + + + + + + + Contains the templates used to display the ASPxTreeList's data cells, nodes, etc. + + + + + + + Initializes a new instance of the TreeListTemplates class. + + + + An object that implements the IWebControlObject interface. + + + + + + + + Gets or sets a template for displaying data cells. + + + An object that implements the interface. + + + + + + + Gets or sets a template for displaying the Edit Form. + + + An object that implements the System.Web.UI.ITemplate interface. + + + + + + + Gets or sets a template for displaying footer cells. + + + An object that implements the interface. + + + + + + + Gets or sets a template for displaying group footer cells. + + + An object that implements the interface. + + + + + + + Gets or sets a template for displaying column header captions. + + + + An object that implements the interface. + + + + + + + Gets or sets a template for displaying previews. + + + + An object that implements the interface. + + + + + + + + Serves as a base for classes that represent containers for the templates used to render the ASPxTreeList's elements. + + + + + + + Gets the ASPxTreeList that owns the current object. + + + An object that owns the current object. + + + + + + + + Provides selection settings for ASPxTreeList controls. + + + + + + + Gets or sets whether the Select All selection cell is displayed. + + + true to display Select All selection cell; otherwise, false. + + + + + + + Gets or sets whether end-users can select nodes. + + + true to allow end-users to select nodes; otherwise, false. + + + + + + + Gets or sets whether recursive selection is enabled. + + + true to enable recursive selection; otherwise, false. + + + + + + + + Contains pager settings. + + + + + + + + + Gets or sets whether the Pager is displayed within the ASPxTreeList when there is only one page. + + + + true to display the Pager within the ASPxTreeList when there is only one page; otherwise, false. + + + + + + + Copies the settings of the specified object to the current one. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets or sets whether page-mode navigation is enabled. + + + A enumeration value that specifies whether page-mode navigation is enabled. + + + + + + + Gets or sets the maximum number of nodes that can be displayed on a page. + + + An integer value that specifies the the maximum number of nodes that can be displayed on a page. + + + + + + + Gets or sets the pager's position within an ASPxTreeList control. + + + A enumeration value that specifies the position of the pager within an ASPxTreeList control. + + + + + + + + Provides settings that affect the Customization Window's position and functionality. + + + + + + + Gets or sets the Customization Window's caption. + + + A value that specifies the customization window's caption. + + + + + + + Gets or sets whether the Customization Window is enabled. + + + true to allow display the Customization Window; otherwise, false. + + + + + + + Gets or sets the Customization Window's height. + + + A value that represents the window's height. + + + + + + + Gets or sets the Customization Window's horizontal position. + + + A enumeration value that specifies the Customization Window's horizontal position. + + + + + + + Gets or sets the Customization Window's horizontal offset. + + + An integer value that specifies the Customization Window's horizontal offset, in pixels. + + + + + + + Gets or sets the Customization Window's vertical position. + + + A enumeration value that specifies the Customization Window's vertical position. + + + + + + + Gets or sets the Customization Window's vertical offset. + + + An integer value that specifies the Customization Window's vertical offset, in pixels. + + + + + + + Gets or sets the Customization Window's width. + + + A value that represents the window's width. + + + + + + + + Provides behavior options for ASPxTreeList controls. + + + + + + + Gets or sets whether end-users can reorder columns by dragging their headers. + + + true to allow end-users to reorder columns by dragging their headers; otherwise, false. + + + + + + + Gets or sets whether the focused node is displayed. + + + true to display the focused node; otherwise, false. + + + + + + + Gets or sets whether end-users can sort data. + + + true to allow end-users to sort data; otherwise, false. + + + + + + + Gets or sets whether all nodes displayed within the ASPxGridView are automatically expanded when the ASPxGridView is being loaded. + + + true to expand all nodes when the ASPxGridView is being loaded; otherwise, false. + + + + + + + Gets or sets a value that specifies how columns are resized when an end-user changes a column's width. + + + One of the ColumnResizeMode enumeration values. + + + + + + + Disables the partial update feature. + + + true to disable the APSxTreeList's partial update; otherwise, false. + + + + + + + Gets or sets how end-users can expand/collapse nodes. + + + A enumeration value that specifies how end-users can expand/collapse nodes. + + + + + + + Gets or sets whether the node is automatically focused after its expand button has been clicked. + + + true if the node is automatically focused after its expand button has been clicked; otherwise false. + + + + + + + Gets or sets whether the focused node is displayed when the ASPxTreeList is loaded for the first time. + + + true to display the focused node on the ASPxTreeList's startup; otherwise, false. + + + + + + + Gets or sets a value that specifies whether the event should be finally processed on the server side. + + + true to process the event on the server side; false to completely handle it on the client side. + + + + + + + Gets or sets a value that specifies whether the event should be finally processed on the server side. + + + true to process the event on the server side; false to completely handle it on the client side. + + + + + + + + Serves as a base for classes that represent options. + + + + + + + + Provides view options for ASPxTreeList controls. + + + + + + + Gets or sets the minimum width of tree list columns. + + + An integer value that specifies a column's minimum width. + + + + + + + Gets or sets the gridline style for an ASPxTreeList control. + + + A enumeration value that specifies the gridline style. + + + + + + + Gets or sets a value specifying the horizontal scrollbar's display mode. + + + One of the ScrollBarMode enumeration values. + + + + + + + Gets or sets the height of the control scrollable area. + + + An integer value that specifies the scrollable area's height, in pixels. + + + + + + + Gets or sets whether column headers are displayed. + + + true to display column headers; otherwise, false. + + + + + + + Gets or sets whether the Footer is displayed. + + + + true to display the footer; otherwise, false. + + + + + + + Gets or sets whether the ASPxTreeList displays group footers. + + + + true to display group footers; otherwise, false. + + + + + + + Gets or sets whether preview sections are displayed. + + + true to display preview sections; otherwise, false. + + + + + + + Gets or set whether to show the Root. + + + true to show the root; otherwise, false. + + + + + + + Gets or sets whether tree lines are displayed within the ASPxTreeList. + + + true to display tree lines; otherwise, false. + + + + + + + Gets or sets whether the outer grid lines are displayed. + + + true to display the outer grid lines; otherwise, false. + + + + + + + Gets or sets a value specifying the vertical scrollbar's display mode. + + + One of the ScrollBarMode enumeration values. + + + + + + + + Represents a container for the templates used to render preview rows. + + + + + + + Gets the text displayed within a Preview. + + + A value that specifies the text displayed within the preview. + + + + + + + + Represents a container for the templates used to render column headers. + + + + + + + Gets the column where the template is rendered. + + + A object or descendant that represents the column. + + + + + + + + Represents a container for the templates used to render footer cells within the ASPxTreeList. + + + + + + + Gets a data column where the template is rendered. + + + A object or descendant that represents the column. + + + + + + + Gets the footer cell's text. + + + A value that specifies the footer cell's text. + + + + + + + + Represents a container for the templates used to render data cells within the ASPxTreeList. + + + + + + + Gets a data column where the template is rendered. + + + A object that represents the data column. + + + + + + + Gets the data cell's text. + + + A value that specifies the data cell's text. + + + + + + + Gets the data cell's value. + + + An object that represents the data cell's value. + + + + + + + + Serves as a base for classes that represent containers for the templates used to render cells within the ASPxTreeList. + + + + + + + Binds a data source to the invoked server control and all its child controls. + + + + + + + + Gets whether the node that contains the processed cell has child nodes. + + + true if the node has child nodes; otherwise, false. + + + + + + + Indicates whether the node that contains the processed cell is expanded. + + + true if the node that contains the processed cell is expanded; otherwise, false. + + + + + + + Returns the text displayed within the specified cell in the processed row. + + + + A object that represents the data column. This parameter identifies the data cell within a row. + + + A value that specifies the text displayed within the specified data cell. + + + + + + + Returns the value of the specified cell in the current row. + + + + + A object that represents the data column. This parameter identifies the data cell within a row. + + + An object that represents the specified cell's value. + + + + + + + Returns the value of the specified cell in the current row. + + + + + A value that identifies the data column by its field name. + + + An object that represents the specified cell's value. + + + + + + + Gets the nesting level of the node that contains the processed cell. + + + An integer value that specifies the node's nesting level. + + + + + + + Gets the node's key value. + + + A value that identifies the node which contains the processed cell. + + + + + + + Indicates whether the node that contains the processed cell is selected. + + + true if the node that contains the processed cell is selected; otherwise, false. + + + + + + + + Provides the style settings used to paint data cells and footer cells. + + + + + + + Initializes a new instance of the TreeListCellStyle class. + + + + + + + + This property is not used. + + + + + + + + + + This property is not used. + + + + + + + + + + This property is not used. + + + + + + + + + + + Contains appearance settings used to paint the ASPxTreeList's elements (cells, column headers, footer, etc.) when it is exported. + + + + + + + Initializes a new instance of the TreeListExportAppearance class. + + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + Gets or sets the border color. + + + The border color. + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + Gets or sets a value that specifies which border sides are to be drawn. + + + + A enumeration value that specifies which border sides are to be drawn. + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + Gets or sets the border width. + + + An integer value that specifies the border width, in pixels. + + + + + + + Duplicates the properties of the specified object into the current instance. + + + + A object whose settings will be copied. + + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + Combines the properties of the specified object with the current TreeListExportAppearance instance. + + + + A that represents the object to be combined. + + + + + + + + This property is not in effect. + + + @nbsp; + + + + + + + + Contains the settings that define images displayed within the ASPxTreeList's elements. + + + + + + + Initializes a new instance of the TreeListImages class. + + + + An object that implements the ISkinOwner interface. + + + + + + + + Gets the settings of an image displayed within expand buttons of collapsed nodes. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed within expand buttons of collapsed nodes, when the right-to-left layout is applied. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed within the Customization Window's close button. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed at the bottom of a column header when it is dragged by an end-user. + + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed at the top of a column header when it is dragged by an end-user. + + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed below the column header when it is dragged to the Customization Window by an end-user. + + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed when a node is dragged by an end-user. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed within expand buttons of nodes. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed within expand buttons of expanded nodes, when the right-to-left layout is applied + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed within the Popup Edit Form's close button. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed at the column header when the column is sorted in ascending order. + + + A object that contains image settings. + + + + + + + Gets the settings of an image displayed at the column header when the column is sorted in descending order. + + + A object that contains image settings. + + + + + + + + Contains a list of the client-side events available for the ASPxTreeList. + + + + + + + Initializes a new instance of the TreeListClientSideEvents class. For internal use only. + + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function, or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function, or the entire JavaScript function code used to handle an event. + + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's NodeFocusing event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList's event. + + + A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. + + + + + + + + Provides the style settings used to paint the visual elements displayed within the ASPxTreeList. + + + + + + + Initializes a new instance of the TreeListStyles class. + + + + An object that implements the ISkinOwner interface. + + + + + + + + Gets the style settings used to paint alternating nodes. + + + A object that contains style settings used to paint alternating nodes. + + + + + + + Gets the style settings used to paint data cells. + + + A object that contains style settings used to paint cells. + + + + + + + Gets the style settings used to paint command buttons. + + + An object that contains style settings. + + + + + + + Gets the style settings used to paint command column cells. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the Customization Window. + + + An object that contains style settings used to paint the Customization Window. + + + + + + + Gets the style settings used to paint the Customization Window's Close button. + + + A object that contains style settings used to paint the Customization Window's Close button. + + + + + + + Gets the style settings used to paint the Customization Window's content. + + + A object that contains style settings used to paint the Customization Window's content. + + + + + + + Gets the style settings used to paint the Customization Window's header. + + + A object that contains style settings used to paint the Customization Window's header. + + + + + + + Gets the style settings used to paint the Edit Form. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the edit cell captions within the Edit Form. + + + A object that contains style settings. + + + + + + + Get the style settings used to paint the node currently being edited. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint edit cells displayed within the Edit Form. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the Error Node. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the currently focused node. + + + A object that contains style settings used to paint the focused node. + + + + + + + Gets the style settings used to paint footer cells. + + + A object that contains style settings used to paint footer cells. + + + + + + + Gets the style settings used to paint footer cells. + + + A object that contains style settings used to paint cells. + + + + + + + Gets the style settings used to paint group footers. + + + A object that contains style settings used to paint group footers. + + + + + + + Gets the style settings used to paint group footer cells. + + + A object that contains style settings used to paint cells. + + + + + + + Gets the style settings used to paint column headers. + + + A object that contains style settings used to paint column headers. + + + + + + + Gets the style settings used to paint indents. + + + A object that contains style settings used to paint node indents. + + + + + + + Gets the style settings used to paint indents that contain expand buttons. + + + A object that contains style settings used to paint node indents. + + + + + + + + Gets the style settings used to paint in-line edit node cells. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the In-Line Edit Node. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response. + + + A object that contains style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response. + + + + + + + Provides style settings for a loading panel that can be displayed while waiting for a callback response. + + + + A object that contains style settings used to paint a loading panel. + + + + + + + Gets the style settings used to paint nodes. + + + A object that provides style settings used to paint nodes. + + + + + + + Gets the style settings used to paint the pager panel displayed at the ASPxTreeList's bottom. + + + A object that contains style settings used to paint the pager panel. + + + + + + + Gets the style settings used to paint the pager panel displayed at the ASPxTreeList's top. + + + A object that contains style settings used to paint the pager panel. + + + + + + + Gets the style settings used to paint the Popup Edit Form. + + + An object that contains style settings used to paint the popup edit form. + + + + + + + Gets the style settings defining the Popup Edit Form appearance. + + + An object that contains style settings. + + + + + + + Gets the style settings defining the appearance of the Popup Edit Form's Close button. + + + A object that contains style settings. + + + + + + + Gets the style settings defining the appearance of the Popup Edit Form's content. + + + A object that contains style settings. + + + + + + + Gets the style settings defining the appearance of the Popup Edit Form's header. + + + A object that contains style settings used to paint the popup edit form's header. + + + + + + + Gets the style settings used to paint previews. + + + A object that contains style settings used to paint cells. + + + + + + + Gets the style settings used to paint selected nodes. + + + A object that contains style settings used to paint selected nodes. + + + + + + + Gets the style settings used to paint selection cells. + + + A object that contains style settings used to paint selection cells. + + + + + + + Gets the style settings used to paint the tree line that connects the first node with the next node. + + + A object that contains style settings used to paint tree lines. + + + + + + + Gets the style settings defining the appearance of the tree line that connects the first node with the next node, when the right-to-left layout is applied. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint the tree line that connects the last node in a branch. + + + A object that contains style settings used to paint tree lines. + + + + + + + Gets the style settings defining the appearance of the tree line that connects the last node in a branch, when the right-to-left layout is applied. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint a middle tree line. + + + A object that contains style settings used to paint tree lines. + + + + + + + Gets the style settings defining the appearance of a middle tree line, when the right-to-left layout is applied. + + + A object that contains style settings. + + + + + + + Gets the style settings used to paint tree lines that connect only root nodes. + + + A object that contains style settings used to paint tree lines. + + + + + + + + Represents a collection of summary items. + + + + + + + Initializes a new instance of the TreeListSummaryCollection class. + + + + An object that implements the IWebControlObject interface. + + + + + + + + Returns a string representation of the TreeListSummaryCollection class. + + + An empty string. + + + + + + + + Represents an object that enables you to traverse through nodes displayed within the ASPxTreeList. + + + + + + + Initializes a new instance of the TreeListNodeIterator class. + + + + A object that represents a start node. + + + + + + + + Gets the current node. + + + A object that represents the current node. + + + + + + + Returns the next node. + + + A object that represents the next node. null (Nothing in Visual Basic) if the current node is the last node within the ASPxTreeList. + + + + + + + Returns the TreeListNodeIterator object to its original state. + + + + + + + + + A method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListNodeEventArgs class. + + + + A object that represents the processed node. + + + + + + + + Gets the node currently being processed. + + + A object that represents the processed node. + + + + + + + + A method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListNodeCancelEventArgs class. + + + + A object that represents the processed node. + + + + + + + + Gets or sets whether the operation performed on the processed node should be cancelled. + + + true to cancel the operation performed on the node; otherwise, false. + + + + + + + + Represents a node displayed within the ASPxTreeList control. + + + + + + + Gets or sets whether end-users can select the current node. + + + true to allow end-users to select the current node; otherwise, false. + + + + + + + Gets a collection of nodes owned by the current node. + + + A object that represents the collection of child nodes. + + + + + + + Gets the data item bound to the current node. + + + A that represents the data item bound to the current node. + + + + + + + Gets or sets whether the node is expanded. + + + true to expand the node; false to collapse the node. + + + + + + + Sets focus to the current node. + + + + + + + + Returns the value of the specified cell within the current node. + + + + A value that specifies the name of the data source field. + + + An object that represents the specified cell's value. + + + + + + + Gets whether the node has children. + + + true if the node has child nodes; otherwise, false. + + + + + + + Gets or sets the specified cell's value. + + + + A value that specifies the name of the data source field. + + + An object that represents the specified cell's value. + + + + + + + Gets a value that uniquely identifies the node. + + + A value that uniquely identifies the node. + + + + + + + Returns the nesting level of the current node. + + + An integer value that specifies the nesting level of the current node. + + + + + + + Makes the node visible within the page. + + + + + + + + Gets the parent node. + + + A object that represents the parent node. null (Nothing in Visual Basic) if the current node is at the root level. + + + + + + + Gets or sets whether the node is selected. + + + true to select the node; otherwise, false. + + + + + + + Sets the value of the specified cell within the current node. + + + + A value that specifies the name of the data source field. + + + + An object that represents the specified cell's value. + + + + + + + + + Serves as a base for the class that provides style settings used to paint node indents. + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + This property is not in effect for the TreeListIndentStyleBase class. + + + + + + + + + + + Provides the style settings used to paint node indents. + + + + + + + Initializes a new instance of the TreeListIndentStyle class. + + + + + + + + Gets the padding settings of node indents. + + + A object that contains padding settings. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Returns the value of the specified cell within the processed row. + + + + + A value that specifies the name of the data source field. + + + An object that represents the specified cell's value. + + + + + + + Gets the nesting level of the processed node. + + + An integer value that specifies the nesting level of a node. + + + + + + + Gets the processed node's key value. + + + A value that identifies the node. + + + + + + + Gets the processed row. + + + + A object that represents the processed row. + + + + + + + Gets the processed row's type. + + + + A enumeration value that specifies the row's type. + + + + + + + + Lists values that specify navigation in the ASPxTreeList. + + + + + + + + Disables page-mode navigation. + + + + + + + + The ASPxTreeList automatically splits content (nodes) across multiple pages, and provides end-users with an embedded page navigation UI - Pager. The maximum number of nodes displayed on a page is specified by the property. + + + + + + + + + + Lists values that identify rows within the ASPxTreeList. + + + + + + + Corresponds to a node (data row). + + + + + + + + Corresponds to a row that contains the Edit Form. + + + + + + + + Corresponds to the Error Node. + + + + + + + + Corresponds to theASPxTreeList's Footer. + + + + + + + + Corresponds to a group footer. + + + + + + + + Corresponds to a row that contains column headers. + + + + + + + + Corresponds to the In-Line Edit Node. + + + + + + + + Corresponds to a preview row. + + + + + + + + + Provides the style settings used to paint column headers. + + + + + + + Initializes a new instance of the TreeListHeaderStyle class. + + + + + + + + Gets the padding settings of column headers. + + + A object that contains padding settings. + + + + + + + Gets or sets the distance between a sort glyph and text within a column header. + + + A that represents the spacing value. + + + + + + + + Represents a data column displayed within the ASPxGridView. + + + + + + + Initializes a new instance of the TreeListDataColumn class with default settings. + + + + + + + + Initializes a new instance of the TreeListDataColumn class with the specified field name. + + + + A value that specifies the name of a data field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TreeListDataColumn class with the specified field name and caption. + + + + A value that specifies the name of a data field. This value is assigned to the property. + + + + A value that specifies the column's caption. + + + + + + + + Gets or sets whether end-users can sort data by the column's values. + + + One of the enumeration values. + + + + + + + Copies the settings from the specified TreeListDataColumn object to the current object. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets or sets a template for displaying data cells within the current column. + + + An object that implements the interface. + + + + + + + Gets or sets the formatting applied to column values. + + + A value that specifies the display format. An empty string to display column values using default formatting. + + + + + + + Gets the style settings used to paint the column's edit cells within the Edit Form. + + + A object that contains style settings. + + + + + + + Gets or sets a template for displaying edit cells that correspond to the current column. + + + An object that implements the interface. + + + + + + + Gets the style settings used to paint the caption of the edit cell that corresponds to the current column. + + + A object that contains style settings used to paint the edit cell's caption. + + + + + + + Gets the settings of the edit cell which is displayed within the Edit Form and corresponds to the current data column. + + + A object that contains the edit cell's settings. + + + + + + + Gets or sets the column's export width. + + + An integer value that specifies the column's width (in pixels) for export purposes. + + + + + + + + Gets or sets the name of the database field assigned to the current column. + + + A value that specifies the name of a data field. + + + + + + + Gets the column editor's settings. + + + An descendant that contains settings specific to a particular editor type. + + + + + + + Gets or sets whether end-users are allowed to edit the column's cell values. + + + true if end-users are not allowed to modify the column's cell values; otherwise, false. + + + + + + + Gets or sets the column's position among sorted columns. + + + An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by this column. + + + + + + + Gets or sets the column's sort order. + + + + A enumeration value that specifies the column's sort order. + + + + + + + Clears the sorting applied to the column. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomSummaryEventArgs class. + + + + A object that represents the processed node. + + + + A object that represents the summary item whose value is being calculated. This value is assigned to the property. + + + + A enumeration value that identifies the current calculation stage. This value is assigned to the property. + + + + + + + + Gets a summary item whose value is being calculated. + + + A object that represents the summary item whose value is being calculated. + + + + + + + Gets the current calculation stage. + + + A enumeration value that identifies the current calculation stage. + + + + + + + Gets or sets the summary value. + + + An object that represents the summary value. + + + + + + + + Represents the ASPxTreeList's column collection. + + + + + + + Initializes a new instance of the TreeListColumnCollection class. + + + + An object that implements the IWebControlObject interface. + + + + + + + + Adds the specified column to the collection. + + + + A object or descendant to add to the collection. + + + + + + + + Returns the specified column's position within the collection. + + + + A object or descendant to locate in the collection. + + + An integer value that specifies the column's position within the collection. -1 if the collection doesn't contain the specified column. + + + + + + + Adds the specified column to the specified position within the collection. + + + + An integer value that specifies the zero-based index at which the specified column should be inserted. If it's negative or exceeds the number of elements, an exception is raised. + + + + A object or descendant to insert to the collection. + + + + + + + + Provides indexed access to columns within the collection. + + + + An integer value that identifies a column by its index. + + + A object or descendant that represents a column at the specified position. null (Nothing in Visual Basic) if the column was not found. + + + + + + + Returns the column with the specified name, field name or caption. + + + + A value that specifies the column's name, field name or caption. + + + A object or descendant that represents a column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column was not found. + + + + + + + Removes the specified column from the collection. + + + + A object or descendant to remove from the collection. + + + + + + + + Returns a string representation of the TreeListColumnCollection class. + + + An empty string. + + + + + + + Gets the control that owns the collection. + + + An object that owns the collection. + + + + + + + + Serves as a base for classes that represent columns displayed within the ASPxTreeList. + + + + + + + Initializes a new instance of the TreeListColumn class. + + + + + + + + Copies the settings from the specified TreeListColumn object to the current object. + + + + A object whose settings are assigned to the current object. + + + + + + + + Gets the style settings used to paint column cells. + + + A object that contains the style settings used to paint column cells. + + + + + + + Gets the style settings used to paint footer cells within a column. + + + A object that contains the style settings used to paint footer cells. + + + + + + + Gets or sets a template for displaying the column's footer cell. + + + An object that implements the interface. + + + + + + + Gets the style settings used to paint group footer cells within a column. + + + A object that contains the style settings used to paint group footer cells. + + + + + + + Gets or sets a template for displaying the column's group footer cell. + + + An object that implements the interface. + + + + + + + Gets or sets a template for displaying the column header's caption. + + + An object that implements the interface. + + + + + + + Gets the style settings defining the appearance of the column's header. + + + A object that contains the style settings used to paint the column's header. + + + + + + + Gets or sets the minimum width of the column. + + + An integer value that specifies the column's minimum width. + + + + + + + Gets or sets whether the column's header is displayed within the customization window when the column is hidden. + + + + true if the column's header is displayed within the customization window when the column is hidden; otherwise, false. + + + + + + + Returns a string that represents the current object. + + + A value that represents the current object. + + + + + + + Gets the control that owns the column. + + + An object that owns the column. + + + + + + + + Represents a server ASPxTreeList control. + + + + + + + Initializes a new instance of the ASPxTreeList class with default settings. + + + + + + + + Enables support for Section 508. + + + true to enable support for Section 508; otherwise, false. + + + + + + + Creates a new node and appends it to the Root. + + + + An object that uniquely identifies the new node. + + + A object that represents the new node. + + + + + + + Creates a new node and appends it to the collection of the specified node. + + + + An object that uniquely identifies the new node. + + + + A object that owns the new node. If null (Nothing in Visual Basic) the new node is added to the Root. + + + A object that represents the new node. + + + + + + + Gets or sets whether columns are automatically created for all fields in the underlying data source. + + + true to automatically create columns for all fields in the underlying data source; otherwise, false. + + + + + + + Gets or sets whether columns are automatically created for service fields in the underlying data source. + + + true to automatically create columns for service fields in the underlying data source; otherwise, false. + + + + + + + Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed. + + + + + + + + + Cancels all the changes made and switches the ASPxTreeList to browse mode. + + + + + + + + Enables you to prevent changes made within a node from being discarded. + + + + + + + + Gets or sets the text to render in an HTML caption element in an ASPxTreeList. + + + A string value that specifies the text to render in an HTML caption element in an ASPxTreeList. + + + + + + + Enables the cell editors displayed within the edit cells to be initialized. + + + + + + + + Removes all nodes contained within the ASPxTreeList. + + + + + + + + Clears sorting applied to the ASPxTreeList. + + + + + + + + Gets or sets the ASPxTreeList's client programmatic identifier. + + + A value that specifies the ASPxTreeList's client identifier. + + + + + + + Enables you to save and restore the previously saved layout of the ASPxTreeList. + + + + + + + + Gets an object that lists the client-side events specific to the . + + + A object that allows assigning handlers to the client-side events available to the . + + + + + + + Gets or sets a value that specifies the initial visibility state of a web control on the client. + + + true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side. + + + + + + + + Collapses all Node. + + + + + + + + Provides access to an ASPxTreeList's column collection. + + + A object that represents a collection of columns within the ASPxTreeList control. + + + + + + + Enables individual command buttons to be initialized. + + + + + + + + + Returns a new Node Iterator with the specified start node. + + + + A object that represents a start node. + + + A object that enables you to traverse through nodes contained within the ASPxTreeList. + + + + + + + Returns a new Node Iterator. + + + A object that enables you to traverse through nodes contained within the ASPxTreeList. + + + + + + + Gets or sets the path to a CSS file that defines the control's appearance. + + + A value that specifies the path to the required CSS file. + + + + + + + Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. + + + A value that represents the required CSS class name postfix. + + + + + + + Fires when a round trip to the server has been initiated by a call to the client method. + + + + + + + + Fires when a round trip to the server has been initiated by a call to the client method. + + + + + + + + Enables you to provide custom error descriptions for exceptions raised during a callback. + + + + + + + + Enables you to supply any server data that can then be parsed on the client. + + + + + + + + Enables you to sort data using custom rules. + + + + + + + + Enables you to calculate summary values manually. + + + + + + + + Gets or sets whether data caching is enabled. + + + A enumeration value that specifies whether data caching is enabled. + + + + + + + Gets or sets the ASPxTreeList's data source. + + + An object which represents the data source from which the ASPxTreeList retrieves its data. + + + + + + + Deletes the specified node. + + + + A string value that identifies the node. + + + + + + + + Validates the node currently being edited. + + + + + + + + Gets the key value of the node currently being edited. + + + A string value that identifies the node currently being edited. + + + + + + + Occurs after data editing has been completed. + + + + + + + + Gets or sets a value that specifies whether a specific animation effect is used when a control's content is updated via a callback. + + + true if a specific animation effect is used; otherwise, false. + + + + + + + Gets or sets whether callback compression is enabled. + + + true to enable callback compression; otherwise, false. + + + + + + + Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server. + + + true if round trips to the server are performed using callbacks; false if postbacks are used. + + + + + + + Gets or sets whether the ASPxTreeList is displayed with a predefined style, or its appearance has to be completely defined by a developer via either css or the appropriate style properties. + + + true if the ASpxTreeList has a predefined style; false if the ASPxTreeList's appearance should be explicitly specified. + + + + + + + Gets or sets a value that specifies whether a specific animation effect is used when changing pages. + + + true, if a specific animation effect is used; otherwise, false. + + + + + + + Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture. + + + True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only. + + + + + + + Expands all nodes. + + + + + + + + Expands the parent nodes down to the specified nesting level. + + + + An integer value that specifies the nesting level. + + + + + + + + Searches for the server control contained within the specified data cell's template. + + + + A value that identifies the node. + + + + A object that represents the data column where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified node. + + + + A value that identifies the control within the specified cell. + + + A object that represents the control contained within the specified data cell's template. + + + + + + + Searches for the specified server control contained within the specified edit cell's template. + + + + A descendant that is the data column. + + + + + A value that identifies the control within the specified cell. + + + A object that is the control contained within the specified cell's template. + + + + + + + + Searches for the specified server control contained within the Edit Form's template. + + + + A value that identifies the control within the Edit Form. + + + A object that represents the control contained within the Edit Form. + + + + + + + Searches for the server control contained within the Footer's template. + + + + A object that identifies the footer cell which contains the required control. If null (Nothing in Visual Basic), the search is performed within all cells in the Footer. + + + + A value that identifies the control within the ASPxTreeList's Footer. + + + A object that represents the control contained within the Footer's template. + + + + + + + Searches for the server control contained within the specified group's footer template. + + + + A value that identifies the parent node. + + + + A object that identifies the group footer cell which contains the required control. If null (Nothing in Visual Basic), the search is performed within all cells in the specified group footer. + + + + A value that identifies the control within the specified group footer cell. + + + A object that represents the control contained within the specified group footer's template. + + + + + + + Searches for the specified server control contained within the column header's caption template. + + + + A descendant that represents the column within the ASPxTreeList. If null (Nothing in Visual Basic), the search is performed within all column headers. + + + + A value that identifies the control within the specified column's header. + + + A object that represents the control contained within the specified column header's caption template. + + + + + + + Searches for the specified server control contained within the specified cell's template displayed within the In-Line Edit Node. + + + + A descendant that represents the data column. + + + + A value that identifies the control within the edit cell. + + + A object that represents the control contained within the specified cell's template. + + + + + + + Returns a node by its value in the specified column. + + + + A value that identifies the data column by the name of the data field. + + + + An object that represents the search value. + + + A object that represents the node with the specified value in the specified column. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns a node by its key value. + + + + A value that identifies the node by its key value. + + + A object that represents the node with the specified key value. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns a list of nodes that contain the specified value in the specified column. + + + + A value that identifies the data column by the name of the data field. + + + + An object that represents the search value. + + + The list of objects that represent nodes with the specified value in the specified column. + + + + + + + Searches for the specified server control contained within the specified preview's template. + + + + A value that identifies the node. + + + + A value that identifies the control. + + + A object that represents the control contained within the specified preview's template. + + + + + + + Gets the focused node. + + + A object that represents the node currently being focused. null (Nothing in Visual Basic) if the focused node feature is disabled. + + + + + + + Fires after the focused node has been changed. + + + + + + + + Returns a list of all nodes displayed within the ASPxTreeList. + + + The collection which contains all nodes displayed within the ASPxTreeList. + + + + + + + Returns a list of selected nodes. + + + The list of objects that represent nodes currently being selected. + + + + + + + Returns a list of selected nodes. + + + + true to return selected nodes that are visible on-screen; false to return all selected nodes contained within the ASPxTreeList. + + + The list of objects that represent nodes currently being selected. + + + + + + + Returns the specified summary value. + + + + A object that identifies the node group. + + + + A object that represents the required summary item. + + + An object that represents the specified summary value. + + + + + + + Returns a data object for the specified node when an ASPxTreeList operates in virtual mode. + + + + A object that represents the node. + + + A data object that represents the specified node. + + + + + + + Returns a list of nodes that are visible on-screen. + + + The list of objects that represent visible nodes. + + + + + + + Enables the settings of individual command cells to be changed. + + + + + + + + Enables the settings of individual cells to be changed. + + + + + + + + Enables the settings of individual rows to be changed. + + + + + + + + Provides access to the settings that define images displayed within the ASPxTreeList's elements. + + + A object that contains image settings. + + + + + + + Provides access to the settings that define images displayed within the ASPxTreeList's editors. + + + A object that contains image settings. + + + + + + + Enables you to initialize added nodes. + + + + + + + + Indicates whether the ASPxTreeList is in edit mode. + + + true if the ASPxTreeList is in edit mode; otherwise, false. + + + + + + + Indicates whether a new node is being edited. + + + true if a new node is being edited; otherwise, false. + + + + + + + Indicates whether the ASPxTreeList operates in Virtual Mode. + + + true if the ASPxTreeList operates in virtual mode; otherwise, false. + + + + + + + Gets a collection of temporary client properties. + + + The collection of property names and values. + + + + + + + Gets or sets a value that specifies whether keyboard navigation is available within the ASPxTreeList control. + + + true if keyboard navigation is enabled; otherwise, false. + + + + + + + Gets or sets the name of the data source key field. + + + A value that specifies the name of the data source key field. + + + + + + + Restores the ASPxTreeList's layout from the specified string. + + + + An array of bytes that contains the tree list's layout data. + + + true if the tree list's layout has been successfully loaded; otherwise, false. + + + + + + + Moves the specified node to a new position. + + + + A string value that identifies the target node by its key value. + + + + A string value that identifies the node to whose child collection the target node is moved. An empty string to display the target node within the root. + + + + + + + + Gets the key value of a new node's parent. + + + A value that identifies a new node's parent. null (Nothing in Visual Basic) if a new node is not being edited. + + + + + + + Fires after a node has been collapsed. + + + + + + + + Fires before a node is collapsed. + + + + + + + + Occurs after a node has been deleted. + + + + + + + + Enables you to prevent a node from being deleted. + + + + + + + + Fires after a node has been expanded. + + + + + + + + Fires before a node is expanded. + + + + + + + + Occurs after a new node has been added to the ASPxTreeList. + + + + + + + + Enables you to cancel adding a new node. + + + + + + + + Provides access to the root nodes child collection. + + + A object that represents the collection of child nodes owned by the root node. + + + + + + + Occurs after a node has been updated. + + + + + + + + Enables you to prevent a node from being updated. + + + + + + + + Enables you to specify whether node data is valid, and whether the node can be updated. + + + + + + + + Gets the control's padding settings. + + + A object that contains padding settings. + + + + + + + Gets or sets the index of the page currently being selected. + + + An integer value that specifies the active page's index. + + + + + + + Fires after the selected page has been changed. + + + + + + + + Fires on the server side after a page size (amount of rows per a page) is changed. + + + + + + + + Gets or sets the data source field which contains parent node values. + + + A value that specifies the parent field name. + + + + + + + Enables you to process and modify an entered value before it is actually accepted by the ASPxTreeList. + + + + + + + + Gets or sets the name of the data source field whose values are displayed within preview rows. + + + A value that specifies the name of the data source field whose values are displayed within preview rows. + + + + + + + Fires after a node drag and drop operation has been completed. + + + + + + + + Rebuilds a virtual tree. + + + + + + + + Rebuilds the tree, starting from the specified node. + + + + A object that represents the starting node. + + + + + + + + For internal use only. + + + + + + + + Gets or sets a value specifying whether or not the current control supports right-to-left representation. + + + One of the enumeration values. + + + + + + + Provides access to the root node. + + + + A object that represents the root node. + + + + + + + Gets or sets the value that root nodes contain in the field specified by the property. + + + An object that represents the root value. + + + + + + + Saves the ASPxTreeList's layout. + + + An array of bytes that contains the ASPxTreeList's layout data. + + + + + + + Selects all nodes within the ASPxTreeList. + + + + + + + + Fires after the selection has been changed. + + + + + + + + Gets the number of selected nodes within the ASPxTreeList. + + + An integer value that specifies the umber of selected nodes. + + + + + + + Provides access to the ASPxTreeList's display options. + + + + A TreeListSettings object that contains the ASPxTreeList's display options. + + + + + + + Provides access to the control's behavior settings. + + + A TreeListSettingsBehavior object that contains the control's behavior settings. + + + + + + + Provides access to the control's cookie settings. + + + A TreeListSettingsCookies object that contains the control's cookie settings. + + + + + + + Provides access to the Customization Window's settings. + + + A object that contains the Customization Window's settings. + + + + + + + Provides access to the ASPxTreeList's editing settings. + + + A object that contains the ASPxTreeList's editing settings. + + + + + + + Provides access to the Loading Panel's settings. + + + A object that contains the loading panel's settings. + + + + + + + Provides access to the Pager's settings. + + + A object that contains the pager's settings. + + + + + + + Provides access to the Popup Edit Form's settings. + + + A object that contains the Popup Edit Form's settings. + + + + + + + Provides access to the control's selection options. + + + A object that contains the ASPxTreeList's selection options. + + + + + + + Provides access to the control's text settings. + + + A object that contains the control's text settings. + + + + + + + Sorts data by the specified column's values. + + + + A object that represents the column within the ASPxTreeList. + + + + A enumeration value that specifies the column's sort order. + + + A enumeration value that specifies the column's sort order. + + + + + + + Sorts data by the values of the specified data column, and places the column in the specified position among the sorted columns. + + + + + A object that represents the column within the ASPxTreeList. + + + + An integer value that specifies the zero-based column's index among the sorted columns. -1 if data is not sorted by this column. + + + An integer value that specifies the zero-based column's index among the sorted columns. + + + + + + + Gets the number of columns involved in sorting. + + + An integer value that specifies the number of columns involved in sorting. + + + + + + + Switches the ASPxTreeList to edit mode. + + + + A value that uniquely identifies a node to be edited. + + + + + + + + Switches the ASPxTreeList to edit mode and allows new node values to be edited. + + + + + A value that identifies the parent node, which owns a new node. + + + + + + + + Enables you to prevent a node from being edited. + + + + + + + + Provides access to the style settings that control the appearance of the ASPxTreeList's elements. + + + A object that provides style settings used to paint the ASPxTreeList. + + + + + + + Provides access to style settings used to paint ASPxTreeList's editors. + + + + An object that contains style settings used to paint the ASPxTreeList's editors. + + + + + + + Provides access to the style settings that control the appearance of the Pager displayed within the ASPxTreeList. + + + A object that contains style settings used to paint a pager. + + + + + + + Provides access to summary items. + + + A object that represents the collection of summary items. + + + + + + + Gets or sets a value that describes the ASPxTreeList's contents. + + + A value that describes the ASPxTreeList's contents. + + + + + + + Provides access to the templates used to display the ASPxTreeList's elements (cells, column headers, etc.). + + + A object that contains templates for displaying data cells, column headers, etc. + + + + + + + Gets the total number of nodes contained within the ASPxTreeList. + + + An integer value that specifies the total number of nodes contained within the ASPxTreeList. + + + + + + + Unselects any selected nodes within the ASPxTreeList. + + + + + + + + Saves all the changes made, and switches the ASPxTreeList to browse mode. + + + + + + + + Enables creation of a list of business objects that correspond to the child nodes owned by the processed node (virtual mode). + + + + + + + + + Occurs when the ASPxTreeList functions in Virtual Mode after a node has been created. + + + + + + + + Enables you to initialize nodes in a tree virtual mode. + + + + + + + + Gets a collection of visible columns within the ASPxTreeList. + + + The collection of visible columns. + + + + + + Index: trunk/lib/DevExpress/DevExpress.DemoData.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.iCalendarExchange.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.iCalendarExchange.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.iCalendarExchange.xml (revision 8) @@ -0,0 +1,845 @@ + + + + DevExpress.XtraScheduler.v12.2.iCalendarExchange + + + + + + Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments. + + + + + + + Initializes a new instance of the iCalendarImporter class with the specified storage. + + + + A object representing a storage for imported events. + + + + + + + + Fires when the calendar object conforming to the iCalendar specification is created. + + + + + + + + + Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard. + + + + A string, representing a token for non-standard iCalendar properties. + + + + + + + Handles all calendars through a set of procedures to create corresponding appointments in the storage. + + + + An object that holds the calendars. + + + + + + + + + Lists error types specific for iCalendar data exchange. + + + + + + + Indicates that the file supplied is not a valid iCalendar file. + + + + + + + + + Represents errors that occur during iCalendar data import. + + + + + + + Initializes a new instance of the iCalendarEventImportException class with the specified settings. + + + + A object representing a collection of event calendar components defined by iCalendar standard. + + + + + + + + Provides access to an event collection containing events which raised an exception. + + + + A object representing a collection of calendar event components. + + + + + + + + Provides data for the event of the . + + + + + + + Initializes a new instance of the iCalendarAppointmentExportingEventArgs class with the specified settings. + + + + An object representing an event in XtraScheduler. + + + + A object representing an event calendar component defined by the iCalendar standard. + + + + + + + + Provides access to the event calendar component conforming to the iCalendar standard. + + + + A class instance representing an event calendar component. + + + + + + + + Provides data for the event of the . + + + + + + + Initializes a new instance of the iCalendarAppointmentImportedEventArgs class with the specified settings. + + + + An object representing an event in XtraScheduler. + + + + A object representing an event calendar component defined by the iCalendar standard. + + + + + + + + Provides access to the event calendar component conforming to the iCalendar standard. + + + + A class instance representing an event calendar component. + + + + + + + + Enables you to add a new property to the iCalendar component. + + + + + + + Initializes a new instance of the TextProperty class with the specified settings. + + + + A string specifying the name of the property. + + + + A string specifying the property's value. + + + + + + + + Adds property parameters to the iCalendar component property. + + + + A string representing the name of a property. + + + + A list of strings, containing property values. + + + + + + + + Adds a property parameter to an iCalendar component property. + + + + + A string containing the parameter's name. + + + + A string containing the parameter's value. + + + + + + + + Gets a collection of parameters for this property. + + + An DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection class instance, representing a collection of parameters. + + + + + + + Gets the name of a property represented by this TextProperty class instance. + + + A string representing the property's name. + + + + + + + + Represents an VEVENT calendar component of iCalendar object model. + + + + + + + Initializes a new instance of the VEvent class with default settings. + + + + + + + + Gets a collection of VALARM calendar components for this event. + + + An instance of the DevExpress.XtraScheduler.iCalendar.Components.VAlarmCollection class representing a collection of DevExpress.XtraScheduler.iCalendar.Components.VAlarm objects. + + + + + + + Modifies VALARM data according to the time zone specified via the TimeZoneManager. This method is not intended to be used directly from your code. + + + + A TimeZoneManager object. + + + + + + + + Provides access to the CATEGORIES property of a calendar component. + + + An object of the DevExpress.XtraScheduler.iCalendar.Components.CategoriesProperty type representing a CATEGORIES property. + + + + + + + Provides access to the CREATED property of a calendar component. + + + + A DevExpress.XtraScheduler.iCalendar.Components.DateTimeCreatedProperty object, representing the CREATED calendar property. + + + + + + + Provides access to the DESCRIPTION property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.DescriptionProperty object representing the DESCRIPTION calendar property. + + + + + + + Provides access to the DTEND property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty object representing the DTEND calendar property. + + + + + + + Provides access to the EXDATE property of a calendar component. + + + An DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesPropertyCollection object that is a collection of DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesProperty objects, each representing an appointment exception. + + + + + + + Provides access to the EXRULE property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection collection containing recurrence rules. + + + + + + + Gets whether the event is an 'all-day' event. + + + true if the current event is an all-day event; otherwise, false. + + + + + + + Gets whether the event conforms to the 'changed occurrence' type. + + + true if a current event is a changed occurrence; otherwise, false. + + + + + + + Gets whether the event conforms to the 'pattern' type. + + + true if a current event is a recurrence pattern; otherwise, false. + + + + + + + Provides access to the LAST-MODIFIED property of a calendar component. + + + + A DevExpress.XtraScheduler.iCalendar.Components.LastModifiedProperty object, representing the LAST-MODIFIED calendar property. + + + + + + + Provides access to the LOCATION property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.LocationProperty object representing the LOCATION calendar property. + + + + + + + Gets the name of the calendar component ("VEVENT"). + + + The string 'VEVENT'. + + + + + + + Provides access to the RECURRENCE-ID property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceIdProperty object representing the RECURRENCE-ID calendar property. + + + + + + + Provides access to the RRULE property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection class instance containing a list of objects used to represent recurrence rules. + + + + + + + Provides access to the DTSTAMP property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStampProperty object, representing the DTSTAMP calendar property. + + + + + + + Provides access to the DTSTART property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStartProperty object representing the DTSTART calendar property. + + + + + + + Provides access to the SUMMARY property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.SummaryProperty object, representing the SUMMARY calendar property. + + + + + + + The name of this calendar component - VEVENT. + + + A string 'VEVENT". + + + + + + + Provides access to the UID property of a calendar component. + + + A DevExpress.XtraScheduler.iCalendar.Components.UniqueIdentifierProperty object, representing the UID calendar property. + + + + + + + + Provides data for the event of the and classes. + + + + + + + Initializes a new instance of the iCalendarParseExceptionEventArgs class with the specified settings + + + + A object representing the original exception thrown. + + + + + A string containing a line of text in iCalendar format that caused a parse error. + + + + An integer representing the erroneous line number in an iCalendar file. + + + + + + + + + Gets the number of a line in an iCalendar file that contains the text which causes an error while parsing. + + + + + An integer that is the number of the erroneous line. + + + + + + + + Gets the text causing a parse error. + + + A string containing the text of the line in iCalendar format. + + + + + + + + Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format. + + + + + + + Initializes a new instance of the iCalendarExporter class with the specified storage. + + + + A object representing a storage for appointments being exported. + + + + + + + + Initializes a new instance of the iCalendarExporter class with the specified parameters. + + + + A object representing the appointments storage used for lookups. + + + + An object, representing a collection of appointments intended for export. + + + + + + + + Gets or sets appointments for export. + + + An object representing a collection of appointments intended for export. + + + + + + + Fires when the calendar object conforming to the iCalendar specification is created. + + + + + + + + + Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard. + + + + A string, representing a token for non-standard iCalendar properties. + + + + + + + Gets or sets the identifier for the product that created the iCalendar object. + + + A string usually containing company name, product name and language-specific information separated by slashes. + + + + + + + + Represents a base class for iCalendar components. + + + + + + + Adds a calendar property or a component to the current calendar object. + + + + A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem descendant, representing a calendar object to add. + + + + + + + + Gets the type of the calendar item. + + + A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItemType enumeration member. + + + + + + + Provides access to a collection of calendar components incorporated into the current component. + + + An DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentCollection object, representing a collection of calendar components. + + + + + + + Provides access to a collection of custom properties for a calendar component. + + + An object representing a collection of custom properties. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An object of the DevExpress.XtraScheduler.iCalendar.Native.iCalendarWriter type. + + + + + + + + + Represents a collection of iCalendar component properties. + + + + + + + Initializes a new instance of the iCalendarPropertyCollection class with default settings. + + + + + + + + + Provides data for the event of the . + + + + + + + Initializes a new instance of the iCalendarAppointmentImportingEventArgs class with the specified settings. + + + + An object representing an event in XtraScheduler. + + + + A object representing an event calendar component defined by the iCalendar standard. + + + + + + + + Provides access to the event calendar component conforming to the iCalendar standard. + + + + A class instance representing an event calendar component. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the or which raised the event. + + + + A object containing event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the iCalendarStructureCreatedEventArgs class with the specified settings. + + + + An object containing iCalendar objects. + + + + + + + + Provides access to the calendar structures conforming to the iCalendar specification. + + + + An object that holds the calendars. + + + + + + + + Represents errors that occur during iCalendar data exchange. + + + + + + + Initializes a new instance of the iCalendarException class with the specified message string. + + + + A string representing a message associated with a specific problem in iCalendar data exchange. + + + + + + + + + Initializes a new instance of the iCalendarException class with default settings. + + + + + + + + + Provides data for the event of the . + + + + + + + Initializes a new instance of the iCalendarAppointmentExportedEventArgs class with the specified settings. + + + + An object representing an event in XtraScheduler. + + + + A object representing an event calendar component defined by the iCalendar standard. + + + + + + + + Provides access to the event calendar component conforming to the iCalendar standard. + + + + A class instance representing an event calendar component. + + + + + + Index: trunk/lib/DevExpress/DevExpress.ExpressApp.HtmlPropertyEditor.Web.Design.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.Extensions.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.SpellChecker.v12.2.Core.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.SpellChecker.v12.2.Core.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.SpellChecker.v12.2.Core.xml (revision 8) @@ -0,0 +1,2840 @@ + + + + DevExpress.SpellChecker.v12.2.Core + + + + + + Serves as a base class for implementing classes that represent XtraSpellChecker actions. + + + + + + + Gets a localizable name of the command used in menu. + + + A string, representing the name of the action performed by this command. + + + + + + + Performs an action of the corresponding type. + + + + + + + + Gets whether a command is currently enabled. + + + + true if a command is enabled; otherwise, false. + + + + + + + + + Gets or sets the position at which the text segment finishes. + + + A object, representing the location of the text segment's end. + + + + + + + + Gets the operation performed by the command. + + + A enumeration member, specifying the operation to perform. + + + + + + + Gets or sets the position at which the text segment starts. + + + A object, representing the location of the text segment's beginning. + + + + + + + + Gets or sets the replacement for the current text segment. + + + A string, representing the text which will replace the current text segment. + + + + + + + Gets or sets a word used for several commands, such as Ignore or AddToDictionary. + + + A string, representing a word to ignore or add to the dictionary. + + + + + + + + Contains options that affect text processing. + + + + + + + Initializes a new instance of the OptionsSpellingBase class with default settings. + + + + + + + + Copies all the settings from the OptionsSpellingBase object passed as the parameter. + + + + An OptionsSpellingBase object whose settings are assigned to the current object. + + + + + + + + Locks the OptionsSpellingBase object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Start spelling check from the cursor position. + + + A enumeration value specifying whether the spell checker should start checking from the cursor position. + + + + + + + Spell check the selected text first. + + + A enumeration value specifying whether the spell checker should start checking the selected text first. + + + + + + + Combines spelling options set for the SpellChecker and the control whose content is checked. + + + + An object specifying the spelling options set for the control. + + + + + + + + Unlocks the OptionsSpellingBase object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets whether e-mail addresses should be excluded from the check. + + + + A enumeration value specifying whether the words which are e-mail addresses should be checked. + + + + + + + Gets or sets whether the text enclosed with specific markup tags should be checked. + + + true to exclude the text within tags from the check; otherwise, false. + + + + + + + + Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. + + + A enumeration value specifying whether the mixed case words should be checked. + + + + + + + Gets or sets whether the spell checker ignores repeated words. + + + A enumeration value specifying whether the text should be checked for repeated words. + + + + + + + Gets or sets whether the spell checker ignores words in which all letters are uppercase. + + + A enumeration value specifying whether the words in which all letters are uppercase should be checked. + + + + + + + Gets or sets whether the spell checker ignores the URLs in text. + + + A enumeration value specifying whether the words which are URLs should be checked. + + + + + + + Gets or sets whether the spell checker ignores words that contain numbers. + + + A enumeration value specifying whether the words which contain numbers should be checked. + + + + + + + Fires when any of the spelling check options are changed. + + + + + + + + + + Represents an XtraSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format. + + + + + + + Creates a new SpellCheckerOpenOfficeDictionary class instance for the specified culture and fills it with wordforms constructed from the base words using affixes. + + + + A object that specifies the path to the dictionary file in OpenOffice.org format. + + + + A object that specifies the path to the affix file in OpenOffice.org format. + + + + + A object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Initializes a new instance of the SpellCheckerOpenOfficeDictionary class with default settings. + + + + + + + + Loads dictionary and affix rules from specified streams into the current object, and initializes it. + + + + A object which stores the base word list + + + + A object which stores the affix rules list. + + + + Parameter is ignored in overload for the . + + + + + + + + + A collection of suggestions prepared for a misspelled word. + + + + + + + + Initializes a new instance of the SuggestionCollection class with default settings. + + + + + + + + Adds a object to the end of the collection. + + + + A object to be added to the collection. + + + + + + + + + Adds the elements of the specified collection to the end of the current collection. + + + + The collection of objects, whose elements should be added to the end of the current collection. + + + + + + + + Searches a collection for a specific suggestion, using a binary search algorithm and the specified IComparer interface. + + + + The object to search for. + + + + The implementation to use when comparing elements. + + + The zero-based index of an item in the SuggestionCollection, if the item is found; otherwise, a negative number. + + + + + + + + Clears the list of suggestions. + + + + + + + + Determines whether a text string is in the collection of suggestions. + + + + A object to locate in the suggestion collection. + + + true if an item is found within the collection; otherwise false. + + + + + + + + + Determines whether an element is in the collection. + + + + A object to locate in the suggestion collection. + + + true if the item is found within the collection; otherwise false. + + + + + + + + + Copies the elements of the to a array, starting at a particular array index. + + + + + The array that is a destination of the elements copied from . + + + + + The zero-based index in the array at which the copying is started. + + + + + + + + + Gets the number of elements actually contained in the current collection. + + + The number of elements actually contained in the SuggestionCollection collection. + + + + + + + Returns an enumerator that iterates through the current collection. + + + A System.Collections.Generic.IEnumerator @lt;SuggestionBase@gt; for the SuggestionCollection collection. + + + + + + + Determines the index of a specific item in the . + + + + A object to locate within the . + + + The suggestion's index if found in the list; otherwise, -1. + + + + + + + + Inserts an item to the at the specified index. + + + + The zero-based index at which the suggestion should be inserted. + + + + + The object to insert into the collection. + + + + + + + + Gets or sets the element at the specified index. + + + + The zero-based index of the element to get or set. + + + The element at the specified index. + + + + + + + Appends elements that are not found within the collection to that collection. + + + + A whose elements are to be added to the collection. + + + + + + + + + Removes the first occurrence of a suggestion from the collection. + + + + The object to remove from the . + + + + + + + + Removes the element at the specified index of the current collection. + + + + The zero-based index of the element to remove. + + + + + + + + Sorts the elements in the current collection using the specified comparer. + + + + The System.Collections.Generic.IComparer@lt;T@gt; implementation to use when comparing elements, or null to use the default comparer. + + + + + + + + + An instance of this class combines the suggested word and the distance between the suggested and the misspelled words. + + + + + + + + Initializes a new SuggestionBase class instance with the specified settings. + + + + A object that specifies a suggested word. + + + + An object that specifies the Levenshtein distance between the original and the suggested words. + + + + + + + + Compares the value of the instance to the Levenshtein distance value of an object and returns an indication of their relative values. + + + + An object to compare. + + + A number indicating the relative values of this instance and value. If it is less than zero, this instance is less then the value; if zero - this instance is equal to the value; if greater than zero, this instance is greater than the value. + + + + + + + + Gets a Levenshtein distance between the misspelled and the suggested words. + + + + An integer value representing the calculated Levenshtein distance. + + + + + + + Gets or sets the word that is suggested by the spell checker. + + + A representing a suggested word. + + + + + + + + Represents the base class for the SpellChecker component. + + + + + + + Initializes a new instance of the SpellCheckerBase class with default settings. + + + + + + + + Occurs when text checking is finished. + + + + + + + + Occurs after a word is checked. + + + + + + + + Occurs when the dictionaries have been loaded. + + + + + + + + Occurs before the spell checker begins text processing. + + + + + + + + Occurs before a given word is exposed to a search algorithm. + + + + + + + + Occurs when the spell checker starts loading dictionaries. + + + + + + + + Provides access to the list of words and their counterparts that replace them on every occurrence. + + + A object, representing a collection of key words and their replacements. + + + + + + + Checks the spelling of the text available through the controller interface. + + + + + An object implementing the interface. + + + + A object, containing the text of the text controller, processed by a spell-checker engine. + + + + + + + Checks the spelling of words in a text string. + + + + + A containing the text to be checked. + + + + A of text processed by a spell-checker engine. + + + + + + + + Checks the spelling of words in a text string. + + + + A containing the text to be checked. + + + + A Position class object, representing the starting point within the text string where the check begins. + + + + A Position class object, representing the ending point within the text string where the check finishes. + + + A of text processed by a spell-checker engine. + + + + + + + Checks the specified text to get a list of erroneous words and suggested corrections. + + + + A string that is the text to be checked. + + + + A object that is a list of items containing wrong words and suggestions. + + + + + + + Checks the specified text to get a list of erroneous words and suggested corrections. + + + + A string that is the text to be checked. + + + + true to calculate suggestions for a misspelled word; otherwise, false. + + + A object that is a list of items containing wrong words and suggestions. + + + + + + + Gets or sets the culture-specific settings of the spell checker. + + + object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + + Provides access to the spell checker dictionaries collection. + + + A object representing a collection of dictionaries. + + + + + + + Provides access to the object which facilitates dictionary operations. + + + A object. + + + + + + + Occurs when the selected part of the text is processed. + + + + + + + + Creates a list of commands, available to the end-user, which depend on the type of misspelling. + + + + + A object, representing a situation when a misspelled word is found. + + + A generic list of objects. + + + + + + + Provides access to a list of ignored words. + + + An object exposing the interface, allowing you to perform operations with a list of ignored words. + + + + + + + Checks whether the specified word is misspelled according to the dictionary for the specified culture, starting from and ending at the specified positions. + + + + + A , representing a word to check. + + + + A object, representing a culture for which the check is performed. + + + + A class descendant, representing the position from which to start checking. + + + + A class descendant, representing the position at which to finish checking. + + + true if a word is misspelled; otherwise, false. + + + + + + + Checks whether the specified word is, according to the dictionary, misspelled for the specified culture. + + + + + + A , representing a word to check. + + + + A object, representing a culture for which the check is performed. + + + true if a word is misspelled; otherwise, false. + + + + + + + Gets or sets the parameter used to measure the proximity of words to be included in a suggestion collection. + + + + An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one. + + + + + + + + Gets or sets whether the dictionary is not loaded until the spell checker language has matched the dictionary language. + + + true to load a dictionary on demand; otherwise, false. + + + + + + + Occurs when a word being checked is not found in a dictionary. + + + + + + + + Provides access to the spelling options set for the SpellCheckerBase instance. + + + An object containing the spell checking options. + + + + + + + Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. + + + + + + + + Occurs when a word identical to the previous one is found. + + + + + + + + + + Reconstitute the spell checker object from the data in the registry. + + + + A object, representing a path to the registry key that holds the data. + + + + + + + + Loads data from the specified stream and creates the XtraSpellChecker object from it. + + + + A object, representing a stream of bytes that contains data to load. + + + + + + + + Loads data from the specified XML file and creates the XtraSpellChecker object from it. + + + + A object, representing a path to an XML file containing data to load. + + + + + + + + + Serializes the spell checker object and saves the data into the registry. + + + + A object, representing a path to the registry key that will hold the data in the HKEY_CURRENT_USER hive (default). + + + + + + + + Serializes XtraSpellChecker objects and writes the data to the specified stream. + + + + + A object, representing a stream of bytes to which the XtraSpellChecker configuration will be saved. + + + + + + + + Serializes XtraSpellChecker objects and writes the data to the specified XML file. + + + + + A object, representing a full path to an XML file that will contain XtraSpellChecker configuration data + + + + + + + + Gets or sets the type of the form to be shown when a probable misspelled word is found. For WinForms Spell Checker only. + + + + A enumeration specifying the form's layout. + + + + + + + + Gets or sets the timeout for calculating suggestions. + + + + The number of milliseconds that is the time allocated for calculation. By default, the value is -1, which means an infinite timeout. + + + + + + + + Occurs when an unhandled system exception fires. + + + + + + + + Specifies whether the spell checker should use the shared dictionaries collection in a word search. + + + true if shared dictionaries are added to the collection of dictionaries used for a word search; otherwise, false. + + + + + + + + + Occurs after a new word is added to the custom dictionary. + + + + + + + + + Represents a method that will handle the FinishCheckingMainPart event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the FinishCheckingMainPart event. + + + + + + + Initializes a new FinishCheckingMainPartEventArgs class instance. + + + + true if the rest of the text should be checked; otherwise false. + + + + + + + + + + Specifies whether the spell checker should check the rest of the text. + + + true if the remaining text has to be checked; otherwise false. + + + + + + + + + Represents a custom dictionary of the spell checker. + + + + + + + Initializes a new instance of the SpellCheckerCustomDictionary class with default settings. + + + + + + + + Initializes a new instance of the SpellCheckerCustomDictionary class with the specified settings. + + + + A object that specifies the path to the dictionary file. + + + + A object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Appends a word to the custom dictionary and saves it. + + + + A object, that is a word to be added to the dictionary. + + + + + + + + Appends words to the custom dictionary. + + + + A collection of words to be added to the dictionary. + + + + + + + + Locks the SpellCheckerCustomDictionary object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Unlocks the SpellCheckerCustomDictionary object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Checks if the dictionary allows changes. + + + + true if the dictionary is locked; otherwise false . + + + + + + + + Loads from the file and initializes the custom dictionary. + + + + + + + + + Saves a custom dictionary to a file. + + + + + + + + Saves the custom dictionary into a specified file. + + + + A representing a path to a file where the dictionary is to be saved. + + + + + + + + + Represents an XtraSpellChecker dictionary originated from a dictionary in the ISpell format. + + + + + + + + Initializes a new instance of the SpellCheckerISpellDictionary class with the specified settings. + + + + A object that specifies the path to the ISpell dictionary file. + + + + A object that specifies the path to the ISpell affix (.AFF) file. + + + + A object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Initializes a new instance of the SpellCheckerISpellDictionary class with default settings. + + + + + + + + Searches for the word in the dictionary. + + + + A string representing a word to be searched for. + + + true if the word is found within the dictionary; otherwise false + + + + + + + Gets or sets the filename of the affix file to be loaded. + + + + A representing a path to the affix file. + + + + + + + + Loads the basic ISpell dictionary file and the affix file, then decompresses the dictionary and prepares it for use. + + + + + + + + + + Loads the dictionary, affix rules and the alphabet from the specified streams into the current object, and initializes it. + + + + + A object which stores the base word list. + + + + A object which stores the affix rules list. + + + + A object which stores the language's alphabet. + + + + + + + + + Represents a dictionary used by the XtraSpellChecker engine. + + + + + + + Initializes a new instance of the SpellCheckerDictionary class with the specified settings. + + + + A object that specifies the path to the dictionary file. + + + + A object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Initializes a new instance of the SpellCheckerDictionary class with default settings. + + + + + + + + Loads and initializes the spell checker dictionary. + + + + + + + + Loads the dictionary and the alphabet from specified streams into the current custom dictionary, and initializes it. + + + + + A object which stores the base word list + + + + A object which stores the language's alphabet. + + + + + + + + Loads the alphabet from the specified stream into the current object. + + + + + A object which stores the alphabet. + + + An array of characters, representing the alphabet for the current language. + + + + + + + Loads the dictionary from the specified stream into the current object and initializes it. + + + + A object which stores the base word list + + + + + + + + + Defines the base class for XtraSpellChecker dictionaries. + + + + + + + Gets the alphabetical list of characters for the current dictionary. + + + An array of characters in alphabetical order. + + + + + + + Gets or sets the path to the alphabet file used for creating the . + + + A representing a path to the file with the language alphabet. + + + + + + + Gets or sets a unique identifier of a dictionary instance for caching purposes. + + + + A string, representing the cache key under which a dictionary is stored in the cache. + + + + + + + Indicates whether a dictionary can be placed in the cache. + + + true if a dictionary can be cached; otherwise, false. + + + + + + + Gets or sets the flag that affects the case sensitivity of the search algorithm and the rules of comparison. + + + When set to false, the suggestion search algorithm ignores the case of letters in a word. + + + + + + + Removes all words from the dictionary word list and all metaphone indexes from the hash table. + + + + + + + + Gets or sets the culture specific settings of the dictionary. + + + The object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Occurs when a dictionary is loaded. + + + + + + + + Gets or sets the path to the dictionary file. + + + A representing a path to the dictionary file. + + + + + + + Gets or sets the dictionary text encoding. + + + A object that represents the character encoding. + + + + + + + Loads the alphabet from the specified stream into the current object. + + + + + A object which stores the alphabet. + + + + + + + + Searches for the word in the dictionary. + + + + A string representing a word to be searched for. + + + true if the word is found within the dictionary; otherwise false + + + + + + + Indicates whether the current dictionary contains a specified word. + + + + A object that represents the word being searched for. + + + + true if the dictionary has this word, false if the word is not found within the dictionary. + + + + + + + Gets or sets the word at the specified index in the dictionary. + + + + The zero-based index of the element to get or set. + + + A object that represents a word in a dictionary. + + + + + + + When implemented in inherited classes, loads and initializes the dictionary. + + + + + + + + Gets whether the dictionary is loaded. + + + true if the dictionary is loaded; otherwise false. + + + + + + + + Gets the number of word entries contained in the dictionary. + + + An integer specifying the number of word entries in the dictionary. + + + + + + + + Represents a collection of XtraSpellChecker dictionaries. + + + + + + + Initializes a new instance of the DictionaryCollection class with default settings. + + + + + + + + Adds a dictionary to the collection. + + + + An object exposing the interface that is the spell checker dictionary. + + + + + + + + + Appends the elements of a specified collection to the DictionaryCollection object. + + + + A generic collection object. + + + + + + + + Removes all items from the collection. + + + + + + + + Determines whether a dictionary is in the collection. + + + + An object implementing the interface that specifies a spell checker dictionary. + + + true if the dictionary is found within the collection; otherwise false. + + + + + + + Copies all elements from the collection to the specified array, starting at a particular array index. + + + + An array of objects implementing the interface. + + + + An integer value specifying the zero-based index in the target array at which copying begins. + + + + + + + + Gets the number of elements actually contained in a collection. + + + An integer specifying the number of elements in a collection. + + + + + + + Returns an empty collection of dictionaries. + + + A DictionaryCollection object specifying an empty collection. + + + + + + + Returns an enumerator that iterates through the current collection. + + + A System.Collections.Generic.IEnumerator @lt;ISpellCheckerDictionary@gt; for the DictionaryCollection collection. + + + + + + + Returns an index of a dictionary in a collection. + + + + An interface specifying the dictionary. + + + An integer that is the index of an item in a collection. + + + + + + + Gets a value indicating whether the collection is read-only. + + + false. + + + + + + + Gets the dictionary object specified by its index. + + + + An integer specifying the index of a dictionary in a collection. + + + An object exposing the interface that is the spell checker dictionary. + + + + + + + Removes the specified dictionary from the collection. + + + + An object exposing the interface that is the spell checker dictionary. + + + + + + + + Removes the element at the specified index of the current collection. + + + + The zero-based index of the element to be removed. + + + + + + + + + + Represents a method that will handle the NotInDictionaryWordFound event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the NotInDictionaryFound event. + + + + + + + Initializes a new NotInDictionaryWordFoundEventArgs class instance. + + + + A object representing a word not found in a dictionary. + + + + A object, representing the result of a suggestion search. + + + + + A enumeration member, which defines the action which the spellchecker should perform. + + + + A string, representing the most relevant suggested word. + + + + A object, representing the position in the text where the word begins. + + + + + A object, representing the length of a word. + + + + When this parameter is set to true, the default event handling code is not executed. + + + + + + + + Gets a collection of suggestions made when the word is not found in the dictionary. + + + + A object that contains suggestions for the word under consideration. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the PrepareSuggestions event. + + + + + + + Initializes a new PrepareSuggestionsEventArgs class instance. + + + + A object that represents a word being checked. + + + + A object representing a collection of suggested words. + + + + + + + + Provides access to the collection of prepared suggestions. + + + A object containing prepared suggestions. + + + + + + + Gets a misspelled word for which the suggestions have been prepared. + + + A object representing a misspelled word. + + + + + + + + Represents a method that will handle the RepeatedWordFound event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the RepeatedWordFound event. + + + + + + + Initializes a new RepeatedWordFoundEventArgs class instance. + + + + A object representing a repeated word found. + + + + A enumeration member, which defines the action which the spellchecker should perform. + + + + An empty string, since the repeated word can only be deleted. + + + + A object, representing the position in the text where the repeated word begins. + + + + A object, representing the length of the repeated word. + + + + When this parameter is set to true, the default event handling code is not executed. + + + + + + + + Gets or sets a value indicating whether default event actions are required. + + + true if the default action should be executed, false if the event is passed to the user for handling. + + + + + + + + Gets the length of the repeated word. + + + An integer, specifying the word's length. + + + + + + + Gets or sets the parameter that specifies the spell checker action when a repeated word is found. + + + A enumeration specifying the spell checker action. + + + + + + + Gets the beginning of the repeated word in a text. + + + A object, representing the position in the text where the repeated word begins. + + + + + + + A string to replace the repeated word. + + + A to replace the repeated word. + + + + + + + Gets a word that is found to be repeated. + + + A object representing a repeated word in the text. + + + + + + + + + Represents a method that will handle the BeforeCheck event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Lists the visual layouts available for the spelling form in XtraSpellChecker. + + + + + + + Indicates a layout of the spelling form like that in MS Outlook 2000. + + + + + + + + + + Indicates a layout of the spelling form like that in MS Word 2000. + + + + + + + + + + + Represents a method that will handle the SpellingFormShowing event. + + + + + + + Represents a method that will handle the event. + + + + An object of any type that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the SpellingFormShowing event. + + + + + + + Initializes a new SpellingFormShowingEventArgs class instance. + + + + A object that represents a word being checked. + + + + A collection of objects, representing the suggested words. + + + + + + + + Provides access to the collection of suggested words to be displayed at the spelling form. + + + A object representing a collection of suggested words. + + + + + + + Gets a misspelled word for which the spelling form is invoked. + + + A object representing a misspelled word. + + + + + + + + Helper class to make working with dictionaries easier. + + + + + + + Initializes a new instance of the DictionaryHelper class with the specified settings. + + + + A containing available dictionaries. + + + + A containing dictionaries in the + + + + A specifying culture settings. + + + + true to use dictionaries from the ; otherwise, false. + + + + + + + + Adds a word to a custom dictionary. + + + + A string that is the word to add. + + + + + + + + Gets the culture that is in effect for the DictionaryHelper. + + + culture settings, indicating a specific language. + + + + + + + + Searches for a word in all available dictionaries. + + + + A string that is the word to be searched for. + + + true if a word is found; otherwise, false. + + + + + + + Provides access to the currently active custom dictionary. + + + A object that is the currently active custom dictionary. + + + + + + + + Container for a misspelled word and words suggested to replace it. + + + + + + + Initializes a new instance of the WrongWordRecord class with default settings. + + + + A string that is the misspelled word. + + + + + A object containing suggested words to replace a misspelled word. + + + + + + + + Initializes a new instance of the WrongWordRecord class with the specified setting. + + + + A string that is the misspelled word. + + + + + + + + A list of suggested words to replace the misspelled word. + + + A generic list containing suggested words. + + + + + + + Returns the misspelled word. + + + A string that is the misspelled word. + + + + + + + An erroneous word found during spell check. + + + A string that is the erroneous or misspelled word. + + + + + + + + Provides data for the BeforeCheckWord event. + + + + + + + Initializes a new BeforeCheckWordEventArgs class instance with specified settings. + + + + An object, representing a control being checked. + + + + A string representing a word to be checked. + + + + true if an event should be cancelled; otherwise, false. + + + + + + + + Gets the control being checked + + + An object representing a control being checked. + + + + + + + Gets a word to be checked. + + + A object representing a word to be checked. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender ( a descendant). + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new SpellCheckerUnhandledExceptionEventArgs class instance with specified settings. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the event. + + + An object representing an exception which caused the event. + + + + + + + Gets or sets whether the exception should be propagated upwards. + + + true to stop the exception from being propagated; otherwise, false. + + + + + + + + Defines the basic interface for spell checker dictionaries. + + + + + + + Gets the alphabetical list of characters for the current dictionary. + + + An array of characters in alphabetical order. + + + + + + + Gets the flag that affects the case sensitivity of the search algorithm and the rules of comparison. + + + true to observe the case of letters in a word within the suggestion search algorithm; otherwise, false. + + + + + + + Clears all dictionary entries and inner structures. + + + + + + + + Gets or sets the culture specific settings of the dictionary. + + + The object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Occurs when a dictionary is loaded. + + + + + + + + Gets or sets the path to the dictionary file. + + + A string specifying a path to the dictionary file. + + + + + + + Searches for the word in the dictionary. + + + + A string that is the word to be searched for. + + + + true if the word is found within the dictionary; otherwise false + + + + + + + Loads the dictionary and prepares it for use. + + + + + + + + Gets whether the dictionary is loaded. + + + true if the dictionary is loaded; otherwise false. + + + + + + + + Gets the number of word entries contained in the dictionary. + + + An integer specifying the number of word entries in the dictionary. + + + + + + + + A dictionary for the Hunspell spell checking algorithm. + + + + + + + + Initializes a new instance of the HunspellDictionary class with default settings. + + + + + + + + Initializes a new instance of the HunspellDictionary class with the specified settings. + + + + A object that specifies the path to the dictionary file. + + + + A object that specifies the path to the affix file. + + + + A object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Gets the alphabetical list of characters for the current language. + + + An array of characters in alphabetical order. + + + + + + + Gets the flag that affects the case sensitivity of the search algorithm and the rules of comparison. + + + true to observe the case of letters in a word within the suggestion search algorithm; otherwise, false. + + + + + + + Clears all dictionary entries and inner structures. + + + + + + + + Gets or sets the culture specific settings of the dictionary. + + + The object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + + + + + + + Occurs when a dictionary is loaded. + + + + + + + + Gets or sets the path to the dictionary (.dic) file. + + + A that is the path to the dictionary file. + + + + + + + + Searches for the word in the dictionary. + + + + A string that is the word to be searched for. + + + + true if the word is found within the dictionary; otherwise false + + + + + + + Gets or sets the filename of the affix file (.aff) to be loaded. + + + + A that is the path to the affix file. + + + + + + + + Loads the Hunspell dictionary file and the affix file, then prepares the dictionary for use. + + + + + + + + + Gets whether the dictionary is loaded. + + + true if the dictionary is loaded; otherwise false. + + + + + + + + Loads the dictionary and grammar rules from the specified streams into the current HunspellDictionary object, and initializes it. + + + + A object which stores the base word list. + + + + A object which stores the grammar rules list. + + + + + + + + Gets the number of word entries contained in the dictionary. + + + An object specifying the number of word entries in the dictionary. + + + + + + + + + Represents a base class method for handling form showing events. + + + + + + + Represents a method that will handle the event. + + + + An object that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the events which occur when a form is shown - , , . + + + + + + + Initializes a new instance of the FormShowingEventArgs class with default settings. + + + + + + + + Gets or sets a value indicating whether default event actions are required. + + + true if the default action should be executed, false if the event is passed to the user for handling. + + + + + + + + Represents a method that will handle the BeforeCheck event. + + + + + + + Represents a method that will handle the event. + + + + An object that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the BeforeCheck event. + + + + + + + Initializes a new BeforeCheckEventArgs class instance with specified settings. + + + + A string, representing a text to be spell checked. + + + + + A , representing the control being checked. + + + + A Boolean value indicating whether the event should be canceled. + + + + + + + + Provides access to the control that contains text whose spelling will be checked. + + + + A , representing the control being checked. + + + + + + + Gets the text on which a spell check will be performed. + + + A string, representing the text to be spell checked. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.ExpressApp.FileAttachment.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpo.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpo.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpo.v12.2.xml (revision 8) @@ -0,0 +1,25398 @@ + + + + DevExpress.Xpo.v12.2 + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the session. + + + + An descendant which provides the class metadata. + + + + + + + + + Provides access to property metadata gathered via Reflection. + + + + + + + Initializes a new instance of the ReflectionPropertyInfo class. + + + + An descendant which owns a new instance of the ReflectionPropertyInfo class. This value is assigned to the property. + + + + A object which provides access to property metadata. + + + + An object which represents the value parent. + + + + + + + + Gets whether the property is declared as public. + + + true if the property is declared as public; otherwise, false. + + + + + + + Gets the type of this property. + + + The of this property. + + + + + + + + + Provides access to member metadata gathered via Reflection. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Checks whether or not the member is modified. + + + + An object whose member is checked. + + + true, if the member is modified; otherwise, false. + + + + + + + Returns the old value of the member. + + + + An object whose member value is returned. + + + An object which is the old value of the member. + + + + + + + Returns the member's value. + + + + An object whose value will be returned. + + + An object which represents the member's value. + + + + + + + Gets whether the member represents a data structure. + + + true if the member represents a data structure; otherwise, false. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets the member's name. + + + A value which specifies the member's name. + + + + + + + Resets the member's modification. + + + + An object whose member is reset. + + + + + + + + + Marks the member as modified. + + + + + An object whose member is modified. + + + + An object that is the member's old value. + + + + + + + + Sets the property value for the given object. + + + + An object whose property value will be set. + + + + An object which represents the new value for this property. + + + + + + + + + Provides access to field metadata gathered via Reflection. + + + + + + + Initializes a new instance of the ReflectionFieldInfo class. + + + + An descendant which will own the created instance. This value is assigned to the property. + + + + + A object which provides access to field metadata. + + + + An object which represents the value parent. + + + + + + + + Indicates whether the field is public. + + + + true if the field is declared as public; otherwise, false. + + + + + + + Gets the type of this field. + + + The of this field. + + + + + + + + + Implements the class. Provides metadata information accumulated via .NET Reflection (based on class structure and custom attributes). + + + + + + + Initializes a new instance of the class. + + + + + + + + Indicates whether the dictionary can return metadata information for the specified type. + + + + The class type. + + + true if the dictionary can return metadata information for the specified type; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets a collection of the objects that are supplied by the current instance. + + + A collection of the objects. + + + + + + + Indicates whether the dictionary can return metadata information for the specified type. + + + + The class type. + + + true if the dictionary can return metadata information for the specified type; otherwise, false. + + + + + + + Returns the persistent class metadata information for the specified assembly name and class name. + + + + The assembly name. + + + + The full name of the class. + + + The object for the specified class or null reference (Nothing in Visual Basic) when the metadata information cannot be obtained. + + + + + + + Returns the persistent class metadata information for the specified class type. + + + + The class type. + + + The object for the specified class type or null reference (Nothing in Visual Basic) when the metadata information for the corresponding class cannot be obtained. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Provides access to the metadata information of a class gathered via Reflection. + + + + + + + + Initializes a new instance of the ReflectionClassInfo object with the specified and property. + + + + A of the described class. This value is assigned to the property. + + + + An object which contains the new ReflectionClassInfo object. This value is assigned to the property. + + + + + + + + Adds the specified member's metadata information to the collection. + + + + An object to add. + + + + + + + + Gets the name of the assembly that the class is declared in. + + + A value which specifies the name of the assembly that the class is declared in. + + + + + + + Gets the metadata information of the base class. + + + + An object which provides the metadata information of the base class. null (Nothing in Visual Basic) if the object provides a description of the class which is the root in a class hierarchy. + + + + + + + + Gets the type of the class whose metadata is provided by this ReflectionClassInfo object. + + + The of the class. + + + + + + + [To be supplied] + + + [To be supplied] + + + + + + + Gets the rule that determines which members are persistent by default. + + + A enumeration value that specifies which members are by default implied to be persistent. + + + + + + + + Gets the full name of a class. + + + A value which specifies the full name of the class. + + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Gets a collection of objects that provide metadata information on all the members owned by the class. + + + An array of objects. + + + + + + + Specifies whether exceptions are thrown when overridden properties have attributes from the namespace applied. + + + true, if exceptions are suppressed; false, if exceptions are thrown. The default is false. + + + + + + + + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A string containing the name of the assembly where a persistent class describing the target database table is declared. + + + + A string containing the name of a persistent class describing the target database table. + + + + A string representing a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + A object specifying the filter expression applied to data on the data store side. + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + Creates a new instance of the XPInstantFeedbackSource. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + An object that identifies the persistent class describing the target data table. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object, specifying the filter expression applied to data on the data store side. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A object that specifies the type of a persistent class describing the target data table. This value is used to initialize the property. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + An object that identifies the persistent class describing the target data table. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A object that specifies the type of a persistent class describing the target data table. This value is used to initialize the property. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class. + + + + A string containing the name of the assembly where a persistent class describing the target database table is declared. + + + + A string containing the name of a persistent class describing the target database table. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class. + + + + A object that specifies the type of a persistent class describing the target database table. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + An object that identifies the persistent class describing the target data table. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + A System.Action@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A string containing the name of the assembly where a persistent class describing the target database table is declared. + + + + A string containing the name of a persistent class describing the target database table. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A object that specifies the type of a persistent class describing the target data table. This value is used to initialize the property. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class. + + + + An object that identifies the persistent class describing the target database table. + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings. + + + + A string containing the name of the assembly where a persistent class describing the target database table is declared. + + + + A string containing the name of a persistent class describing the target database table. + + + + A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the property. + + + + + A object specifying the filter expression applied to data on the data store side. + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the ResolveSession event. + + + + + An EventHandler@lt;ResolveSessionEventArgs@gt; delegate, which is a method that will handle the event. The specified delegate is attached to the DismissSession event. + + + + + + + + + Initializes a new instance of the XPInstantFeedbackSource class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPInstantFeedbackSource instance. + + + + + + + + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + + + A String object which contains the names of the columns against which data source contents are sorted. + + + + + + + Occurs when the XPInstantFeedbackSource no longer needs the Session it used to retrieve objects from the data store. + + + + + + + + Specifies the properties that are available for binding in bound data-aware controls. + + + A string representing a list of property descriptors, containing property paths separated by semicolons. For example, "FirstName;LastName;Company.Name;Address.City". + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + + + A object specifying the filter expression applied to data on the data store side. + + + + + + + Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + + + A string specifying the filter expression applied to data on the data store side. + + + + + + + Specifies the persistent class describing the target database table. + + + A object that specifies the type of a persistent class describing the target database table. + + + + + + + Refreshes the XPInstantFeedbackSource. + + + + + + + + Occurs when the XPInstantFeedbackSource needs a Session, to retrieve objects from the data store. + + + + + + + + + Serves as a base for classes that provide access to member metadata. + + + + + + + Gets the of the persistent object if the current member is a collection of these persistent objects. + + + An object which represents the type of a single element in the collection. null (Nothing in Visual Basic) if this object provides metadata for a member which is not a collection. + + + + + + + Gets the value converter. + + + A object which represents the value converter. + + + + + + + Gets the member's display name. + + + A value which specifies the member's display name. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Gets the property metadata which is associated with the current object. + + + An object that provides property metadata which is associated with the current object. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + An object. + + + An object. + + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + When implemented in a derived class, returns the property's value. + + + + An object whose value will be returned. + + + An object which represents the property's value. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets whether the member references other aggregated persistent objects. + + + true if the member references other aggregated persistent objects; otherwise, false. + + + + + + + Gets whether a attribute is applied to the property. + + + true if the member has the attribute; otherwise, false. + + + + + + + Gets whether the member sets up the relation. + + + true if the member sets up the relation; otherwise, false. + + + + + + + Indicates whether the current member represents the "many" side of the association. + + + true if the member is IList or its descendant, with the applied; otherwise, false. + + + + + + + Gets whether the member is the auto-generated key. + + + true if the member is the auto-generated key; otherwise, flase. + + + + + + + Gets whether the member represents a collection and is involved in associations. + + + true if the member represents a collection and is involved in associations; otherwise, false. + + + + + + + Gets whether the property is marked as delayed. + + + true if the property is marked as delayed; otherwise, false. + + + + + + + Gets whether the member is an auto-generated integer key. + + + true if the member is an auto-generated integer key; otherwise, false. + + + + + + + Gets whether the member represents a key member. + + + true if the member represents a key member; otherwise, false. + + + + + + + Gets whether a member is involved in a many-to-many association. + + + + true if the member is involved in a many-to-many association; otherwise, false. + + + + + + + + Indicates whether the ManyToManyAliasAttribute attribute is applied. + + + true if the ManyToManyAliasAttribute is applied; otherwise, false. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + An object. + + + The Boolean value. + + + + + + + Indicates whether the current member represents a collection that is not decorated with . + + + true, if the member is IList or its descendant, not decorated with AssociationAttribute; otherwise, false. + + + + + + + When implemented in a derived class, gets whether the member is declared as public. + + + true if the member is declared as public; otherwise, false. + + + + + + + Gets whether the member is read-only. + + + true if the member is read-only; otherwise, false. + + + + + + + Gets whether the member represents a data structure. + + + true if the member represents a data structure; otherwise, false. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets the metadata information of the persistent field or property which represents the opposite side of a many-to-many association. + + + An descendant that provides metadata information on the persistent field or property which represents the opposite side of a many-to-many association. null (Nothing in Visual Basic) if the member isn't involved in a many-to-many association. + + + + + + + + Gets the column's name in the data store which the member's value is stored in. + + + + A value that specifies the column's name in the data store which the member's value is stored in. + + + + + + + + Gets the maximum number of characters that can be stored in a field which the member is mapped to. + + + An integer value which specifies the maximum number of characters that can be stored. 0 if the type in which the member's value is saved to a data store isn't a string. + + + + + + + + When implemented in a derived class, gets the member's type. + + + A descendant which represents the member's type. + + + + + + + [To be supplied] + + [To be supplied] + + + + + + When implemented in a derived class, gets the member's name. + + + A value which specifies the member's name. + + + + + + + Gets the object which owns this object. + + + An object which owns this object. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Gets the of the referenced object if the member is a reference to another persistent object. + + + An object which provides the metadata of the referenced object. + + + + + + + [To be supplied] + + + [To be supplied] + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + + + + + When implemented in a derived class, sets the property's value. + + + + An object whose property value will be set. + + + + An object which represents the new value for this property. + + + + + + + + Gets the type that the member's value is saved as in the data store. + + + + A descendant representing the type that the member's value is saved as in the data store. + + + + + + + + Gets a collection of sub members. + + + A collection of objects. + + + + + + + Returns a string which represents the current object. + + + A value which represents the current object. + + + + + + + + Provides the abstract (MustInherit in Visual Basic) base class for metadata providers. + + + + + + + Adds persistent class metadata information to the current metadata provider. + + + + Persistent class metadata information of the objects to add to the collection of the objects that are supplied by the current metadata provider. + + + + + + + + When implemented, indicates whether the dictionary can return metadata information for the specified type. + + + + The class type. + + + true if the dictionary can return metadata information for the specified type; otherwise, false. + + + + + + + When implemented by a class, gets a collection of the objects that are supplied by the current metadata provider. + + + A collection of the objects. + + + + + + + Fires when the metadata information of the objects that are supplied by the current metadata provider has been changed. + + + + + + + + Obtains the metadata information for all the persistent objects that are defined in the specified assemblies. + + + + An array of assemblies which contain the persistent objects whose metadata information is collected. + + + An array of the s for the persistent objects that are defined in the assemblies within the assemblies array. + + + + + + + Obtains the metadata information for all the persistent objects of the specified class types. + + + + An array of the class types which correspond to the persistent objects whose metadata information is collected. + + + An array of the s for the persistent objects of the class types that are specified by the types array. + + + + + + + Obtains the metadata information for all the persistent objects that are defined in the specified assemblies. + + + + true to add metadata information for nonpersistent objects; otherwise, false. + + + + An array of assemblies which contain the persistent objects whose metadata information is collected. + + + An array of for the persistent objects that are defined in the specified assemblies. + + + + + + + Creates a class with the specified name and attributes. + + + + A value that specifies the class name. + + + + An array of attributes. + + + The for the created class. + + + + + + + Creates a class with the specified name and attributes. + + + + An object which provides the metadata information of the base class. + + + + A value that specifies the class name. + + + + An array of attributes. + + + The for the created class. + + + + + + + Gets a collection of custom function operators supplied by the current metadata provider. + + + A CustomFunctionCollection object containing custom function operators supplied by the current metadata provider. + + + + + + + Returns the persistent class metadata information for the specified assembly name and class name. + + + + The assembly name. + + + + The full name of the class. + + + The for the specified class. + + + + + + + Returns the persistent class metadata information for the specified class type. + + + + The class type. + + + The for the specified class type. + + + + + + + Returns the persistent class metadata information for the specified object. + + + + The object whose metadata information is obtained. + + + The for the specified object. + + + + + + + Gets the value-and-type convertor for the specified member type. + + + + A descendant which represents the type of the member. + + + A descendant which represents the value-and-type convertor for the member whose type is passed as the memberType parameter or null reference (Nothing in Visual Basic) when the convertor is not specified (registered) for this member. + + + + + + + Gets the complete schema of a data store that corresponds to the persistent objects which are defined within the specified assemblies. + + + + An array of assemblies which contain the persistent objects. + + + An array of data tables of the type that correspond to the persistent objects which are defined in the assemblies within the assemblies array. + + + + + + + Gets the complete schema of a data store that corresponds to the specified persistent class metadata information. + + + + An array of the objects. + + + An array of data tables of the type that correspond to the metadata information which is passed as the types parameter. + + + + + + + Gets the complete schema of a data store that corresponds to the persistent objects of the specified class types. + + + + An array of class types which correspond to the persistent objects. + + + An array of data tables of the type which correspond to the persistent objects of the class types that are specified by the types array. + + + + + + + Gets the value of the specified object's key property. + + + + An object which represents the persistent object. + + + An object which represents the value of the obj's key property. + + + + + + + Loads metadata with the specified . + + + + An instance of the containing XML data to read. + + + + + + + + Loads metadata stored in a file in XML format. + + + + The path to a file containing XML data. + + + + + + + + Loads metadata with the specified XmlTextReader. + + + + An instance of the XmlTextReader containing XML data to read. + + + + + + + + When implemented by a class, returns the persistent class metadata information for the specified assembly name and class name. + + + + The assembly name. + + + + The full name of the class. + + + The object for the specified class or null reference (Nothing in Visual Basic) when the metadata information cannot be obtained. + + + + + + + When implemented by a class, returns the persistent class metadata information for the specified class type. + + + + + The class type. + + + The object for the specified class type or null reference (Nothing in Visual Basic) when the metadata information for the corresponding class cannot be obtained. + + + + + + + When implemented by a class, returns the persistent class metadata information for the specified persistent object. + + + + The persistent object. + + + The object for the specified object or null reference (Nothing in Visual Basic) when the metadata information cannot be obtained. + + + + + + + Registers a value-and-type convertor for the specified member type. + + + + A descendant which represents the value-and-type convertor for the member whose type is passed as the memberType parameter. + + + + A descendant which represents the type of the member. + + + + + + + + Returns a string which represents the current object. + + + A value which represents the current XPDictionary object. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + Initializes a new instance of the class. + + + + An descendant which owns this object. This value is assigned to the property. + + + + An object which represents a single node in the XML document. + + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + Initializes a new instance of the class. + + + + An object which contains the new object. This value is assigned to the property. + + + + An object which represents a single node in the XML document. + + + + + + + + Initializes a new instance of the class. + + + + An object which contains the new object. This value is assigned to the property. + + + + An object which provides the metadata information of the base class. + + + + The class name. + + + + An array of attributes. + + + + + + + + Initializes a new instance of the class. + + + + An object which contains the new object. This value is assigned to the property. + + + + The class name. + + + + An array of attributes. + + + + + + + + Initializes a new instance of the class. + + + + An object which provides the metadata information of the base class. + + + + The class name. + + + + An array of attributes. + + + + + + + + Adds the specified member's metadata information to the collection. + + + + The object to add. + + + + + + + + + Gets the name of the assembly that the class is declared in. + + + A value which specifies the assembly name that the class is declared in. + + + + + + + Gets the metadata information of the base class. + + + + An object which provides the metadata information of the base class. null (Nothing in Visual Basic) if the object provides a description of the class which is the root in a class hierarchy. + + + + + + + + This property is intended for internal use. + + + @nbsp; + + + + + + + Gets the type of the class. + + + null (Nothing in Visual Basic) + + + + + + + [To be supplied] + + + [To be supplied] + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + The value. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + [To be supplied] + + + + + + Gets the full name of a class. + + + A value which specifies the full name of the class. + + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Gets a collection of objects that provide metadata information on all the members owned by the class. + + + An array of objects. + + + + + + + + Serves as a base for classes that represent custom member's metadata. + + + + + + + Initializes a new instance of the XPCustomMemberInfo class. + + + + An descendant which owns this object. This value is assigned to the property. + + + + A value that specifies the member's name. This value is assigned to the property. + + + + The member's . This value is assigned to the property. + + + + An object which provides the metadata of the referenced object. This value is assigned to the property. + + + + true if the member is persistent; otherwise, false. This value is assigned to the property. + + + + true if the member is declared as public; otherwise, false. This value is assigned to the property. + + + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Returns the property's value. + + + + An object whose property value will be returned. + + + An object which represents the property's value. + + + + + + + Gets whether the member is public. + + + true if the member is public; otherwise, false. + + + + + + + Gets the member's type. + + + A descendant which represents the member's type. + + + + + + + Gets the member's name. + + + A value which specifies the member's name. + + + + + + + Gets the of the referenced object if the member is a reference to another persistent object. + + + An object which provides the metadata of the referenced object. + + + + + + + + [To be supplied] + + + [To be supplied] + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + + + + + Sets the property's value. + + + + An object whose property value will be set. + + + + An object which represents the new value for this property. + + + + + + + + + An exception that is thrown when an internal error occurs. + + + + + + + Initializes a new instance of the TypeFieldIsEmptyException class. + + + + @nbsp; + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + + Serves as a base for the classes that represent property value converters. + + + + + + + + When overridden in a derived class, converts the value which is stored in a data store to the persistent property's value. + + + + + An object which represents the value to convert. + + + An object which represents the converted value. + + + + + + + When overridden in a derived class, converts the persistent property's value to the value which is stored in a data store. + + + + + An object which represents the value to convert. + + + An object which represents the converted value. + + + + + + + When overridden in a derived class, gets the type that the property's value is converted to when it's saved in a data store. + + + + A descendant which represents the type that the property's value is converted to when it's saved in a data store. + + + + + + + + + Represents a converter which can be used to convert objects from the local time to the current coordinated universal time (UTC). + + + + + + + Initializes a new instance of the class. + + + + + + + + Converts the stored value from the current coordinated universal time (UTC) to local time. + + + + + + + An object which represents the value to convert. + + + An object which represents the converted value. null (Nothing in Visual Basic) if the specified value is a null reference. + + + + + + + Converts the persistent property's value from the current local time to coordinated universal time (UTC). The converted value is stored in the data store. + + + + + An object which represents the value to convert. + + + An object which represents the converted value. null (Nothing in Visual Basic) if the specified value is a null reference. + + + + + + + Gets the type that the property's value will be converted to when it's saved in a data store. + + + + A which represents the type that the property's value will be converted to when it's saved in a data store. + + + + + + + + + Represents a convertor which can be used to convert objects to an array of bytes. + + + + + + + Initializes a new instance of the class. + + + + + + + + Converts a stored value from the to its persistent property type. + + + + + An object which represents the value to convert. + + + An object which represents the converted value. null (Nothing in Visual Basic) if the specified value is a null reference. + + + + + + + Converts the persistent property's value to the specified type. + + + + An object which represents the value to convert. + + + An object which represents the converted value. null (Nothing in Visual Basic) if the specified value is a null reference. + + + + + + + Gets the type that the property's value is converted to when it's saved in a data store. + + + + The which the property's value is converted to and saved in a data store. + + + + + + + + An exception that is thrown when an error occurs whilst object metadata is being loaded from an XML file. + + + + + + + + Initializes a new instance of the XMLDictionaryException class. + + + + A string that specifies the error's description. + + + + + + + + + Specifies the properties that participate in creation of non-unique database indices. + + + + + + + Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of a database index. + + + + A string containing a list of the properties participating in the creation of a database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + + + + + Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of two database indices. + + + + A string containing a list of the properties participating in the creation of the first database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + A string containing a list of the properties participating in the creation of the second database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + + + + + Initializes a new instance of IndicesAttribute without specifying any indices. + + + + + + + + Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of three database indices. + + + + A string containing a list of the properties participating in the creation of the first database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + A string containing a list of the properties participating in the creation of the second database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + A string containing a list of the properties participating in the creation of the third database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + + + + + Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of several database indices. + + + + Zero or more strings, each of which contains a list of the properties participating in the creation of a database index, separated by a semicolon. This parameter value is used to initialize the collection. + + + + + + + + + Specifies the properties participating in the creation of non-unique database indices. + + + An IList@lt;StringCollection@gt; collection of strings, each of which contains a list of the properties participating in the creation of a database index, separated by a semicolon. + + + + + + + + + A query that allows the construction of LINQ queries for persistent objects. + + + + + + + Creates an instance of the XPQuery@lt;T@gt; class with the specified settings. + + + + The class descendant's instance which provides metadata on persistent objects in a data store. + + + + + + + + Creates an instance of the XPQuery@lt;T@gt; class with the specified settings. + + + + The class instance which is used to retrieve persistent objects in LINQ queries. + + + + + + + + Creates an instance of the XPQuery@lt;T@gt; class with specified settings. + + + + The class descendant's instance, which provides metadata on persistent objects in a data store. + + + + true to enable the InTransaction mode; otherwise, false. + + + + + + + + Creates an instance of the XPQuery@lt;T@gt; class with specified settings. + + + + A class instance which is used to retrieve persistent objects in LINQ queries. + + + + true to enable the InTransaction mode; otherwise, false. + + + + + + + + Clones the current query. + + + An object which represents a clone of the current query. + + + + + + + Creates an instance of the class from its string representation. + + + + The class descendant's instance which provides metadata on persistent objects in a data store. + + + + The string representation of the query, obtained via the method. + + + An instance of the class. + + + + + + + Creates an instance of the class from its string representation. + + + + The class instance which is used to retrieve persistent objects in LINQ queries. + + + + The string representation of the query, obtained via the method. + + + An instance of the class. + + + + + + + Creates an InTransaction instance of an XPQuery@lt;T@gt; based on the current XPQuery@lt;T@gt; instance. + + + An InTransaction XPQuery@lt;T@gt; instance created from the current XPQuery@lt;T@gt;, using the corresponding constructor with true passed to the inTransaction parameter. + + + + + + + Converts a lambda expression into an instance of the class descendant. + + + + A class instance whose and are used in the construction of the criteria operator. + + + + A lambda expression. + + + An instance of the CriteriaOperator class descendant that represents the lambda expression. + + + + + + + Converts a lambda expression into an instance of the class descendant. + + + + A lambda expression. + + + An instance of the CriteriaOperator class descendant that represents the lambda expression. + + + + + + + Intended for internal use. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Intended for internal use. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + Intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + + Serves as the base class for the class. Intended for internal use. + + + + + + + Gets or sets the class descendant's instance which provides metadata on persistent objects in a data store. + + + The XPDictionary class descendant's instance. + + + + + + + Converts the current XPQueryBase class instance to string representation. + + + A string value that represents the query. + + + + + + + Gets or sets the session that is used to retrieve persistent objects in queries. + + + + The class instance. + + + + + + + + Defines how references to instances of persistent objects are stored in a session's Identity Map. + + + + + + + The behavior is determined by XPO. For instance, in XPO version 8.3 this is equal to IdentityMapBehavior.Weak. + + + + + + + + Direct references to objects are used. + + + + + + + + Instances of the System.WeakReference class are used. + + + + + + + + + An exception that is thrown when a persistent object that belongs to a specific session is used within another session or refers to an object from another session. + + + + + + + Initializes a new instance of the SessionMixingException class. + + + + A object. + + + + A persistent object which will raise the exception. + + + + + + + + + Gets the persistent object which conflicts with the current session. + + + The persistent object which conflicts with the current session. + + + + + + + + Gets the current object. + + + A object. + + + + + + + + An exception that is thrown when a persistent class doesn't have a constructor with a parameter. + + + + + + + + Initializes a new instance of the SessionCtorAbsentException class. + + + + An object that identifies the currently processed object type. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the currently processed object type. + + + A string that specifies the name of the object type. + + + + + + + + + An exception that is thrown when two persistent classes are mapped to the same table. + + + + + + + Initializes a new instance of the SameTableNameException class. + + + + An object that refers to the first of the two conflicted classes. + + + + An object that refers to the second of the two conflicted classes. + + + + + + + + + An exception that is thrown when an attribute with the specified name cannot be found for a specific property. + + + + + + + Initializes a new instance of the RequiredAttributeMissingException class. + + + + A string that specifies the property name. + + + + A string that specifies the name of the missing attribute. + + + + + + + + Gets the name of the attribute that is missing in the metadata. + + + + The name of the missing attribute. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the property that is not marked with the specified attribute. + + + + + A string that specifies the property's name. + + + + + + + + + An exception that is thrown when an association is incorrectly specified. + + + + + + + Initializes a new instance of the PropertyTypeMismatchException class. + + + + @nbsp; + + + + + + + + + An exception that is thrown when an invalid property name is specified. + + + + + + + Initializes a new instance of the PropertyMissingException class. + + + + The object type's name. + + + + The property name. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the object type that doesn't contain the property. + + + A string that specifies the object type's name. + + + + + + + + Gets the property name that is missing in the currently processed object type. + + + + A string that specifies the name of the missing property. + + + + + + + + + An exception that is thrown when a severe internal error occurs. + + + + + + + Initializes a new instance of the ObjectCacheException class. + + + + + + + + The object that is associated with the exception. This value is assigned to the property. + + + + The old object. + + + + + + + + Gets the object which is associated with the exception. + + + + The object that is associated with the exception. + + + + + + + + + An exception that is thrown when a persistent reference to a non-persistent class exists. + + + + + + + + Initializes a new instance of the NonPersistentReferenceFoundException class. + + + + The name of the non-persistent object's type which you are about to reference. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the non-persistent object's type which you are about to reference. + + + The name of the non-persistent object's type which you are about to reference. + + + + + + + + An exception that is thrown when a key field doesn't support automatic value generation + + + + + + + Initializes a new instance of the KeysAutogenerationNonSupportedTypeException class. + + + + A string that specifies the object type name. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the string that specifies the object type name. + + + A string that specifies the object type name. + + + + + + + + An exception that is thrown when a persistent object doesn't have a key. + + + + + + + + Initializes a new instance of the KeyPropertyAbsentException class. + + + + A string that specifies the class name. + + + + + + + + Gets the string that specifies the class name. + + + A string that specifies the class name. + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + + An exception that is thrown when a persistent object has two or more key properties. + + + + + + + Initializes a new instance of the DuplicateKeyPropertyException class. + + + + The name of the persistent class in which the key property is declared twice. + + + + + + + + Gets the name of the persistent class in which the key property is declared twice. + + + The name of the persistent class. + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + + An exception that is thrown when two objects within the current session have the same key. + + + + + + + + + Initializes a new instance of the class. + + + + + + + + + An exception that is thrown when the cannot provide metadata information for the class. + + + + + + + Initializes a new instance of the CannotResolveClassInfoException class. + + + + The name of the assembly. + + + + The name of the type whose cannot be obtained. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the type whose cannot be obtained. + + + A string representing the name of the class. + + + + + + + + An exception that is thrown when attempting to reload an object that is not present in the persistent data store. + + + + + + + + Initializes a new instance of the CannotReloadPurgedObjectException class with default settings. + + + + + + + + + An exception that is thrown when a persistent object cannot be loaded because it's type is not valid. + + + + + + + Initializes a new instance of the CannotLoadInvalidTypeException class. + + + + A string that specifies the name of the type. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the type that cannot be loaded. + + + A string that specifies the name of the type. + + + + + + + + An exception that is thrown when an appropriate connection provider is not found. + + + + + + + Initializes a new instance of the CannotFindAppropriateConnectionProviderException class. + + + + A string that specifies the connection string. + + + + + + + + + An exception that is thrown when the essential properties of the currently connected session are about to be modified. + + + + + + + Initializes a new instance of the class. + + + + A value which specifies the name of the property whose value cannot be changed while the session is currently connected to a data store. + + + + + + + + + + An exception that is thrown when the elementType parameter is not specified in the attribute. + + + + + + + Initializes a new instance of the AssociationElementTypeMissingException class. + + + + The name of the collection property which does not have its element type specified by the . + + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the name of the collection property that caused the current exception. + + + The name of the collection property that caused the current exception. + + + + + + + + Implements the base functionality for providers that connect to OLE DB data sources. + + + + + + + + Initializes a new instance of the OleDBConnectionProvider class with the specified settings. + + + + An object implementing the interface that represents an open connection to a data source. + + + + An value that specifies which operations are performed when the data store is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Specifies how to order columns retrieved via the GetStorageTables and methods. By default, this field is set to true, and the columns are listed alphabetically. If the field is set to false, the columns are returned as they appear in the database. + + + [To be supplied] + + + + + + + Implements data-aware operations for working with an MS SQL Server or MS SQL Azure database. + + + + + + + Initializes a new instance of the MSSqlConnectionProvider class with the specified settings. + + + + An object implementing the interface that represents an open connection to a data source. + + + + An value that specifies which operations are performed when storage is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Returns the valid schema name for the specified table's name. + + + + A string value that specifies the table's name for which the valid schema name must be composed. + + + A string value that specifies the valid schema name. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly in your code. + + + + @nbsp; + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Generates DDL (Data Description Language) code for the Generating Persistent Classes wizard, when mapping persistent classes to MS SQL Server database views with the help of INSTEAD-OF triggers and stored procedures. + + + + + + + + + + + + + + + + + + Returns a connection string used to open a specified MS SQL database using provided login credentials. + + + + A string that specifies the SQL server's name. + + + + + A string that specifies a user name. + + + + A string that specifies a password. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string used to open a specified MS SQL database using Windows Integrated Security. + + + + A string that specifies the SQL server name. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string used to open a specified MS SQL database using provided login credentials and to enable the SqlDependency feature. + + + + A string that specifies the SQL server name. + + + + A string that specifies a user name. + + + + A string that specifies a user password. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string used to open a specified MS SQL database using Windows Integrated Security and to enable the SqlDependency feature. + + + + A string that specifies the SQL server name. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string used to open a specified MS SQL database using provided login credentials and to enable the SqlDependency feature. + + + + A string that specifies the SQL server name. + + + + A string that specifies a user name. + + + + A string that specifies a user password. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string used to open a specified MS SQL database using Windows Integrated Security and to enable the SqlDependency feature. + + + + A string that specifies the SQL server name. + + + + A string that specifies the database name. + + + A string that specifies the connection string. + + + + + + + Returns a connection string to connect to a MS SQL Server database by attaching a specified .mdf database file to a specific server using Windows Integrated Security. + + + + A string that specifies the SQL server name. + + + + A string specifying a .mdf database file to attach to the server. This value is used to initialize the "AttachDbFilename" field of the connection string. + + + + true to enable User Instances (required when attaching the attachDbFilename); otherwise, false (when the database specified by the attachDbFilename already exists on the server). For more information about SQL Server Express and User Instances, read the SQL Server 2005 Express Edition User Instances MSDN article. + + + A string that specifies the connection string. + + + + + + + Returns a connection string to connect to a MS SQL Server database by attaching a specified .mdf database file to a specific server using specified login credentials. + + + + A string that specifies the SQL server name. + + + + A string that specifies a user name. + + + + A string that specifies the password. This is used to initialize the "Password" field of the connection string. + + + + A string specifying a .mdf database file to attach to the server. This value is used to initialize the "AttachDbFilename" field of the connection string. + + + + true to enable User Instances (required when attaching the attachDbFilename); otherwise, false (when the database specified by the attachDbFilename already exists on the server). This value is used to initialize the "User Instance" field of the connection string.For more information about SQL Server Express and User Instances, read the SQL Server 2005 Express Edition User Instances MSDN article. + + + A string that specifies the connection string. + + + + + + + Returns the connection string to SQL Server 2012 Express LocalDB for the specified server, database and database file location. + + + + A string that is the server name. + + + + A string that is the database name. + + + + A string that is the path to the MDB file. + + + A string that is the connection string to SQL Server 2012 Express LocalDB for the specified server, database and database file location. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Returns a list of the available tables in the data store. + + + + true, to include available database views in the resulting array; otherwise, false. + + + An array of the table names in the data store. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Indicates whether the connection provider supports the OUTER APPLY operators. + + + true for MS SQL Server version 2005 and later; otherwise, false. + + + + + + + Indicates whether the connection provider supports the SKIP and TAKE (TOP) operators. + + + true for MS SQL Server version 2005 and later; otherwise, false. + + + + + + + The default owner of the objects in the MS SQL database. By default "dbo". + + + + + + + + + + Registers the provider for use with XPO. + + + + + + + + Gets the name of the current connection provider. This name is used internally when generating a connection string via the method. + + + [To be supplied] + + + + + + + Implements an MS Access connection provider that can be used in multi-user and multi-threaded applications. + + + + + + + Initializes a new instance of the AccessConnectionProviderMultiUserThreadSafe class with the specified settings. + + + + A string that specifies the connection string. This parameter is used to initialize the property. + + + + An value that specifies which operations should be performed when the data store is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + + Returns which operations are performed when a session is connected to a data store. + + + + An value that specifies which operations are performed when a session is connected to a data store. + + + + + + + + Gets the connection string. + + + A string that specifies the connection string. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + + + + + Returns a connection string to the specified MS Access data base using the specified credentials. + + + + A string that specifies the path and name of the data base to connect to. + + + + A string that specifies the user's name. This is used to initialize the "User ID" field of the connection string. + + + + A string that specifies the password. This is used to initialize the "Password" field of the connection string. + + + A string that specifies the connection string. + + + + + + + Returns a connection string to the specified MS Access data base. + + + + A string that specifies the path and name of the data base to connect to. + + + A string that specifies the connection string. + + + + + + + Returns information that describes the structures of the specified tables. + + + + An array of table names identifying the tables whose information should be retrieved. + + + + An array of objects that describe the structures of the requested tables. + + + + + + + Returns a list of the available tables in the data store. + + + + true, to include available database views in the resulting array; otherwise, false. + + + An array of the table names in the data store. + + + + + + + Updates data in a data store using the specified modification statements. + + + + An array of data modification statements. + + + The result of the data modifications. + + + + + + + Registers the provider for use with XPO. + + + + + + + + Fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. + + + The data retrieved from the data store. + + + + + + + + Updates the storage schema according to the specified class descriptions. + + + + true if the schema should not be created when the table that corresponds to the first item in the tables array doesn't exist in the data store. + + + + + + An array of tables whose structure should be saved in the data store. + + + + A value that specifies the result of the update operation. + + + + + + + Gets the name of the current connection provider. This name is used internally when generating a connection string via the method. + + + [To be supplied] + + + + + + + Implements data-aware operations for working with MS Access databases. + + + + + + + + Initializes a new instance of the AccessConnectionProvider class with the specified settings. + + + + An object implementing the interface that represents an open connection to a data source. + + + + An value that specifies which operations should be performed when storage is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + Creates a foreign key. + + + + A object that represents the table. + + + + A object that represents the foreign key. + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Returns a connection string to the specified MS Access database using the specified credentials. + + + + A string that specifies the path and name of the database to connect to. + + + + A string that specifies the user's name. This is used to initialize the "User ID" field of the connection string. + + + + A string that specifies the password. This is used to initialize the "Password" field of the connection string. + + + A string that specifies the connection string. + + + + + + + Returns a connection string to the specified MS Access data base using the default credentials. + + + + A string that specifies the path and name of the data base to connect to. + + + A string that specifies the connection string. + + + + + + + Returns a connection string to the specified MS Access 2007 database using the default credentials. + + + + A string that specifies the path and name of the data base to connect to. + + + + A string that specifies the password. This is used to initialize the "Password" field of the connection string. + + + A string that specifies the connection string. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Returns a list of the available tables in the data store. + + + + true, to include available database views in the resulting array; otherwise, false. + + + An array which contains the table names in the data store. + + + + + + + Returns an array of stored procedures available within the data store. + + + An array containing available stored procedures. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Registers the provider for use with XPO. + + + + + + + + Gets the name of the current connection provider. This name is used internally when generating a connection string via the method. + + + [To be supplied] + + + + + + + The interface that provides the basic functionality required by persistent objects. + + + + + + + + The interface that provides the essential functionality for persistent objects. + + + + + + + When implemented by a class, specifies the actions that should be performed after an object has been deleted from a data store. + + + + + + + + When implemented by a class, specifies the actions that should be performed when an object is about to be deleted from a data store. + + + + + + + + When implemented by a class, specifies the actions that should be performed after an object has been loaded from a data store. + + + + + + + + When implemented by a class, specifies the actions that should be performed before loading an object from a data store. + + + + + + + + When implemented by a class, specifies the actions that should be performed after an object has been saved to a data store. + + + + + + + + When implemented by a class, specifies the actions that should be performed before saving the object's state to a data store. + + + + + + + + + The interface which must be implemented by classes that should work with a object. + + + + + + + When implemented by a class returns the session to which an instance of the current class belongs. + + + + A object to which an object of the current class belongs. + + + + + + + + The interface to which data access layers should conform. + + + + + + + When implemented by a class, returns which operations are performed when a session is connected to storage. + + + + An value that specifies which operations are performed when a session is connected to storage. + + + + + + + When implemented by a class, returns the connection if it is provided by storage. + + + A object that specifies the connection to storage if the storage allows commands to be created. + + + + + + + When implemented by a class, creates a command if storage allows commands to be created. + + + A command that is executed when connected to storage. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + When implemented, updates data in a data store using the specified modification statements. + + + + An array of data modification statements. + + + The result of the data modifications. + + + + + + + When implemented by a class, this event will occur when the data schema is initialized or updated. + + + + + + + + + When implemented by a class, fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. + + + Data retrieved from the data store. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + + + + + When implemented by a class, updates the storage schema according to the specified class descriptions. + + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in storage. + + + + + An array of objects that specify object metadata for which the schema should be created in storage. + + + + A value that specifies the result of the update operation. + + + + + + + + A persistent weak reference to a persistent object. + + + + + + + Initializes a new instance of the XPWeakReference class with the specified session and targeted object. + + + + A object to which the target belongs. + + + + An object that will be referenced by the newly created XPWeakReference object. This value is used to initialize the property. + + + + + + + + Initializes a new instance of the XPWeakReference class with the specified session. + + + + A object to which the created reference belongs. + + + + + + + + Initializes a new instance of the XPWeakReference class with default settings. + + + + + + + + Initializes a new instance of the XPWeakReference class with the specified targeted object. + + + + An object that will be referenced by the newly created XPWeakReference object. This value is used to initialize the property. + + + + + + + + Gets whether the object referenced by this instance has been garbage collected. + + + true if the referenced object has been garbage collected; otherwise, false. + + + + + + + This method supports the internal infrastructure and is not intended to be used direcly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + A key of the current weak reference. + + + [To be supplied] + + + + + + This method supports the internal infrastructure and is not intended to be used direcly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets or sets the object referenced by the current XPWeakReference instance. + + + An object referenced by the current XPWeakReference instance. + + + + + + + This property isn't used. + + + @nbsp; + + + + + + + This property isn't used. + + + @nbsp; + + + + + + + + A view that stores data retrieved from persistent objects. + + + + + + + Initializes a new instance of the XPView class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include into the view. + + + + A object which represents a collection whose elements are added to the collection. + + + + A object that specifies the filter criteria. + + + + + + + + Initializes a new instance of the XPView class with the specified and properties. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object which provides the metadata information for the objects to add to the view. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPView class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object which provides the metadata information for the objects to add to the view. This value is assigned to the property. + + + + A value which lists the property names separated by semicolons. For example, "FirstName + LastName;Company.Name;Address.City". + + + + A object that specifies the filter criteria. + + + + + + + + Initializes a new instance of the XPView class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include in the view. + + + + A value which lists the property names separated by semicolons. For example, "FirstName + LastName;Company.Name;Address.City". + + + + A object that specifies the filter criteria. + + + + + + + + Initializes a new instance of the XPView class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object which provides the metadata information for the objects to add to the view. This value is assigned to the property. + + + + A object which represents a collection whose elements are added to the collection. + + + + A object that specifies the filter criteria. + + + + + + + + Initializes a new instance of the XPView class with default settings. + + + + + + + + Initializes a new instance of the XPView class with the specified session and type of persistent objects to include in the view. + + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include into the view. + + + + + + + + Initializes a new instance of the XPView class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object which provides the metadata information for the objects to add to the view. This value is assigned to the property. + + + + A object which represents a collection whose elements are added to the collection. + + + + A object that specifies the filter criteria. + + + + A object that specifies the grouping criteria. + + + + + + + + Initializes a new instance of the XPView class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPView instance. + + + + + + + + Creates a new object with the specified name and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + The object that was added to the collection. + + + + + + + + Creates a new object and appends it to the collection. + + + + A object which specifies the expression used to calculate the values in a column. + + + The object that was added to the collection. + + + + + + + + Creates a new object with the specified settings and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A value which specifies the expression used to calculate the values in a column. This value is assigned to the property. + + + + true to group the view by this property; otherwise, false. This value is assigned to the property. + + + + true to retrieve data; otherwise, false. This value is assigned to the property. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + A object that was added to the collection. + + + + + + + Creates a new object with the specified expression and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A object which specifies the expression used to calculate the values in a column. + + + + true to group the view by this property; otherwise, false. This value is assigned to the property. + + + The object that was added to the collection. + + + + + + + Creates a new object with the specified expression and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A value which specifies the expression used to calculate the values in a column. This value is assigned to the property. + + + + true to group the view by this property; otherwise, false. This value is assigned to the property. + + + The object that was added to the collection. + + + + + + + Creates a new object with the specified expression and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A object which specifies the expression used to calculate the values in a column. + + + The object that was added to the collection. + + + + + + + Creates a new object with the specified expression and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A value which specifies the expression used to calculate the values in a column. This value is assigned to the property. + + + The object that was added to the collection. + + + + + + + Creates a new object with the specified settings and appends it to the collection. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A object which specifies the expression used to calculate the values in a column. + + + + true to group the view by this property; otherwise, false. This value is assigned to the property. + + + + true to retrieve data; otherwise, false. This value is assigned to the property. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + The object that was added to the collection. + + + + + + + Gets or sets whether string comparisons evaluated by the XPView on the client are case-sensitive. + + + true if string comparisons are case-sensitive; otherwise, false. + + + + + + + Gets the number of records within the view. + + + An integer value which specifies the number of records within the view. + + + + + + + Gets or sets the criteria associated with the view. + + + A descendant which represents the criteria associated with the view. + + + + + + + Gets or sets the criteria used to filter objects while the view is being loaded. + + + A value that specifies the criteria used to filter objects while the view is being loaded. + + + + + + + Gets or sets the expression used to filter the rows displayed in the view (on the client side). + + + + A object which specifies the expression used to filter the rows displayed in the view. + + + + + + + + Gets or sets the grouping criteria which is associated with the view. + + + A object that specifies the grouping criteria. + + + + + + + Gets or sets the grouping criteria which is associated with the view. + + + A value that specifies the grouping criteria. + + + + + + + Provides indexed access to individual records within the view. + + + + A zero-based integer which specifies the record's position within the view. If it's negative or exceeds the last available index, an exception is raised. + + + + A object which represents the record at the specified position. + + + + + + + Occurs when the view's settings are changed. + + + + + + + + Asynchronously loads data from the data store into the view, and notifies upon completion. + + + + A DevExpress.Xpo.Helpers.AsyncLoadObjectsCallback delegate to be called after loading is complete. + + + + true, if the current method call started collection loading; otherwise, false. + + + + + + + Asynchronously loads data from the data store into the view. + + + true, if the current method call started collection loading; otherwise, false. + + + + + + + Gets the metadata information for the persistent objects retrieved by the view. + + + An object which provides the metadata information for the objects to add to the view. + + + + + + + Gets the type of the class whose metadata is provided by the property. + + + The of the class. + + + + + + + Gets a collection of objects that represent view columns. + + + A object which represents the collection of objects. + + + + + + + Clears the view and marks it to be reloaded with data from the data store. + + + + + + + + Enables the view to be associated with a session. + + + + + + + + Specifies whether objects marked as deleted are retrieved by the XPView. + + + true, if objects marked as deleted are loaded to the collection from a data store; otherwise, false. + + + + + + + Gets or sets the session which is used to load and save persistent objects. + + + + A object which represents the session that is used to load and save persistent objects. + + + + + + + Gets or sets the number of records to exclude when populating the view. + + + An integer value that specifies the number of records to exclude when populating the view. 0 indicates that records are not excluded. + + + + + + + Provides access to the collection whose elements identify the sorted columns within the view. + + + + A object which contains information on the sorted columns within the view. + + + + + + + + Gets or sets the maximum number of records retrieved by the view. + + + An integer value that specifies the maximum number of records retrieved by the view. + + + + + + + + Represents the as a pageable collection. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified collection. + + + + An descendant which represents the collection of persistent objects. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPPageSelector class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPPageSelector instance. + + + + + + + + Gets or sets the collection of persistent objects that the page selector is bound to. + + + + An descendant which represents the collection of persistent objects. + + + + + + + Gets or sets the current page in the pageable collection. + + + + An integer value which specifies the index of the current page. If less than zero or exceeds the number of pages, an exception is raised. + + + + + + + Gets the number of pages. + + + An integers value which specifies the number of pages acquired when the source collection is paginated. + + + + + + + Gets or sets the maximum number of persistent objects that can be contained in a single page. + + + + An integer value which specifies the maximum number of persistent objects that can be contained in a single page. If less than or equal to 0, an is raised. + + + + + + + + + Provides global settings. + + + + + + + Gets the connection string which is used by the currently active connection. + + + A value that specifies the connection string. + + + + + + + Returns the name of the application configuration file's key that specifies the default connection string. You can add this key to the application configuration file, and specify a connection string. In case the connection string isn't defined in the application, the connection string specified by this key will be used instead of the XPO's default MS Access connection string. + + + + + + @nbsp; + + + + + + + Gets or sets the cache behavior. + + + A enumeration value that specifies the cache behavior. + + + + + + + Gets or sets the string which is used to open a database, by default. + + + A value which specifies the parameters needed to establish the initial connection. + + + + + + + Gets or sets the default data access layer which is used by objects by default, to access a data store. + + + + An object which implements the IDataLayer interface; null - in this case, every new session will create and use its own data layer. + + + + + + + + Specifies the default setting of the and properties. + + + true to enable case-sensitive string comparisons in sessions, units of work, and components; otherwise, false. + + + + + + + Returns the default Identity Map behavior. + + + An enumeration value that specifies the default Identity Map behavior. + + + + + + + Specifies the value which is assigned to the property when it is set to the value. By default, this field returns the value. + + + [To be supplied] + + + + + + Gets or sets metadata on the persistent objects in a data store. + + + + An XPDictionary object which provides metadata on the persistent objects in a data store. + + + + + + + + Forces the XPO to create performance counters. + + + + + + + + Gets a connection pool's (DataStorePool, a DataStoreFork descendant) connection string based on a specified standard connection string and pool capacity. + + + + A value which specifies the parameters required to establish a connection. + + + + A connection pool's capacity (the number of connections to be made available within the pool). + + + A value which specifies the parameters needed to establish a connection pool's connection. + + + + + + + Gets a connection pool's (DataStorePool, a DataStoreFork descendant) connection string based on a specified standard connection string, pool capacity, and connection limit. + + + + A value which specifies the parameters required to establish a connection. + + + + A connection pool's capacity (the number of connections to be made available within the pool). If null (Nothing in Visual Basic) is passed as this parameter, the default value (8) is used. If a negative number is passed as this parameter, the pool capacity is unrestricted. + + + + The total number of connections to be established, including the poolSize. If null (Nothing in Visual Basic) or negative number is passed as this parameter, the connection limit is considered unspecified. If the maxConnections is less than the poolSize, the maxConnections is assumed be equal to the poolSize. + + + A value which specifies the parameters needed to establish a connection pool's connection. + + + + + + + Gets a connection pool's (DataStorePool, a DataStoreFork descendant) connection string based on a specified standard connection string. The pool's capacity and connection limit are set to default values. + + + + A value which specifies the parameters required to establish a connection. + + + A value which specifies the parameters needed to establish a connection pool's connection. + + + + + + + Creates an instance of a connection provider using the specified settings. + + + + The connection string which is used to instantiate a connection provider. + + + + A enumeration value that specifies the action which is performed when a session is connected to a data store. + + + + The created connection provider. + + + + + + + Creates an instance of a connection provider using settings from the . + + + + A enumeration value that specifies the action which is performed when a session is connected to a data store. + + + The created connection provider. + + + + + + + Creates an instance of a connection provider using the specified settings. + + + + An IDbConnection object that represents an open connection to a data source. + + + + A enumeration value that specifies the action which is performed when a session is connected to a data store. + + + The created connection provider. + + + + + + + Creates an instance of a connection provider using the specified settings. + + + + The connection string which is used to instantiate a connection provider. + + + + A enumeration value that specifies the action which is performed when a session is connected to a data store. + + + + An array of IDisposable objects that must be disposed on disconnect from the datasource. + + + The created connection provider. + + + + + + + Creates a data layer for the specified connection string and the default metadata. + + + + A connection string to a data store. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Creates a data layer for the specified connection string and metadata information. + + + + A connection string to a data store. + + + + An object that provides the metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Creates a data layer for the default connection string and default metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Creates a data layer for the default connection string and specified metadata information. + + + + An object that provides the metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Creates a data layer for the specified connection string and metadata information and returns objects that need to be disposed of when a connection to a data store is closed. + + + + + A connection string to a data store. + + + + An object that provides the metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + Returns an array of objects that should be disposed of when a connection to a data store is closed. + + + The created object. + + + + + + + Creates a data layer for the specified connection and metadata information. + + + + An object implementing the interface that represents an open connection to a data source. + + + + An object that provides the metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Creates a data layer for the specified connection and metadata information and returns objects that need to be disposed of when a connection to a data store is closed. + + + + + An object implementing the interface that represents an open connection to a data source. + + + + An object that provides the metadata information. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + Returns an array of objects that should be disposed of when a connection to a data store is closed. + + + The created object. + + + + + + + Creates a data layer for the specified connection and the default metadata. + + + + An object implementing the interface that represents an open connection to a data source. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + The created object. + + + + + + + Gets the dictionary where metadata on persistent objects is stored by default. + + + An object that provides metadata on persistent objects in a data store. + + + + + + + Returns the optimal packet size (the number of operands in a packet) for a specified number of operands passed to the . + + + + An integer value which specifies the projected number of operands to be passed to the collection. + + + An integer value which specifies the optimal packet size, in operands. + + + + + + + Returns the optimal packet size (the number of operands in a packet) for a specified number of operands passed to the . + + + + An integer value which specifies the projected number of operands to be passed to the collection. + + + + An integer value which specifies the number of SQL parameters needed to represent an operand. + + + An integer value which specifies the optimal packet size, in operands. + + + + + + + Specifies how globally unique identifiers are generated. The default value is . The value of a key property is automatically generated if the property is set to true. + + + + + + + + + + + Gets or sets the Identity Map behavior. + + + An enumeration value that specifies the Identity Map behavior. + + + + + + + Gets the maximum optimal packet size (the number of operands in a packet) for the collection. + + + An integer value that is the maximum value returned by the method. + + + + + + + Generates a new globally unique identifier (GUID). + + + A structure that represents a globally unique identifier. + + + + + + + Specifies the default object access layer which is used by objects by default, to retrieve and update object data in a data store. + + + An object which implements the IObjectLayer interface; null - in this case, every new session will create and use its own object layer. + + + + + + + Gets or sets a value which specifies how XPO behaves by default when reloading changed objects (objects with different versions). + + + An enumeration value which specifies how XPO behaves when reloading changed objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets the default session. + + + A object that represents the default session which is used to load and save persistent objects. + + + + + + + Specifies the default value of the property of all Sessions. + + + The boolean value specifying the default value of the property of all Sessions. + + + + + + + Gets or sets whether XPO uses its internal mechanism to create new instances of persistent classes, and to set and retrieve object property values. + + + + true if XPO uses its internal mechanism to create new instances of persistent classes, and to set and retrieve object property values; false, to use the Reflection. + + + + + + + + + Provides object type information for a complex inheritance hierarchy. XPO automatically updates the information on the object types declared in your object model. + + + + + + + Initializes a new instance of the class with the specified session. + + + + A object. + + + + + + + + Initializes a new instance of the class with the specified dictionary and type-specific settings. + + + + An descendant that provides metadata information. + + + + A value which specifies the assembly name. This value is assigned to the property. + + + + A value which specifies the type name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified session and type-specific settings. + + + + A object. + + + + A value which specifies the assembly name. This value is assigned to the property. + + + + A value which specifies the type name. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A value which specifies the assembly name. + + + + + + + Gets an object that contains field identifiers for Simplified Criteria Syntax. + + + The FieldsClass object that can contain field identifiers. + + + + + + + + Returns the persistent class metadata information for the current type. + + + The for the specified class type. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A boolean value. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + The name for the property which stores a reference to the object type. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An integer value which identifies this object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A value which specifies the system type. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A value which specifies the type name. + + + + + + + + Implements the and provides an autogenerated integer key mapped to the 'OID' field. + + + + + + + + Gets an object that contains field identifies for Simplified Criteria Syntax. + + + The FieldsClass object that can contain field identifies. + + + + + + + + Gets or set a value which identifies the persistent object. + + + An integer value which identifies the object. + + + + + + + + Implements the . + + + + + + + + A delayed property. The delayed property will be loaded the first time it is accessed. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets whether the property's value remains unassigned after the persistent object has been loaded from the data store. + + + + true if the property's value is unassigned after the persistent object has been loaded from the data store; otherwise, false. + + + + + + + + Gets the property value's modified status. + + + true if the property value has been modified since the last load; otherwise, false. + + + + + + + Gets the value of the property which is delayed for loading. + + + An object which represents the property's value. + + + + + + + + Lists the values that determine which members are implied as persistent by default. + + + + + + + The members are implied to be persistent by default if they are declared as public or have the attribute. + + + + + + + + + The members are implied to be persistent if they have the attribute. + + + + + + + + + + Implements the and provides a custom key definition. + + + + + + + + + A pageable collection of persistent objects. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include in the collection. + + + + + + + + + Initializes a new instance of the class with default and criteria-specific options. + + + + The type of persistent objects to include into the collection. + + + + A object that specifies the filter criteria. + + + + An array of objects that specify the page able collection's sort order. These objects are added to the collection. + + + + + + + + Initializes a new instance of the class with the default . + + + + + The type of persistent objects to include in the collection. + + + + + + + + + Initializes a new instance of the class with the specified and criteria-specific options. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object that provides the persistent class's metadata information for the objects to include in the collection. This value is assigned to the property. + + + + + A object that specifies the filter criteria. + + + + An array of objects that specify the page able collection's sort order. These objects are added to the collection. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include in the collection. + + + + + A object that specifies the filter criteria. + + + + An array of objects that specify the page able collection's sort order. These objects are added to the collection. + + + + + + + + Initializes a new instance of the class with the specified and properties. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object which provides the persistent class's metadata information for the objects to include in the collection. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property's value is contained within the keyList. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + The type of persistent objects to include in the collection. + + + + The list of keys that identify persistent objects to retrieve. + + + + + + + + Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property's value is contained within the keyList. + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object that provides the persistent class's metadata information for the objects to include in the collection. This value is assigned to the property. + + + + The list of keys that identify persistent objects to retrieve. + + + + + + + + Initializes a new instance of the XPCursor class + + + + A object which represents the session that will be used to load and save persistent objects. This value is assigned to the property. + + + + An object that provides the persistent class's metadata information for the objects to include in the collection. This value is assigned to the property. + + + + A object that specifies the filter criteria. + + + + + + + + Copies all persistent objects which are stored within the current collection to the specified array starting at the specified index. + + + + An array which the persistent objects are copied to. + + + + An integer value which specifies the zero-based index at which copying begins. + + + + + + + + + Gets the number of persistent objects within the collection. + + + An integer value which specifies the number of persistent objects within the collection. + + + + + + + Returns an for the collection. + + + An object which implements the interface. + + + + + + + Gets the metadata information for the persistent objects retrieved by the collection. + + + An object which provides the metadata information for the objects within the collection. + + + + + + + Gets or sets the maximum number of persistent objects that can be contained in a single page. + + + + An integer value which specifies the maximum number of persistent objects that can be contained in a single page. If less than or equal to 0, an is raised. + + + + + + + + Gets or sets whether deleted objects are retrieved by the the next time it is reloaded. + + + true to load deleted objects to the collection the next time it's reloaded; otherwise, false + + + + + + + Gets the session which is used to load and save persistent objects. + + + A object which represents the session that is used to load and save persistent objects. + + + + + + + + Provides access to the collection whose elements identify the sorted columns in a data store. + + + A object which contains information on the sorted columns in a data store. + + + + + + + + Gets or sets the maximum number of objects retrieved by the collection. + + + An integer value which specifies the maximum number of objects retrieved by the collection. A 0 value indicates that all objects which match the criteria and sort order will be retrieved. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + + Initializes a new instance of the class. + + + + An enumeration value which represents the kind of change. This value is assigned to the property. + + + + An object which represents the instance of the collection with the change. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + An enumeration value which represents the kind of change. This value is assigned to the property. + + + + An object which represents the instance of the collection with the change. This value is assigned to the property. + + + + An integer value which specifies the object's new index within the collection. This value is assigned to the field. + + + + + + + + An object which represents the instance of the collection that has been changed. + + + + [To be supplied] + + + + + + An enumeration value which represents the kind of change. + + + + [To be supplied] + + + + + + Gets or sets the zero-based index of the object in the . + + + The zero-based index of the object in the , if found; otherwise, -1. + + + + + + + + A collection of persistent objects. + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + A Boolean value that specifies whether the collection is automatically populated with objects from the data store when the collection's content is accessed for the first time (for instance, when the property is read). This parameter is used to initialize the property. + + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + The that will be used to load and save persistent objects. + + + + The type of persistent objects to include into the collection. + + + + A Boolean value that specifies whether the collection is automatically populated with objects from the data store when the collection is accessed for the first time (for instance, when the property is read). This parameter is used to initialize the property. + + + + + + + + + Initializes a new instance of the XPCollection class with the default and object type. + + + + The type of persistent objects to include into the collection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + The that will be used to load and save persistent objects. + + + + The object that will own the new collection. + + + + The owner's property for which the related object collection is created. + + + + + + + + Initializes a new instance of the XPCollection class with the default . + + + + + + + + + Initializes a new instance of the XPCollection class with default and criteria-specific options. + + + + The type of persistent objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + An array of that specifies the sort order for the collection. + + + + + + + + Initializes a new instance of the XPCollection class with a specified and criteria-specific options. + + + + The that will be used to load and save persistent objects. + + + + The type of persistent objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + An array of that specifies the sort order for the collection. + + + + + + + + Initializes a new instance of the XPCollection class with a specified and criteria-specific options. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + An array of the that specify the sort order for the collection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + The that will be used to load and save persistent objects. + + + + The type of persistent objects to include into the collection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + + The that will be used to load and save persistent objects. + + + + An from which objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + The that will be used to load and save persistent objects. + + + + An from which objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparison operators specified by the copyFilter are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + An from which objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + An from which objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparison operators specified by the filter are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specified collection. + + + + An from which objects are copied to the newly created collection. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + The that will be used to load and save persistent objects. + + + + An from which objects are copied to the newly created collection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + A enumeration value that specifies how the persistent criteria are evaluated. + + + + The that will be used to load and save persistent objects. + + + + The type of persistent objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + A enumeration value that specifies how the persistent criteria are evaluated. + + + + The that will be used to load and save persistent objects. + + + + The persistent class metadata information of objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + + + + + Initializes a new instance of the XPCollection class with specified settings. + + + + A enumeration value that specifies how the persistent criteria are evaluated. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + The that specifies the criteria for object selection. + + + + true if objects marked as deleted are loaded to the collection from a data store; otherwise, false. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + An object that implements the IEnumerable interface. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. + + + + The that will be used to load and save persistent objects. + + + + The persistent class's metadata information of objects to include into the collection. + + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparison operators specified by the copyFilter are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPCollection instance. + + + + + + + + Adds the specified persistent object to the XPCollection. + + + + The persistent object to add to the collection. + + + The zero-based index position at which the new element is inserted. + + + + + + + Adds each element from a specified collection of persistent objects to the XPCollection. + + + + An ICollection object, which is a collection of persistent objects to add to the XPCollection. + + + + + + + + Gets the metadata information for the persistent objects contained in the collection. + + + An object that specifies the metadata information for the persistent objects in the collection. + + + + + + + + Returns the index of the specified object in the XPCollection. + + + + The persistent object to locate in the collection. + + + The zero-based index of the object in the XPCollection, if found; otherwise, -1. + + + + + + + Retrieves an object from the collection by object ID. + + + + ID of an object to retrieve from the collection. + + + An object found or null reference (Nothing in VisualBasic) if an object does not exist in the collection. + + + + + + + Gets the object at the specified index. + + + + + The zero-based index of the object to get. + + + An object at the specified index in XPCollection. + + + + + + + Gets or sets the metadata information that describes the type of objects stored in the current collection. + + + The of the persistent object stored in the collection. + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Removes the specified object from the XPCollection. + + + + An object to remove from the collection. + + + + + + + + + Serves as a base for classes that represent persistent objects. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + The event handler. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + The event handler. + + + + + + + + Specifies whether changes in a persistent object are automatically committed to a database after you have finished editing the object in a bound control. +To learn more, refer to How to: Control Automatic Saving of Objects when Editing in a Grid and How to: Prevent Changes in a Persistent Object from being Automatically Committed. + + + [To be supplied] + + + + + + Occurs when a property of the object is changed. + + + + + + + + Deletes the persistent object and its aggregated objects from persistent storage. + + + + + + + + Evaluates the specified string expression against the current instance of the persistent object. + + + + A string that specifies the expression to evaluate. + + + A value evaluated. + + + + + + + Evaluates the specified expression against the current instance of the persistent object. + + + + A object that specifies the expression to evaluate. + + + The evaluated value. + + + + + + + + Evaluates an expression specified by the attribute for the specified property. + + + + A string that specifies the name of the property that is declared with the attribute. + + + A value evaluated. + + + + + + + Checks whether the current instance matches the specified criteria. + + + + A object that specifies a Boolean condition to check against the current instance. + + + true if the current instance matches the specified criteria; otherwise, false. + + + + + + + Checks whether the current instance matches the specified criteria. + + + + A string that specifies a Boolean condition to check against the current instance. + + + true if the current instance matches the specified criteria; otherwise, false. + + + + + + + Returns the value of the specified property. + + + + A value which specifies the property's name. If a property with the specified name isn't found, the is thrown. + + + An object which represents the value of the specified property. + + + + + + + Gets whether the object is currently being initialized. + + + true if the object is currently being initialized; otherwise, false. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + + + + + Reloads the state of the specified persistent object from the data store. + + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + The event handler. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + The event handler. + + + + + + + + Saves the object to the data store. + + + + + + + + + Sets the value of the specified property. + + + + A value which specifies the property name. If a property with the specified name isn't found, a is thrown. + + + + An object which represents the new value. + + + + + + + + Refers to the current instance. + + + An object which represents the current object. + + + + + + + + A record within the . + + + + + + + Initializes a new instance of the ViewRecord class. + + + + An object that represents the view to which the record belongs. + + + + An array of objects that represent the record's data. + + + + + + + + Returns the persistent object that the current view record corresponds to. + + + An object which represents the persistent object that the current view record corresponds to. + + + + + + + Gets the value of the specified column. + + + + An integer value which represents the column's index. + + + An object which represents the value of the specified column. + + + + + + + + Gets the value of the specified column. + + + + + A value which specifies the column's name. + + + An object which represents the value of the specified column. + + + + + + + + Gets the value in the specified column. + + + + A descendant that contains the expression used to calculate the values in a column. + + + An object which represents the value in the specified column. + + + + + + + Gets the view to which this record belongs. + + + An object which represents the view to which this record belongs. + + + + + + + + A view column. + + + + + + + Initializes a new instance of the ViewProperty class with default settings. + + + + + + + + Initializes a new instance of the ViewProperty class with the specified settings. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + + A descendant which the expression used to calculate the values in a column. This value is assigned to the property. + + + + true to group the view by the values of this property; otherwise, false. This value is assigned to the property. + + + + true to retrieve data for the property from a data store; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ViewProperty class with specified settings. + + + + A value which specifies the property name. This value is assigned to the property. + + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + + A value which specifies the expression used to calculate the values in a column. This value is assigned to the property. + + + + true to group the view by the values of this property; otherwise, false. This value is assigned to the property. + + + + true to retrieve data for the property from a data store; otherwise, false. This value is assigned to the property. + + + + + + + + Gets or sets whether to retrieve data for the property from a data store. + + + true to retrieve data for the property from a data store; otherwise, false. + + + + + + + Gets or sets whether the view is grouped by the values of this property (column). + + + true to group the view by the values of this property; otherwise, false. + + + + + + + Gets or sets the property's name. + + + A value which specifies the property name. + + + + + + + Gets or sets the expression used to filter rows, calculate the values in a column, or create an aggregate column. + + + A descendant that contains the expression used to calculate the values in a column. + + + + + + + + Gets or sets the column's sort order. + + + A enumeration value which specifies the column's sort order. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the class. + + + + An object that represents the view which owns this collection. + + + + + + + + Adds the objects in the specified collection to the current collection. + + + + + A object which represents the collection whose elements are appended to the current collection. + + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + + + + + + Adds an array of objects to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Provides indexed access to the elements in the collection. + + + + An integer value which specifies the zero-based index which identifies an element. + + + A object which represents the item in the collection. + + + + + + + Returns an item with the specified expression. + + + + A descendant that contains the expression used to calculate the values in a column. + + + A object with the specified expression. + + + + + + + Returns an item with the specified name. + + + + A string containing the name of the required . + + + A with the specified name. + + + + + + + + Specifies that a persistent property has a converter for its value. + + + + + + + Initializes a new instance of the class. + + + + The of the converter. This value is assigned to the property. + + + + + + + + + Gets the value converter. + + + A descendant which represents the value converter. + + + + + + + Gets the converter's type. + + + A of the converter. + + + + + + + + Implements a data layer that allows multiple threads to access data in a data store at the same time. + + + + + + + + Initializes a new instance of the ThreadSafeDataLayer class. + + + + An object that specifies the metadata. + + + + A object which implements data-specific functionality. + + + + An array of persistent object assemblies. + + + + + + + + Gets a object that specifies the connection to the data store if it allows commands to be created. + + + Always null (Nothing in Visual Basic). + + + + + + + Creates a command if the data store allows commands to be created. + + + Always null (Nothing in Visual Basic). + + + + + + + Updates data in a data store using the specified modification statements. + + + + An array of data modification statements. + + + The result of the data modifications. + + + + + + + Fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. + + + The data retrieved from the data store. + + + + + + + + Updates the storage schema according to the specified class descriptions. + + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the storage. + + + + + An array of objects that specify object metadata for which schema should be created in the data store. + + + + A value that specifies the result of the update operation. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the SortingCollection class and populates it with the specified elements. + + + + An array of objects used to populate the SortingCollection. + + + + + + + + Initializes a new instance of the SortingCollection class and populates it with the specified elements. + + + + @nbsp; + + + + An array of objects used to populate the SortingCollection. + + + + + + + + Adds the objects from the specified collection. + + + + A object which represents the collection whose elements are added to the current collection. + + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + + + + + + Adds an array of objects to the current collection. + + + + An array of objects to add to the collection. + + + + + + + + Clears the collection. + + + + + + + + Gets the number of elements contained within the collection. + + + An integer value that specifies the number of elements contained within the collection. + + + + + + + Returns a for the collection. + + + An object which implements the interface. + + + + + + + Provides indexed access to the elements in the collection. + + + + A zero-based index that identifies an element. + + + A object that represents an item at the specified position. + + + + + + + Removes the specified element from the collection. + + + + A zero-based index that identifies the SortProperty object to remove from the collection. + + + + + + + + + Specifies the maximum number of characters that can be stored in a column which is created to store the data of a property or field. + + + + + + + + Initializes a new instance of the class. + + + + An integer value which specifies the maximum number of characters that can be stored. This value is assigned to the property. + + + + + + + + Specifies the default size of the database column which the member's data is stored in. The default value is 100. + + + An integer value representing default size of the database column created for the persistent properties or fields. + + + + + + + Gets the size of the database column which the member's data is stored in. + + + An integer value which specifies the maximum number of characters that can be stored. + + + + + + + Specifies the unlimited format size of the database column which the member's data is stored in. + + + + An integer value representing unlimited format size. + + + + + + + + Implements a data layer that enables the object metadata to be modified at runtime. + + + + + + + Initializes a new instance of the SimpleDataLayer class with a specified data store provider and default metadata information. + + + + A object which implements data store-specific functionality. + + + + + + + + Initializes a new instance of the SimpleDataLayer class with the specified object and metadata information. + + + + An object that specifies the metadata. + + + + A object which implements data-specific functionality. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + A object that specifies the connection to the data store if it allows commands to be created. + + + + A object that specifies the connection to the data store if it allows commands to be created. + + + + + + + + Creates a command if the data store allows commands to be created. + + + + A command that is executed when connected to the data store; null if the data store doesn't allow commands to be created. + + + + + + + + Updates data in a data store using the specified modification statements. + + + + An array of data modification statements. + + + The result of the data modifications. + + + + + + + Fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. + + + Data retrieved from the data store. + + + + + + + Updates a data store's schema according to the specified class descriptions. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the storage. + + + + An array of objects that specify object metadata for which the schema should be created in the data store. + + + + A value that specifies the result of the update operation. + + + + + + + + Represents a method that will handle the session events (e.g. , events). + + + + + + + Represents a method that will handle the session events (e.g. , events). + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for all session handling events. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the processed session. This value is assigned to the property. + + + + + + + + Gets the session currently being processed. + + + A object which represents the session currently being processed. + + + + + + + + A session that is used to load and save persistent objects. + + + + + + + Initializes a new instance using the specified metadata provider. + + + + An object, which is the metadata provider to be used by the newly instantiated session. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class and connects it to a data store. + + + + An object which implements the interface. This value is assigned to the property. + + + + An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the session is disconnected. + + + + + + + + + Initializes a new instance of the Session class with specified settings and connects it to a data store. + + + + An object implementing the interface. This value is assigned to the property. + + + + An array of objects that implement the interface. These objects are automatically disposed of when the session is disconnected. + + + + + + + + Initializes a new instance of the Session class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created Session instance. + + + + + + + + Occurs after a transaction (an explicit transaction in an explicit unit of work) has been started tracking changes made to persistent objects. + + + + + + + + + Occurs after a transaction has been started via the BEGIN operation. + + + + + + + + Fires after the nested unit of work has been committed. + + + + + + + + Occurs after a transaction has been completed via the COMMIT operation. + + + + + + + + Occurs after a connection to a database has been established. + + + + + + + + + Occurs when a connection to a database is closed. + + + + + + + + + Occurs after a list of tracked changes has been cleared. + + + + + + + + Occurs after tracked changes have been temporarily saved to a data store. + + + + + + + + Occurs after a transaction has been completed via the ROLLBACK operation. + + + + + + + + + Gets or sets the action which is performed when the session is connected to a data store. + + + An enumeration value which specifies the action which is performed when the session is connected to a data store. + + + + + + + Occurs when a transaction (an explicit transaction in an explicit unit of work) is about to be started to track changes made to persistent objects. + + + + + + + + Occurs when a transaction is about to be started via the BEGIN operation. + + + + + + + + Fires before the nested unit of work is committed. + + + + + + + + Occurs when a transaction is about to be completed via the COMMIT operation. + + + + + + + + Occurs before the connection to a database is established. + + + + + + + + Occurs before the connection to a database is detached. + + + + + + + + Occurs when a list of tracked changes is about to be cleared. + + + + + + + + Occurs when tracked changes are about to be temporarily saved to a data store. + + + + + + + + Fires after the method has been called. + + + + + + + + Occurs when a transaction is about to be completed via the ROLLBACK operation. + + + + + + + + Occurs before a persistent object is saved in storage. + + + + + + + + + Creates a new nested unit of work. + + + A object that represents the new nested unit of work. + + + + + + + Enables tracking changes made to persistent objects. + + + + + + + + Starts a transaction. + + + + + + + + Populates the specified collections. + + + + An array of objects to be populated. + + + + + + + + Populates the specified collections. + + + + An array of objects to be populated. + + + + + + + + Gets or sets the session's cache behavior. + + + A enumeration value that specifies the session's cache behavior. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + + + + + + Gets or sets whether string comparisons evaluated by the session on the client are case-sensitive. + + + true if string comparisons are case-sensitive; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Returns a collection of persistent objects that refer to the specified object. + + + + The target persistent object. + + + A collection of persistent objects that refer to the specified object. + + + + + + + Returns a collection of persistent objects that refer to the specified object. + + + + The target persistent object. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + true to include persistent objects marked for deletion in the search; otherwise, false. + + + + A collection of persistent objects that refer to the specified object. + + + + + + + Commits changes made within a transaction and completes it. + + + + + + + + Asynchronously commits changes made within a transaction, completes it and notifies upon completion. + + + + An delegate to be called after the changes have been saved to a data store. Use a callback to store the exception information passed as a parameter, and use this information later to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Connects the session to a data store using a specified data access layer. + + + + An object implementing the interface. + + + + An array of objects to be automatically disposed of when the session is disconnected from a data store. + + + + + + + + Connects the session to a data store. + + + + + + + + Connects the session to a data store using a specified object access layer. + + + + An object implementing the interface. This object is assigned to the session's property. + + + + An array of objects to be automatically disposed of when the session is disconnected from a data store. + + + + + + + + Gets or sets an object associated with the session. + + + An object which implements the interface. + + + + + + + Gets or sets the string which is used to open a database. + + + A value which specifies the parameters needed to establish the initial connection. + + + + + + + Stores valid persistent types for the specified class types. + + + + An array of class types for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for the specified persistent class metadata information. + + + + An array of the objects for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain. + + + + + + + + Stores valid persistent types for all the types which are defined within the specified assemblies. + + + + An array of assemblies which contain the class types for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for all the types which are defined within the specified assemblies. + + + + true, to create object type records only for types that require this to function properly, such as types from inheritance chains, or types utilizing deferred deletion; false, to create object type records for all persistent types. + + + + An array of assemblies which contain the class types for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for the specified persistent class metadata information. + + + + true, to create object type records only for types that require this to function properly, such as types from inheritance chains, or types utilizing deferred deletion; false, to create object type records for all persistent types. + + + + An array of the objects for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for the specified class types. + + + + + true, to create object type records only for types that require this to function properly, such as types from inheritance chains, or types utilizing deferred deletion; false, to create object type records for all persistent types. + + + + An array of class types for which the persistent types will be stored in the metadata information. + + + + + + + + Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain. + + + + true, to create object type records only for types that require this to function properly, such as types from inheritance chains, or types utilizing deferred deletion; false, to create object type records for all persistent types. + + + + + + + + Gets the data access layer used by the current session to access a data store. + + + + An object which implements the IDataLayer interface. + + + + + + + Gets the pre-initialized default session for simple applications. + + + A object which is the default session. + + + + + + + Deletes the specified persistent object and its aggregated objects from persistent storage. + + + + An object which represent the persistent object to delete. + + + + + + + + Deletes the specified persistent objects and their aggregated objects from the data store. + + + + + A collection of persistent objects to delete from the data store. + + + + + + + + + Gets metadata on persistent objects in a data store. + + + + An XPDictionary object which provides metadata on persistent objects in a data store. + + + + + + + + Disconnects the session from a database. + + + + + + + + Clears the object cache. + + + + + + + + Discards changes made to persistent objects and clears a list of tracked changes. + + + + + + + + Clears the Identity Map. + + + + + + + + Evaluates the specified expression for objects of the specified type. + + + + An object that identifies the type of objects against which the expression will be evaluated. + + + + A object that specifies the expression to evaluate. + + + + A object that specifies the filter criteria. The objects that match this criteria will be used to evaluate the expression. + + + + The value evaluated. + + + + + + + Evaluates the specified expression for objects of the specified type. + + + + A object that identifies the type of objects against which the expression will be evaluated. + + + + A object that specifies the expression to evaluate. + + + + A object that specifies the filter criteria. The objects that match this criteria will be used to evaluate the expression. + + + + The value evaluated. + + + + + + + + Evaluates the specified expression for objects of the type designated by the specified generic type parameter. + + + + A object that specifies the expression to be evaluated. + + + + A object that specifies the filter criteria. The objects that match this criteria will be used to evaluate the expression. + + + The evaluated value. + + + + + + + Evaluates the specified expression for objects of the specified type, taking into account all in-memory object changes. + + + + An object that identifies the type of objects against which the expression will be evaluated. + + + + A object that specifies the expression to evaluate. + + + + A object that specifies the filter criteria. The objects that match this criteria (based on in-memory object changes) will be used to evaluate the expression. + + + The value evaluated. + + + + + + + Executes the specified SQL statement and returns the number of rows affected. + + + + A value that specifies an SQL statement. + + + The number of rows affected by the executed SQL statement. + + + + + + + Executes the specified SQL statement and returns the number of rows affected. + + + + A value that specifies a parameterized SQL query. + + + + An array of strings specifying parameterValues parameter names. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + The number of rows affected by the executed SQL statement. + + + + + + + Executes the specified SQL statement and returns the number of rows affected. + + + + A value that specifies a parameterized SQL query. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + The number of rows affected by the executed SQL statement. + + + + + + + Executes the specified SQL query and returns a result set. + + + + A value that specifies an SQL query. + + + A object, specifying the query's result set. + + + + + + + + Executes the specified SQL query and returns a result set. + + + + A value that specifies a parameterized SQL query. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + A object, specifying the query's result set. + + + + + + + Executes the specified SQL query and returns a result set. + + + + A value that specifies a parameterized SQL query. + + + + An array of strings specifying parameterValues parameter names. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + A object, specifying the query's result set. + + + + + + + Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. + + + + A value that specifies a parameterized SQL query. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + A object, specifying the query's result set and the types and names of retrieved columns. + + + + + + + Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. + + + + A value that specifies an SQL query. + + + A object, specifying the query's result set and the types and names of retrieved columns. + + + + + + + Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. + + + + A value that specifies a parameterized SQL query. + + + + An array of strings specifying parameterValues parameter names. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + A object, specifying the query's result set and the types and names of retrieved columns. + + + + + + + Executes the specified SQL query and returns the first column of the first row in the result set returned by the query. + + + + A value that specifies an SQL query. + + + The first column of the first row in the query's result set. If the column is not found in the result set, a null reference (Nothing in Visual Basic) is returned. If the value in the database is null, is returned. + + + + + + + Executes the specified SQL query and returns the first column of the first row in the result set returned by the query. + + + + A value that specifies a parameterized SQL query. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + The first column of the first row in the query's result set. If the column is not found in the result set, a null reference (Nothing in Visual Basic) is returned. If the value in the database is null, is returned. + + + + + + + Executes the specified SQL query and returns the first column of the first row in the result set returned by the query. + + + + + A value that specifies a parameterized SQL query. + + + + An array of strings specifying names of the parameterValues parameters. + + + + An array of objects specifying parameters to pass to the database server along with the query. + + + The first column of the first row in the query's result set. If the column is not found in the result set, a null reference (Nothing in Visual Basic) is returned. If the value in the database is null, is returned. + + + + + + + Executes the specified stored procedure and returns its result as a result set. + + + + A value that specifies the stored procedure's name. + + + + An array of objects specifying parameters to pass to the stored procedure. + + + A object specifying the result set returned by the specified stored procedure. + + + + + + + + Marks the starting point of an explicit transaction that is started with the specified value. + + + + A enumeration value, specifying the transaction locking behavior for a session's connection. + + + + + + + + Marks the starting point of an explicit transaction. + + + + + + + + Completes an explicit transaction and commits changes made within it. + + + + + + + + Completes an explicit transaction and rolls back changes made within it. + + + + + + + + Occurs when the Commit Transaction operation fails due to database constraints or other circumstances. + + + + + + + + Occurs when the Flush Changes operation fails due to database constraints or other circumstances. + + + + + + + + Searches for the first object which matches the specified criteria. + + + + An object which contains the metadata information of the class. + + + + + A descendant which represents the criteria to match persistent objects. + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object which matches the specified criteria. + + + + A object which represents the type of objects to search for. + + + + A descendant which represents the criteria to match persistent objects to. + + + + An object which represents the first persistent object that matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + + Searches for the first object which matches the specified criteria. Objects marked for deletion can optionally be included into the search. + + + + + An object which contains the metadata information of the class. + + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object which matches the specified criteria. Objects marked for deletion can optionally be included into the search. + + + + + A object which represents the type of objects to search for. + + + + A descendant which represents the criteria to match persistent objects to. + + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object which matches the specified criteria. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + A object which represents the type of objects to search for. + + + + A descendant which represents the criteria to match persistent objects. + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object which matches the specified criteria. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object which matches the specified criteria. Objects marked for deletion can optionally be included into the search. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + An object which represents the first persistent object which matches the specified criteria. null (Nothing in Visual Basic) if no persistent object which matches the criteria is found. + + + + + + + Searches for the first object of the type designated by the specified generic type parameter which matches the specified criteria. Objects marked for deletion can optionally be included into the search. + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + + + + + Searches for the first object of the type designated by the specified generic type parameter which matches the specified criteria. + + + + A descendant which represents the criteria to match persistent objects. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + + + + + Searches for the first object of the type designated by the specified generic type parameter which matches the specified criteria. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + A descendant which represents the criteria to match persistent objects. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + + + + + Asynchronously searches for the first object which matches the specified criteria, and notifies upon completion. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria, and notifies upon completion. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria, and notifies upon completion. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion into the search; otherwise, false. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria, and notifies upon completion. + + + + An object which contains the metadata information of the class. + + + + A descendant which represents the criteria to match persistent objects. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion. + + + + A enumeration value that specifies how the persistent criteria is evaluated. + + + + A descendant which represents the criteria to match persistent objects. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion. + + + + A descendant which represents the criteria to match persistent objects. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Asynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion. + + + + A descendant which represents the criteria to match persistent objects. + + + + true to include persistent objects marked for deletion in the search; otherwise, false. + + + + A DevExpress.Xpo.Helpers.AsyncFindObjectCallback delegate to be called after the method completes. +Use callback to do the following: + + +
  • Access the found object passed as the delegete's result parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as delegete's ex parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + An object which represents the first persistent object matching the specified criteria. null (Nothing in Visual Basic) if no persistent object matching the criteria is found. + + + +
    + + + Temporarily saves changes made to persistent objects to a data store, and clears a list of tracked changes. + + + + + + + + Asynchronously saves changes made to persistent objects to a data store, clears a list of tracked changes and notifies upon completion. + + + + An delegate to be called after changes have been saved and a list of tracked changes has been cleared. This collection is passed as a parameter to callback. Use a callback to store the exception information passed as a parameter, and use this information later to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Returns the for the specified type of class. + + + + A object which represents the class type. + + + An object which provides metadata information for the class of the specified type. + + + + + + + Returns the for the specified assembly and class. + + + + A value which specifies the assembly name. + + + + A value which specifies the class name. + + + An object which provides metadata information for the specified assembly and class. + + + + + + + Returns the for the specified persistent object. + + + + An object which represents the persistent object. + + + An object which provides metadata information for the specified persistent object. + + + + + + + Returns the for the type designated by the specified generic type parameter. + + + An object which provides metadata information for a class of the specified type. + + + + + + + This method is intended for internal use only. + + + + + + + + + + Returns the key property's value of the specified persistent object. + + + + An object which represents the persistent object whose key property's value is returned. + + + An object which represents the key property's value of the specified persistent object. + + + + + + + Returns the persistent object with the specified value of the key property that has been already loaded from a data store. + + + + The of the persistent object. + + + + An object which represents the key property's value of the persistent object. + + + An object which represents the persistent object with the specified value of the key property. null (Nothing in Visual Basic) if the persistent object was not found in memory. + + + + + + + Returns the persistent object with the specified value of the key property that has been already loaded from a data store. + + + + An descendant that contains the metadata information of the class. + + + + An object which represents the key property's value of the persistent object. + + + An object which represents the persistent object with the specified value of the key property. null (Nothing in Visual Basic) if the persistent object was not found in memory. + + + + + + + Returns the persistent object of the type designated by the specified generic type parameter, with the specified value of the key property previously loaded from a data store. + + + + An object which represents the key property's value of the persistent object. + + + An object which represents a persistent object with the specified value of the key property. null (Nothing in Visual Basic) if the persistent object was not found in memory. + + + + + + + Returns the reloaded persistent object with the specified value of the key property from a data store. + + + + + An object which contains the metadata information of the class. + + + + An object which represents the key property's value of the persistent object. + + + + true to reload the persistent object from storage if it is found in memory; otherwise, false. + + + An object which represents the persistent object with the specified value of the key property. + + + + + + + Returns a persistent object with the specified value of the key property. + + + + An object which contains the metadata information of the class. + + + + An object which represents the key property's value of the persistent object. + + + An object which represents the persistent object with the specified value of the key property. + + + + + + + Returns the reloaded persistent object with the specified value of the key property from a data store. + + + + + A object which represents the type of objects to search for. + + + + An object which represents the key property's value of the persistent object. + + + + true to reload the persistent object from storage if it is found in memory; otherwise, false. + + + An object which represents the persistent object with the specified value of the key property. + + + + + + + Returns the persistent object that has the specified value for its key property. + + + + + A object which represents the type of objects to search for. + + + + An object that represents the persistent object's key property value. + + + + An object which represents the persistent object with the specified value for its key property. + + + + + + + + Returns a persistent object of the type designated by the specified generic type parameter, with the specified value for its key property. + + + + An object that represents the persistent object's key property value. + + + An object which represents a persistent object with the specified value for its key property. + + + + + + + Returns a persistent object of the type designated by the specified generic type parameter, with the specified value for its key property. + + + + An object that represents the persistent object's key property value. + + + + true to reload the persistent object from storage if it is found in memory; otherwise, false. + + + An object which represents a persistent object with the specified value for its key property. + + + + + + + This GetObjects method overload is obsolete. Use the method overloads that do not take a CollectionCriteriaPatcher collectionCriteriaPatcher parameter. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Gets a collection of persistent objects returned by a specified queries. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + A collection of persistent objects returned by the queries. + + + + + + + Gets a collection of persistent objects that match the specified criteria. + + + + An object that provides metadata information on the persistent objects to be returned. + + + + + A descendant which represents the search criteria. + + + + A object which represents a collection of objects. + + + + An integer value which specifies the maximum number of returned objects. + + + + true to include the persistent objects marked as deleted into the collection; otherwise, false. + + + + true to reload the objects from a data store; otherwise, false. + + + A collection of persistent objects that match the specified criteria. + + + + + + + Gets a collection of persistent objects that match the specified criteria. + + + + An object that provides metadata information on the persistent objects to return. + + + + A descendant which represents the search criteria. + + + + A object which represents a collection of objects. + + + + An integer value which specifies the number of objects to exclude when populating the collection. + + + + An integer value which specifies the maximum number of returned objects. + + + + true to include the persistent objects marked as deleted into the collection; otherwise, false. + + + + true to reload the objects from a data store; otherwise, false. + + + A collection of persistent objects that match the specified criteria. + + + + + + + Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion. + + + + The search queries. + + + + A DevExpress.Xpo.Helpers.AsyncLoadObjectsCallback delegate to be called after the collection has been retrieved. This collection is passed as a parameter to callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion. + + + + An object that provides metadata information on the persistent objects to be returned. + + + + A descendant which represents the search criteria. + + + + A object which represents a collection of objects. + + + + An integer value which specifies the maximum number of returned objects. + + + + true to include the persistent objects marked as deleted into the collection; otherwise, false. + + + + true to reload the objects from a data store; otherwise, false. + + + + A DevExpress.Xpo.Helpers.AsyncLoadObjectsCallback delegate to be called after the collection has been retrieved. This collection is passed as a parameter to callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion. + + + + An object that provides metadata information on the persistent objects to be returned. + + + + A descendant which represents the search criteria. + + + + A object which represents a collection of objects. + + + + An integer value which specifies the number of objects to exclude when populating the collection. + + + + An integer value which specifies the maximum number of returned objects. + + + + true to include the persistent objects marked as deleted into the collection; otherwise, false. + + + + true to reload the objects from a data store; otherwise, false. + + + + A DevExpress.Xpo.Helpers.AsyncLoadObjectsCallback delegate to be called after the collection has been retrieved. This collection is passed as a parameter to callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Returns reloaded persistent objects with specified key property values from a data store. + + + + An object which contains the metadata information of the persistent class. + + + + A collection of objects representing the persistent object's key property values. + + + + true to reload persistent objects from storage, if they are found in memory; otherwise, false. + + + A collection of persistent objects with specified key property values. + + + + + + + Returns reloaded persistent objects from a data store, using queries based on specified object types and key values. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + + true to reload persistent objects from storage if they are found in memory; otherwise, false. + + + An array of persistent object collections retrieved for query data passed as the queries parameter. + + + + + + + Returns reloaded persistent objects from a data store, with key property values obtained via the specified SQL query. + + + + An object which contains the metadata information of the persistent objects that are retrieved, based on the query's result set. + + + + true to reload persistent objects from storage, if they are found in memory; otherwise, false. + + + + A value that specifies a SQL query. + + + A collection of persistent objects with specified key property values. + + + + + + + Returns reloaded persistent objects from a data store, with key property values obtained via the specified stored procedure. + + + + An object which contains the metadata information of the persistent objects that are retrieved based on the stored procedure's results. + + + + true to reload persistent objects from storage, if they are found in memory; otherwise, false. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of persistent objects with specified key property values. + + + + + + + Executes a SQL query and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the query's result set. The class must be decorated with . + + + + An array of objects which provide mapping information for classInfo members and the query's result set columns. + + + + A value that specifies an SQL query. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified SQL query. + + + + + + + Executes a SQL query and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the query's result set. The class must be decorated with . + + + + A list of objects representing classInfo members that are mapped to the query's result set columns. The order of list elements should correspond to the order of result set columns. + + + + A value that specifies a SQL query. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified SQL query. + + + + + + + Executes a SQL query and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the query's result set. The class must be decorated with . + + + + A value that specifies an SQL query. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified SQL query. + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Executes a SQL query and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + + An array of objects which provide mapping information for object members and the query's result set columns. + + + + A value that specifies a SQL query. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified SQL query. + + + + + + + Executes a SQL query and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + A list of objects representing object members that are mapped to the query's result set columns. The order of list elements should correspond to the order of result set columns. + + + + A value that specifies an SQL query. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified SQL query. + + + + + + + Executes a SQL query and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + A value that specifies a SQL query. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified SQL query. + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Executes a stored procedure and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the stored procedure's result set. The class must be decorated with . + + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified stored procedure. + + + + + + + Executes a stored procedure and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the stored procedure's result set. The class must be decorated with . + + + + A list of objects representing classInfo members that are mapped to the stored procedure's result set columns. The order of list elements should correspond to the order of result set columns. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified stored procedure. + + + + + + + Executes a stored procedure and returns its result set as a collection of non-persistent objects. + + + + An object which contains the metadata information on a non-persistent class corresponding to the stored procedure's result set. The class must be decorated with . + + + + An array of objects which provide mapping information for classInfo members and the stored procedure's result set columns. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent classInfo objects instantiated with data obtained via the specified stored procedure. + + + + + + + Executes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + A list of objects representing object members that are mapped to the stored procedure's result set columns. The order of list elements should correspond to the order of result set columns. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified stored procedure. + + + + + + + Executes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified stored procedure. + + + + + + + Executes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter. + + + + An array of objects which provide mapping information for object members and the stored procedure's result set columns. + + + + A value that specifies the stored procedure's name. + + + + An array of objects representing parameters to pass to the stored procedure. + + + A collection of non-persistent objects of the specified type that are instantiated with data obtained via the specified stored procedure. + + + + + + + This GetObjectsInTransaction method overload is obsolete. Use the overloads that do not take a Boolean caseSensitive parameter. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + Returns a collection of persistent objects that are deleted in the transaction currently in progress. + + + The collection of persistent objects that are deleted in the transaction currently in progress. + + + + + + + Returns a collection of persistent objects that are deleted in the transaction currently in progress or in any of its parent transaction (optionally). + + + + true to return persistent objects that are deleted in the parent transaction(s); otherwise, false. + + + The collection of persistent objects that are deleted in the transaction currently in progress. + + + + + + + Returns a collection of persistent objects that are saved in the transaction currently in progress or in any of its parent transaction (optionally). + + + + true to return persistent objects that are saved in the parent transaction(s); otherwise, false. + + + The collection of persistent objects that are saved in the transaction currently in progress. + + + + + + + + Returns a collection of objects that are saved in the transaction currently in progress. + + + The collection of persistent objects that are saved in the transaction currently in progress. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Gets the properties of the class whose metadata is provided by the specified object. + + + + An object which provides class description. + + + A collection of objects. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the session's Identity Map behavior. + + + An enumeration value that specifies the session's Identity Map behavior. + + + + + + + Indicates whether a transaction is in progress. + + + true if a transaction is in progress; otherwise, false. + + + + + + + Enables the mode in which querying a data store for objects includes all in-memory changes into query results. + + + true if query results include all in-memory changes made to persistent objects; otherwise, false. + + + + + + + Gets whether the session is connected to a database. + + + true if the session is connected to a database; otherwise, false. + + + + + + + Indicates whether the specified object is contained within the session's cache. + + + + An object which represents the persistent object. + + + true if the specified object doesn't contain within the session's cache; otherwise, false. + + + + + + + Indicates whether the specified persistent object is a newly created object which isn't saved in the transaction currently in progress or in any of its parent transaction (optionally). + + + + The persistent object to test. + + + + true to check parent transactions for the specified object; otherwise, false. + + + true if the specified object is a new object; otherwise, false. + + + + + + + Indicates whether the specified persistent object is marked as deleted. + + + + The object to test. + + + true if the specified object is marked as deleted; otherwise, false. + + + + + + + Indicates whether persistent objects are being loaded from a data store. + + + true if persistent objects are being loaded from a data store; otherwise, false. + + + + + + + Indicates whether persistent objects are being saved to a data store. + + + true if persistent objects are being saved to a data store; otherwise, false. + + + + + + + Indicates whether the specified object is deleted in the transaction currently in progress. + + + + The persistent object to test. + + + true if the specified object is deleted in the transaction currently in progress; otherwise, false. + + + + + + + Indicates whether the specified object is deleted in the transaction currently in progress or in any of its parent transaction (optionally). + + + + The persistent object to test. + + + + true to check whether the persistent object is deleted in the parent transaction(s); otherwise, false. + + + true if the specified object is deleted in the transaction currently in progress or in any of its parent transaction (optionally); otherwise, false. + + + + + + + Indicates whether the specified object is saved in the transaction currently in progress or in any of its parent transaction (optionally). + + + + The persistent object to test. + + + + true to check whether the persistent object is saved in the parent transaction(s); otherwise, false. + + + true if the specified object is saved in the transaction currently in progress or in any of its parent transaction (optionally); otherwise, false. + + + + + + + Indicates whether the specified object is saved in the transaction currently in progress. + + + + The persistent object to test. + + + true if the specified object is saved in the transaction currently in progress; otherwise, false. + + + + + + + Populates the specified collections. + + + + An array of descendants that represent collections to be populated with persistent objects. + + + + + + + + Populates the specified collections. This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Gets or sets a value which controls the persistent object's locking during a session. + + + + A enumeration value which controls the persistent object's locking during a session. + + + + + + + The name of a category used to tag session and unit of work operations in XPO logs. The default category name is "Session". + + + + + + + + + + Contains the name of the log parameter that specifies whether a persistent object found in memory must be reloaded from the storage. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the full name of a persistent class. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the criteria for retrieving objects not yet persisted to the datastore. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the object to be retrieved from the storage. + + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies how filter criteria are evaluated within a transaction. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies an expression to be evaluated. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the grouping criteria for the retrieved persistent objects. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies grouping properties. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies whether in memory object changes are taken into account when evaluating an expression. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies whether querying a data store for objects includes all in-memory changes into query results. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies mapping information for persistent class metadata and a stored procedure's result set columns. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies an object identifier. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies persistent objects. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies SQL query parameters. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies a persistent object's property. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies properties of a persistent object. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies whether persistent objects marked as deleted must be retrieved. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies a session identifier. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies a session type. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the number of persistent objects to skip. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the sort order for retrieved persistent objects. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the name of a stored procedure. + + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies a SQL query. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies a persistent object. + + + [To be supplied] + + + + + + Contains the name of the log parameter that specifies the maximum number of persistent objects to retrieve. + + + [To be supplied] + + + + + + Occurs after an object's property has been changed. + + + + + + + + Occurs after an object has been deleted. + + + + + + + + Occurs when an object is about to be deleted. + + + + + + + + Provides access to an object access layer, which the current session uses to retrieve and update object data in a data store. + + + An object that implements the IObjectLayer interface. + + + + + + + Occurs after an object's properties have been initialized with values from a data store. + + + + + + + + Occurs when an object's properties are about to be initialized with values from a data store. + + + + + + + + Occurs after an object has been saved to a data store. + + + + + + + + Occurs when an object is about to be saved to a data store. + + + + + + + + Occurs after persistent objects have been initialized with values from a data store. + + + + + + + + Occurs after persistent objects have been saved to a data store. + + + + + + + + Gets the collection of objects that are saved in the transaction currently in progress. + + + + A collection of objects. + + + + + + + Gets or sets a value which specifies how XPO behaves when reloading changed objects (objects with different versions). + + + An enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). + + + + + + + Populates the specified collections and delayed properties. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Populates the specified collections and delayed properties. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Populates the specified collections and delayed properties. + + + + + + + + + + + + + + + + Populates the specified collections and delayed properties. + + + + + + + + + + + + + + + + + + + + Returns a list objects that were processed within the specified event handler. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + Deletes the objects marked as deleted from storage. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + Deletes the objects marked as deleted from a storage. + + + + An object which implements the interface. + + + A PurgeResult value that specifies the result of the operation. + + + + + + + Reloads the state of the specified persistent object from the data store. + + + + + An object which represents the persistent object whose state needs to be reloaded. + + + + + + + + Reloads the state of the specified persistent object and its aggregated objects from the data store. + + + + + An object which represents the persistent object whose state needs to be reloaded. + + + + true to reload the state of aggregated objects; otherwise, false. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code.. + + + + The persistent object. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + The persistent object. + + + + + + + + Rolls back a transaction to its starting point,, and completes it. + + + + + + + + Saves the specified persistent object to a data store. + + + + + An object which represents the persistent object to save. + + + + + + + + Saves the specified persistent objects to a data store. + + + + A collection of persistent objects to save in a data store. + + + + + + + + Occurs after the data schema is initialized or updated. + + + + + + + + Retrieves objects from a session using the specified query parameters. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + A Boolean value that specifies whether the objects marked as deleted must be retrieved. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Retrieves objects from a session using the specified query parameters. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + A Boolean value that specifies whether the objects marked as deleted must be retrieved. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Retrieves objects from a session using the specified query parameters. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + true to include the persistent objects marked as deleted into the list; otherwise, false. + + + + An integer value which specifies the number of objects to exclude when populating the list. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Retrieves objects from a session using the specified query parameters. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + true to include the persistent objects marked as deleted into the list; otherwise, false. + + + + An integer value which specifies the number of objects to exclude when populating the list. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Asynchronously retrieves objects from a session, using the specified query parameters. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + true to include the persistent objects marked as deleted into the list; otherwise, false. + + + + An integer value which specifies the number of objects to exclude when populating the list. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of retrieved objects. + + + + A delegate to be called after the list has been retrieved. This list is passed as a parameter to callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Retrieves objects from a session using the specified query parameters, including all in-memory changes into query results. + + + + An object which provides the metadata information for the objects to be retrieved. + + + + A object which specifies object properties to be retrieved. + + + + A descendant which specifies the objects to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + A Boolean value that specifies whether the objects marked as deleted must be retrieved. + + + + An integer value which specifies the number of objects to exclude when populating the list. + + + + An integer value which specifies the maximum number of objects to be retrieved. + + + + A object that specifies the sort order for the list of the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + + @nbsp; + + + + + + + + Assigns the key property's value of the specified persistent object. + + + + A persistent object whose key property value is set. + + + + An object representing the key property's value. + + + + + + + + Specifies whether exceptions are thrown when committing changes in a collection whose property is set to false. + + + true, to suppress exceptions; otherwise false. + + + + + + + Returns a string that represents the current session. + + + A value which represents the current object. + + + + + + + Indicates whether changes made to persistent objects are being tracked or a list of tracked changes is not empty. + + + In sessions, true if changes made to persistent objects are currently being tracked; otherwise, false. +In units of work, true if a list of tracked changes is not empty; otherwise, false. + + + + + + + Specifies whether or not the current Session tracks persistent object properties modifications. + + + + true, if the Session tracks persistent objects' properties modifications; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + [To be supplied] + + + + + + Updates the storage schema according to the class descriptions that are listed in the specified assemblies. + + + + + An array of objects that represent the assemblies used to scan for persistent objects. + + + + + + + + Updates the storage schema according to the class descriptions that are listed in the assemblies that have been loaded into the application domain. + + + + + + + + + Updates a data store's schema according to the class descriptions of the specified types. + + + + + An array of objects that represent the types of objects for which schema should be created in the data store. + + + + + + + + + Updates a data store's schema according to the class descriptions of the specified types. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the data store; otherwise, false. + + + + An array of objects that specify the types of objects for which schema should be created in the data store. + + + An enumeration value which specifies the result of the update operation. + + + + + + + Updates the database schema to support the persistence of the objects with the specified metadata information. + + + + An array of objects that specify object metadata for which schema should be created in the data store. + + + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An object which provides object metadata for the schema which has been created in storage. This value is assigned to the property. + + + + + An object which implements the interface. This value is assigned to the property. + + + + + + + + Gets an SQL statement which can be executed while connected to an SQL data source. + + + An object which implements the interface. + + + + + + + Gets an object metadata the schema for which has been created in storage. + + + + An object which specifies object metadata the schema for which has been created in storage. + + + + + + + + + Indicates that a property, field or class will be stored in a persistent data store. + + + + + + + + Initializes a new instance of the class with the specified name for the table or column. + + + + + A value which specifies the name of the table or column to map a class or property/field to. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the type of the current instance. + + + A instance that represents the exact runtime type of the current instance. + + + + + + + Gets the name of the table or column to which to map a class or a property/field. + + + A value which specifies the name of the table or column to which to map a class or property/field. + + + + + + + + + Indicates that a property is not persistent and its value is calculated based upon the values of a specific field(s). + + + + + + + + + Initializes a new instance of the class. + + + + A value which specifies the name of the field which the property's value is stored in. This value is assigned to the property. + + + + + + + + Gets the expression which determines how the property's value is calculated. + + + A value which specifies the expression which determines how the property's value is calculated. + + + + + + + + Specifies that a persistent object's state can be locked during a session. + + + + + + + Initializes a new instance of the class with the specified property. + + + + true to enable optimistic locking; otherwise, false. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the OptimisticLockingAttribute class with the specified field name. + + + + A string that specifies the name of a system field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified property. + + + + An enumeration value that specifies the locking behavior. + + + + + + + + Specifies the default name of a system field which is used to control object locking for objects that have the object locking option enabled. + + + [To be supplied] + + + + + + Gets or sets whether optimistic locking is enabled. + + + true to enable optimistic locking; otherwise, false. + + + + + + + Gets the name of the system field which is used to control object locking for objects that have the object locking option enabled. + + + + A value that specifies the name of a system field. + + + + + + + Specifies the locking behavior. + + + An enumeration value that specifies the locking behavior. + + + + + + + + + + + + + + + Represents a method that will handle events that process a persistent object. + + + + The event sender. + + + + An object that contains event data. + + + + + + + + + Provides data for the object manipulating events. + + + + + + + Initializes a new instance of the class. + + + + An object which is currently being processed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + The object. This value is assigned to the property. + + + + An object which is currently being processed. This value is assigned to the property. + + + + + + + + Gets the object currently being processed. + + + The object which is currently being processed. + + + + + + + + Gets the session whose persistent object is currently being processed. + + + A object whose persistent object is being processed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the object that raised the event. + + + + An object that contains event data. + + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the class with the specified property. + + + + An enumeration value which represents the way that the object has been changed. This value is assigned to the property. + + + + + + + + + Initializes a new instance of the class with the specified and properties. + + + + An enumeration value which represents the way that the object has been changed. This value is assigned to the property. + + + + + A value which specifies the name of the property whose value has been changed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified properties. + + + + A value which specifies the name of the property whose value has been changed. This value is assigned to the property. + + + + An object which represents the old value. + + + + An object which represents the new value. + + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + The Session of the object whose property has been changed. This value is assigned to the property. + + + + The object whose property has been changed. This value is assigned to the property. + + + + An enumeration value which represents the way that the object has been changed. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + The Session of the object whose property has been changed. This value is assigned to the property. + + + + The object whose property has been changed. This value is assigned to the property. + + + + A value which specifies the name of the property whose value has been changed. This value is assigned to the property. + + + + An object which represents the changed property's old value. + + + + An object which represents the changed property's new value. + + + + + + + + Initializes a new instance of the class with the specified parameters. + + + + The Session of the object whose property has been changed. This value is assigned to the property. + + + + The object whose property has been changed. This value is assigned to the property. + + + + An enumeration value which represents the way that the object has been changed. This value is assigned to the property. + + + + A value which specifies the name of the property whose value has been changed. This value is assigned to the property. + + + + An object which represents the changed property's old value. + + + + An object which represents the changed property's new value. + + + + + + + + Gets or sets the property's new value. + + + The property's new value. + + + + + + + Gets or sets the object whose property has been changed. + + + The object whose property has been changed. + + + + + + + Gets or sets the property's old value. + + + The property's old value. + + + + + + + Gets the name of the property affected by the changes made. + + + + The name of the property affected by the changes. + + + + + + + + Gets the way in which the object has been changed. + + + + An enumeration value which represents the way in which the object has been changed. + + + + + + + + Gets or sets the Session of the object whose property has been changed. + + + The Session of the object whose property has been changed. + + + + + + + + Associates a constant with the null value of a property or a field of a simple type. + + + + + + + Initializes a new instance of the class with the specified Unicode character constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified double-precision floating point number constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified string constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class and converts the specified value into the specified type. + + + + A which represents the type that the value associated with the null value of a property or a field is converted to. + + + + + A value which is converted into the specified type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified Boolean constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified single-precision floating point number constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified 8-bit unsigned integer constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the object type constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified 16-bit signed integer constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified 64-bit signed integer constant. + + + + A value which is associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified 32-bit signed integer constant. + + + + A value associated with a null value for a property or a field. This value is assigned to the property. + + + + + + + + Gets or sets a null value for a property or a field. + + + A value which is associated with a null value for a property or a field. + + + + + + + + Indicates that a class, property, or field will not be stored in a persistent data store. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Specifies the of this instance. This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + [To be supplied] + + + + + + + Disables automatic creation of the FOREIGN KEY constraints. + + + + + + + Initializes a new instance of the class. + + + + + + + + + Specifies whether a property or class is visible at design time. + + + + + + + + Initializes a new instance of the class with the specified property. + + + + true if the property or class is visible at design time; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets whether a property or class is visible at design time. + + + true if the property or class is visible at design time; otherwise, false. + + + + + + + + Specifies the name of the database object where the class will be mapped. + + + + + + + + Initializes a new instance of the class. + + + + A string which holds the name of the database table to map a class to. This value is used to initialize the property. + + + + + + + + Gets the name of the database table to map a class to. + + + The name of the database table to map a class to. + + + + + + + + Specifies the type of object-relational inheritance mapping for the class. + + + + + + + Initializes a new instance of the class. + + + + A enumeration value which specifies the table that persistent properties and fields are saved to. This value is assigned to the property. + + + + + + + + + Gets a value which specifies the table that persistent properties and fields are saved to. + + + + A enumeration value that specifies which table persistent properties and fields are saved to. + + + + + + + + + Indicates that a property or a field is a key. + + + + + + + Initializes a new instance of the class with the specified property. + + + + true to generate the key automatically; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether the key is generated automatically. + + + true to generate the key automatically; otherwise, false. + + + + + + + + Indicates that a property or field participates in index creation. + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the class with the specified names of additional columns. + + + + An array of values that specify the names of additional columns. This value is assigned to the property. + + + + + + + + Initializes a new instance of the IndexedAttribute class with the specified names of additional columns. + + + + A string value that specifies the names of additional columns, separated by a semicolon. This value is parsed and assigned to the property. + + + + + + + + + Initializes a new instance of the class with the specified names of additional columns. + + + + A string containing the name of the first additional column. + + + + A string containing the name of the second additional column. + + + + A string containing the name of the third additional column. + + + + + + + + Initializes a new instance of the class with the specified names of additional columns. + + + + A string containing the name of the first additional column. + + + + A string containing the name of the second additional column. + + + + + + + + Gets the names of additional columns that participate in index creation. + + + A collection of string values that specify the names of additional columns. + + + + + + + Gets or sets the name of the index. + + + A value that specifies the name of the index. + + + + + + + Gets or sets whether the index created by a property or field is a unique one. + + + + true if the index must be unique (no two persistent objects are permitted to have the same index value); otherwise, false. + + + + + + + + Specifies that the information used to retrieve persistent objects that are referenced by the current property, is included in a query used to load this property. + + + + + + + Initializes a new instance of the class with the specified property. + + + + An integer value that specifies the reference depth of the current class from the root class. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets or sets the reference depth of the current class from the root class. + + + An integer value that specifies the reference depth of the current class from the root class. + + + + + + + + Specifies the member's display name. + + + + + + + Initializes a new instance of the class with the specified property. + + + + A value which specifies the member's display name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Gets the member's display name. + + + A value which specifies the member's display name. + + + + + + + + Indicates that the property's value should not be loaded when a persistent object is being loaded. The property will be loaded the first time it is accessed. + + + + + + + Initializes a new instance of the class with the name of the field which stores the delayed property's value. + + + + A value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DelayedAttribute class with the specified settings. + + + + A value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the property. + + + + A value that specifies the group's name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DelayedAttribute class. + + + + + + + + Initializes a new instance of the DelayedAttribute class with a setting indicating whether all or only modified property values are sent for update to a data store. + + + + true if the delayed property's value is sent to a data store for update only after it has been modified; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DelayedAttribute class with the specified settings. + + + + A value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the property. + + + + A value that specifies the group's name. This value is assigned to the property. + + + + true if the delayed property's value is sent to a data store for update only after it has been modified; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DelayedAttribute class with the specified settings. + + + + A value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the property. + + + + true if the delayed property's value is sent to a data store for update only after it has been modified; otherwise, false. This value is assigned to the property. + + + + + + + + Gets the name of the field which stores the value of the delayed property. + + + A value which specifies the name of the field which stores the value of the delayed property. + + + + + + + Gets the group's name. + + + A value that specifies the group's name. + + + + + + + Gets whether the delayed property stores all or only modified values to a data store. + + + true if the delayed property's value is sent to a data store for update only after it has been modified; otherwise, false. + + + + + + + + An exception that is thrown when a persistent property marked with the attribute cannot be used to create a relation. + + + + + + + Initializes a new instance of the AssociationInvalidException class. + + + + A string that specifies the error's description. The description includes the name of the property for which a relation cannot be created. + + + + + + + + + Specifies which members are implied as persistent by default. + + + + + + + Initializes a new instance of the class. + + + + A enumeration value that specifies which members are implied to be persistent by default. This value is assigned to the property. + + + + + + + + + Gets a value that determines which members are persistent by default. + + + A enumeration value that specifies which members are implied to be persistent by default. + + + + + + + + + Specifies the database type of the column that a property is mapped to. + + + + + + + Initializes a new instance of the class. + + + + A value that specifies the column's database type. This value is assigned to the property. + + + + + + + + Gets or sets the database type of the column which a property marked with is mapped to. + + + A value that specifies the column's database type. + + + + + + + + Specifies a custom attribute for a class or a class member. + + + + + + + Initializes a new instance of the class with the specified name and value. + + + + The name of the attribute. This value is assigned to the property. + + + + The value of the attribute. This value is assigned to the property. + + + + + + + + Gets the attribute's name. + + + A value that specifies the attribute's name. + + + + + + + Gets the attribute's value. + + + The that specifies the attribute's value. + + + + + + + + Identifies the end of an association that is involved in an object relationship. + + + + + + + + Initializes a new instance of the class with the specified association name. + + + + A value which specifies the association name for the member. This value is assigned to the property. + + + + + + + + Initializes a new instance of the class with the specified association name and type. + + + + A value which specifies the association name for the member. This value is assigned to the property. + + + + A descendant representing the type which is associated with the object on the opposite end of the association. + + + + + + + + Initializes a new instance of the class with the specified type which describes the object on the opposite end of the association. + + + + The that describes the object on the opposite end of the association. + + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified settings. + + + + A value which specifies the member's association name. This value is assigned to the property. + + + + A value which specifies the name of the assembly where the type associated with the object at the opposite end of the association is declared. This value is assigned to the property. + + + + A value which specifies the full name of the type that describes the object on the opposite end of the association. This value is assigned to the property. + + + + + + + + Gets or sets the assembly name where the type which is associated with the object at the opposite end of the association is declared. + + + A value which specifies the name of the assembly where the type associated with the object at the opposite end of the association is declared. + + + + + + + Gets or sets the full name of the type which describes the object on the opposite end of the association. + + + A value which specifies the full name of the type that describes the object on the opposite end of the association. + + + + + + + + Gets the name of the association. + + + A value which specifies the member's association name. + + + + + + + + Gets or sets whether the association's name is used as the name of a junction table in a many-to-many relationship. + + + true to use the association's name as the name of a junction table; otherwise, false. + + + + + + + + Indicates that a property or field references other aggregated persistent objects. + + + + + + + Initializes a new instance of the class. + + + + + + + + + Lists the values that specify how the collection has been changed. + + + + + + + A new element has been added to the collection. + + + + + + + + An element has been removed from the collection. + + + + + + + + An element is about to be added to the collection. + + + + + + + + An element is about to be removed from the collection. + + + + + + + + + Lists the values that specify the sort order. + + + + + + + Values are sorted in ascending order. + + + + + + + + + Values are sorted in descending order. + + + + + + + + No sorting is performed. + + + + + + + + + + Lists the values that specify how XPO behaves when reloading changed objects (objects with different versions). + + + + + + + The changed objects are automatically reloaded. The default behavior can be changed by setting the field. + + + + + + + + The changed objects are not reloaded. + + + + + + + + When the client-side and database values of a property are different, the client-side value persists. When field-level tracking is disabled (see ), this value is treated like the . + + + + + + + + + When the client-side and database values of a property are different, the database value is reloaded. When field-level tracking is disabled (see ), this value is treated like the . + + + + + + + + + When the client-side and database values of a property are different, an exception is thrown. When field-level tracking is disabled (see ), this value is treated like the . + + + + + + + + + If a transaction has been started, the changed objects are not reloaded. Otherwise, the changed objects are automatically reloaded. + + + + + + + + The changed objects are automatically reloaded. + + + + + + + + An exception is thrown. + + + + + + + + + Lists the values that indicate the way in which the object has been changed. + + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + + + + + + Begins an edit on an object. + + + + + + + + Any changes made to an object have been discarded. + + + + + + + + + An object has been deleted. + + + + + + + + Editing has finished. + + + + + + + + + The value of the object's property has been changed. + + + + + + + + An object's property has been initialized with its default value. + + + + + + + + + An explicit unit of work. + + + + + + + Initializes a new instance of the ExplicitUnitOfWork class with specified settings. + + + + An object implementing the interface. This value is assigned to the property. + + + + An array of objects that implement the interface. These objects are automatically disposed of when the explicit unit of work is disconnected. + + + + + + + + Initializes a new instance of the ExplicitUnitOfWork class with the specified settings. + + + + An object implementing the interface. This value is assigned to the property. + + + + An array of objects that implement the interface. These objects are automatically disposed of when the explicit unit of work is disconnected. + + + + + + + + Initializes a new instance of the ExplicitUnitOfWork class with the specified dictionary. + + + + An descendant that provides metadata on persistent objects in a data store. + + + + + + + + Initializes a new instance of the ExplicitUnitOfWork class with default settings. + + + + + + + + Initializes a new instance of the ExplicitUnitOfWork class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created ExplicitUnitOfWork instance. + + + + + + + + Marks the starting point of an explicit transaction. + + + + + + + + Completes an explicit transaction and commits changes made within it. + + + + + + + + Asynchronously completes an explicit transaction and notifies upon completion. + + + + An delegate to be called after the changes have been saved to a data store. Use a callback to store the exception information passed as a parameter, and use this information later to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Indicates whether the explicit unit of work has started an explicit transaction or tracked data modifications. + + + true if an explicit transaction is started, or any modifications have been made within a unit of work; otherwise, false. + + + + + + + Rolls back an explicit transaction to its starting point, discarding any changes made within it. + + + + + + + + + Lists the values that control the persistent object's locking during a session. + + + + + + + A session doesn't lock objects. + + + + + + + + A session locks objects using optimistic locking. + + + + + + + + + + A data view column. + + + + + + + Initializes a new instance of the DataViewProperty class with the specified settings. + + + + + A value which specifies the column's name. This value is assigned to the property. + + + + A value which specifies the column's type. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DataViewProperty class with the specified column name. + + + + A value which specifies the column name. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DataViewProperty class with default settings. + + + + + + + + Gets or sets the column's name. + + + A value which specifies the column's name. + + + + + + + Gets or sets the column's type. + + + A value which specifies the type of values displayed within the column. + + + + + + + + Contains mapping information for class members and result set columns. + + + + + + + Initializes a new instance of the LoadDataMemberOrderItem class with the specified settings. + + + + + An integer value mapping a member passed as the classMemberName parameter to the corresponding column in a result set. This value is assigned to the property. + + + + The name of the member that is mapped to a result set column. This value is assigned to the property. + + + + + + + + Gets or sets the name of the mapped member. + + + + + + + + + + + Gets or sets the zero-based position of the mapped column in a result set. + + + + + + + + + + + + A data view that displays result set contents. + + + + + + + Initializes a new instance of the XPDataView class with default settings. + + + + + + + + Initializes a new instance of the XPDataView class, and populates it with columns based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + An object containing metadata information on the object whose persistent properties provide metadata information to populate the collection. + + + + + + + + Initializes a new instance of the XPDataView class, populates it with columns and loads data based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + An object containing metadata information on the object whose persistent properties provide metadata information to populate the collection. + + + + An object which represents a result set providing data to be loaded into the data view. + + + + + + + + Initializes a new instance of the XPDataView class, and creates columns based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + A list of names for columns to be created and added to the collection. + + + + A list of types for columns to be created and added to the collection. + + + + + + + + Initializes a new instance of the XPDataView class, populates it with columns and loads data based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + An object containing metadata information on the object whose persistent properties provide metadata information to populate the collection. + + + + An array of objects which provide mapping information. + + + + An object which represents a result set providing data to be loaded into the data view. + + + + + + + + Initializes a new instance of the XPDataView class with the specified metadata provider. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPDataView class and populates it with columns based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + A list of objects identifying persistent properties that are used to populate the collection. + + + + + + + + Initializes a new instance of the XPDataView class and populates it with columns based on the specified settings. + + + + An object which represents the metadata provider. This value is assigned to the property. + + + + An object containing metadata information on the object whose members are used to populate the collection. + + + + An array of property names that are used to populate the collection. + + + + + + + + Initializes a new instance of the XPDataView class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPDataView instance. + + + + + + + + Creates a new object with the specified name and type, and appends it to the collection. + + + + A value which specifies the column name. This value is assigned to the property. + + + + A value which specifies the column's type. This value is assigned to the property. + + + A object that was added to the collection. + + + + + + + Gets or sets whether string comparisons evaluated by the XPDataView on the client are case-sensitive. + + + true if string comparisons are case-sensitive; otherwise, false. + + + + + + + Gets the number of records within the data view. + + + An integer value which specifies the number of records within the data view. + + + + + + + Gets or sets the metadata provider used to filter and sort data using custom function operators. + + + An XPDictionary object which provides support for custom function operators used to filter and sort data displayed in the data view. + + + + + + + Gets or sets the criteria used to perform client-side filtering of data view rows. + + + A object which specifies the criteria used to filter data view rows. + + + + + + + Gets or sets the string representation of the criteria used to perform client-side filtering of data view rows. + + + A string representation of a object which specifies the filtering criteria. + + + + + + + Provides indexed access to individual records within the data view. + + + + + A zero-based integer which specifies the record's position within the data view. If it's negative or exceeds the last available index, an exception is thrown. + + + A object which represents the record at the specified position. + + + + + + + Occurs when the data view's settings are changed. + + + + + + + + Loads data from the specified result set to the data view. + + + + An object which represents a result set, providing data to be loaded into the data view. + + + + + + + + Loads data from the specified result set to the data view, mapping data view columns to result set columns. + + + + An array of objects which provide mapping information. + + + + An object which represents a result set providing data to be loaded into the data view. + + + + + + + + Populates the data view with columns based on the specified metadata information. + + + + An object containing metadata information on the object whose persistent properties are used to populate the collection. + + + + + + + + Populates the data view with columns based on the specified metadata information. + + + + An object containing metadata information on the object whose persistent properties are used to populate the collection. + + + + An array of property names that are used to populate the collection. + + + + + + + + Populates the data view with columns based on the specified metadata information. + + + + A list of objects identifying persistent properties that are used to populate the collection. + + + + + + + + Populates the data view with columns based on the specified metadata and mapping information. + + + + An object containing metadata information on the object whose persistent properties are used to populate the collection. + + + + An array of objects which provide mapping information. + + + + + + + + Provides access to the data view's columns. + + + A object representing a collection of data view columns. + + + + + + + Provides access to the collection whose elements specify sorting options for the data view. + + + + A object which contains information on the columns used in data view sorting. + + + + + + + + + + + + + + + Represents a method that will handle operations that asynchronously retrieve objects from a data store. + + + + A list of retrieved objects. + + + + A object containing the exception information related to an operation that asynchronously retrieved the objects. + + + + + + + + + + + + + + + + Represents a method that will handle asynchronous COMMIT operations. + + + + A object containing the exception information related to an asynchronous COMMIT operation. + + + + + + + + + A record within the . + + + + + + + Initializes a new instance of the DataViewRecord class. + + + + An object that represents the data view to which the record belongs. + + + + An array of objects that represent the record's data. The order of objects corresponds to columns providing values for the record. + + + + + + + + Gets the value of the column specified by its name. + + + + A value which specifies the column's name. + + + An object which represents the value of the specified column. + + + + + + + Gets the value of the column specified by its index. + + + + An integer value which represents the column's index. + + + An object which represents the value of the specified column. + + + + + + + Gets the data view to which the current record belongs. + + + An object representing the data view that owns the current record. + + + + + + + + Serves as a base for classes that provide metadata information for a class. + + + + + + + Initializes a new instance of the class with the specified property. + + + + An object which contains the new object. This value is assigned to the property. + + + + + + + + When overridden in a derived class, adds the specified member's metadata information to the collection. + + + + An object to add. + + + + + + + + Gets the name of the assembly that the class is declared in. + + + A value which specifies the assembly name that the class is declared in. + + + + + + + Gets a list of members that represent the "many" side of the association. + + + The list of members that represent the "many" side of the association. + + + + + + + When implemented in a derived class, gets the metadata information of the base class. + + + + An object which provides the metadata information of the base class. null (Nothing in Visual Basic) if the object provides a description of the class which is the root in a class hierarchy. + + + + + + + + This property is intended for internal use. + + + @nbsp; + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + When implemented in a derived class, gets the type of the class which is described by the current object. + + + A descendant which represents the type of the described class. + + + + + + + [To be supplied] + + + An object whose member is checked. + + + + + + + + Gets the interface which populates objects for the type properties. + + + The interface which populates objects for type properties. + + + + + + + + Creates a new member metadata. + + + + A value which specifies the name of the new member. + + + + A descendant which represents the type of the new member. + + + + An array of objects that represent attributes of the new member. + + + An descendant which provides the new member's metadata. + + + + + + + Creates a new member metadata. + + + + A value which specifies the name of the new member. + + + + A descendant which represents the type of the new member. + + + + true if the new member is not persistent; otherwise, false. + + + + + An array of objects that represent the attributes of the new member. + + + + An descendant which provides the new member's metadata. + + + + + + + Creates a new member metadata. + + + + A value which specifies the name of the new member. + + + + A descendant which represents the type of the new member. + + + + true if the new member is not persistent; otherwise, false. + + + + + true if the new member isn't public; otherwise, false. + + + + An array of objects that represent the attributes of the new member. + + + + An descendant which provides the new member's metadata. + + + + + + + Creates a new member metadata which is referenced to the specified object. + + + + A value which specifies the name of the new member. + + + + An object which provides the metadata of the class that the new property references. + + + + + An array of objects that represent the new member's attributes. + + + + An descendant which provides the new member's metadata. + + + + + + + Creates a new member metadata which is referenced to the specified object. + + + + A value which specifies the name of the new member. + + + + An object that provides the metadata of the class which the new property references. + + + + + true if the new member is non persistent; otherwise, false. + + + + + An array of objects that represent the attributes of the new member. + + + + An descendant which provides the new member's metadata. + + + + + + + Creates a new member metadata which references the specified object. + + + + + A value which specifies the name of the new member. + + + + An object that provides the metadata of the class which the new property references. + + + + + true if the new member is not persistent; otherwise, false. + + + + + true if the new member isn't public; otherwise, false. + + + + An array of objects that represent the new member's attributes. + + + + An descendant which provides the new member's metadata + + + + + + + Creates a new persistent object. + + + + A object which represents the session. This property is assigned to the object's property. + + + An object which is the newly created persistent object. + + + + + + + + Instantiates an existing persistent object upon loading it from the database. + + + + A object which represents the session. This property is assigned to the object's property. + + + An object which is the instantiated persistent object. + + + + + + + + Gets the object which the current object belongs to. + + + An XPDictionary object which contains the current object. + + + + + + + + Returns information on the member with the specified name. + + + + A value which specifies the member's name. + + + An object which represents member metadata. null (Nothing in Visual Basic) if a member with the specified name isn't found. + + + + + + + When implemented in a derived class, returns the full name of the class. + + + + A value which specifies the full name of the class. + + + + + + + This method is intended for internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets the value of the key property. + + + + An object which represents the persistent object. + + + An object which represents the value of the key property. + + + + + + + Returns information on the member with the specified name. + + + + + A value which specifies the member's name. + + + + An object which represents member metadata. If a member with the specified name isn't found, an exception is thrown. + + + + + + + + Indicates whether the object is currently being initialized within the specified session. + + + + The object. + + + true if the object is currently being initialized; otherwise, false. + + + + + + + Returns information on the persistent member with the specified name. + + + + + A value which specifies the member name. + + + An object which represents member metadata. null (Nothing in Visual Basic) if the member with the specified name isn't found. + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Gets the short name of the specified assembly. + + + + The assembly. + + + A string value that represents the specified assembly's short name. + + + + + + + Gets whether the class described by the current object has descendants. + + + true if the class has descendants; otherwise, false. + + + + + + + [To be supplied] + + + [To be supplied] + + [To be supplied] + + + + + + Gets the metadata information for the persistent class which provides the key value for the current object. + + + An object that contains metadata information for the persistent class which provides the key value for the current object. + + + + + + + Determines whether an instance of the current type is abstract. + + + true if an instance of the current type is abstract; otherwise, false. + + + + + + + Determines whether an instance of the current type can be assigned to an instance of the specified type. + + + + + An object which describes the type to compare with the current type. + + + true if an instance of the current type can be assigned to an instance of the specified type; otherwise, false. + + + + + + + Gets whether the object is currently being initialized. + + + true if the object is currently being initialized; otherwise, false. + + + + + + + Gets information on the key property or key field. + + + + An object which provides information about the key property or key field. If null (Nothing in Visual Basic) a is thrown. + + + + + + + + Gets a collection of objects that are owned by the current persistent class metadata information and all its ancestors. + + + An array of objects that are owned by the current persistent class metadata information and all its ancestors. + + + + + + + Returns the interface which populates objects for properties with the interface declaration. + + + The interface which populates objects for properties with the interface declaration. + + + + + + + Gets the metadata of the member that represents the optimistic lock field. + + + + An object that represents member metadata. + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + @nbsp; + + + + + + + Gets the name of the system field that is used to control object locking for objects that have the object locking option enabled. + + + + A string value that specifies the system field's name. + + + + + + + Specifies the persistent object's locking behavior. + + + An enumeration value that specifies the locking behavior. + + + + + + + Specifies how XPO behaves when reloading a changed object. + + + + An enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). + + + + + + + + Gets a collection of objects that provide metadata information on all the members owned by the class. + + + An array of objects. + + + + + + + Gets the information about the nearest persistent parent class in the inheritance hierarchy. + + + An object which corresponds to the nearest persistent parent class in the inheritance hierarchy. + + + + + + + + Gets the collection of persistent properties and fields owned by the current persistent class metadata information. + + + + A collection of objects owned by the current persistent class metadata information. + + + + + + + Gets the object which the public properties and public fields are saved in. + + + + A object which represents the table that the public properties and public fields are saved in. + + + + + + + + Gets a value that specifies which table persistent properties and fields are saved to. + + + + A enumeration value that specifies which table persistent properties and fields are saved to. + + + + + + + + Gets the name of the table in the data layer in which the object's data is stored. + + + A value which specifies the table's name. + + + + + + + Returns a string that represents the full name of the class. + + + A value which specifies the full name of the class. + + + + + + + Specifies whether or not the persistent object properties modifications are tracked. + + + + true, if the persistent objects' properties modifications are tracked; otherwise, false. + + + + + + + + A custom function that determines whether a particular object is of a specified type or derives from it. + + + + + + + Designates the IsInstanceOfTypeFunction custom function operator's category. + + + A FunctionCategory value specifying the custom function's category. + + + + + + + Specifies the IsInstanceOfTypeFunction custom function operator's description. + + + A text describing the custom function's syntax and purpose. + + + + + + + Evaluates the IsInstanceOfTypeFunction custom function operator on the client. + + + + An array of objects specifying function operands (parameters). + + + An Object specifying the custom function's return value, calculated based on the operands. + + + + + + + Specifies the name of the IsInstanceOfTypeFunction custom function operator. + + + [To be supplied] + + + + + + Determines whether the IsInstanceOfTypeFunction custom function operator can accept a specified number of operands (parameters). + + + + An integer value specifying the number of operands (parameters) passed to the custom function. + + + true if the number of operands (parameters) passed as the count is valid for the custom function; otherwise, false. + + + + + + + Determines whether a certain type can be passed as a specified operand to the IsInstanceOfTypeFunction custom function operator. + + + + A zero-based integer value specifying an operand's index among a custom function's operands. + + + + An integer value specifying the total number of operands passed to the custom function. + + + + [To be supplied] + + true if the custom function accepts the type; otherwise, false. + + + + + + + Specifies the maximum number of operands (parameters) the IsInstanceOfTypeFunction function operator can accept. + + + An integer value specifying the maximum number of function operands (parameters) the custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. + + + + + + + Specifies the minimum number of operands (parameters) required by the IsInstanceOfTypeFunction function operator. + + + An integer value specifying the least possible number of function operands (parameters) required by the custom function. 0 indicates that operands can be omitted. + + + + + + + Specifies name of the IsInstanceOfTypeFunction custom function operator. + + + A String used to identify a custom function. + + + + + + + Registers the IsInstanceOfTypeFunction custom function operator by calling the method. + + + + + + + + Determines the IsInstanceOfTypeFunction custom function operator result type based on the type of operands passed to the operator. + + + + An array of function operator (parameter) types. + + + A Type object specifying the return value type of the custom function. + + + + + + + + Lists the values that specify how globally unique identifiers are generated. + + + + + + + The method is used to create a new identifier. + + + + + + + + The UuidCreateSequential function is used to create a new identifier. + + + + + + + + + The base class for proxies. + + + + + + + Obtains the value from the property of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + Delegates the call to the corresponding method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the corresponding overloaded method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the corresponding overloaded method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + Obtains the value from the property of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + Delegates the call to the method of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A distributed object access layer (an implementation) for client applications transferring data via WCF. + + + + + + + Initializes a new instance of the SerializableObjectLayerServiceClient class using the configuration information specified in the client application's configuration file by confName. + + + + The name of the endpoint in the client application's configuration file. + + + + + + + + Initializes a new instance of the SerializableObjectLayerServiceClient class with specified settings. + + + + A object specifying binding elements used for communication between the client and a service. + + + + A object specifying a unique network address that the client uses to communicate with a service endpoint. + + + + + + + + + The base class for WCF services providing access to data via distributed object access layers ( implementors). + + + + + + + Initializes a new instance of the SerializableObjectLayerService class with a specified serializable object layer. + + + + An object implementing the interface. The specified object is exposed via the property. + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the property's getter of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the corresponding overloaded method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the corresponding overloaded method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + Delegates the call to the method of an object layer instance passed to the SerializableObjectLayerService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Returns a serializable object layer used to initialize the current SerializableObjectLayerService instance. + + + An implementor passed as a parameter to the constructor. + + + + + + + + Defines a WCF service contract to access data via objects. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An object which contains information on objects marked for deletion. + + + + An object which contains information on objects marked for saving. + + + + A enumeration value specifying whether check for optimistic locking is made. + + + An OperationResult@lt;CommitObjectStubsResult[]@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + A value which specifies the assembly name to be assigned to the property. + + + + A value which specifies the type name to be assigned to the property. + + + An OperationResult@lt;Object@gt; object denoting the operation result. + + + + + + + When implemented by a class, obtains the value from an object layer's property implementation and returns the operation result. + + + An OperationResult@lt;Boolean@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;XPObjectStubCollection[]@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;XPObjectStubCollection@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;XPObjectStubCollection@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + An OperationResult@lt;String[]@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + An OperationResult@lt;Boolean@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + An OperationResult@lt;Boolean@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + A value specifying the ownerObject's property that references a collection property. + + + + An specifying the object that owns the collection property. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;XPObjectStubCollection@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes the corresponding overloaded method implementation of an object layer and returns the operation result. + + + + An object that is a metadata information provider. + + + + A persistent object containing delayed properties specified by the props. + + + + An array of strings specifying delayed the theObject's properties whose values are loaded. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;Object[]@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes the corresponding overloaded method implementation of an object layer and returns the operation result. + + + + An object that is a metadata information provider. + + + + An object which contains information on persistent objects containing the delayed property specified by the property. + + + + A value specifying a delayed property whose values are loaded. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;Object[]@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + An OperationResult@lt;SerializableObjectLayerResult@lt;XPObjectStubCollection[]@gt;@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + An OperationResult@lt;PurgeResult@gt; object denoting the operation result. + + + + + + + When implemented by a class, executes an object layer's method implementation and returns the operation result. + + + + An object that is a metadata information provider. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + An OperationResult@lt;Object[][]@gt; object denoting the operation result. + + + + + + + + Stores persistent objects in memory. + + + + + + + This constructor is obsolete. + + + + @nbsp; + + + + + + @nbsp; + + + + + + + + Initializes a new instance of the InMemoryDataStore class. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Initializes a new instance of the InMemoryDataStore class and sets the property to . + + + + + + + + Initializes a new instance of the InMemoryDataStore class with the specified settings. + + + + An value that specifies which operations should be performed when storage is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + Initializes a new instance of the InMemoryDataStore class with the specified settings. + + + + An value that specifies which operations should be performed when storage is accessed for the first time. This parameter is used to initialize the property. + + + + true if case-sensitive comparisons should be performed for strings during expression evaluations or sorting; otherwise false. + + + + + + + + Initializes a new instance of the InMemoryDataStore class using the underlying storage of a specific InMemoryDataStore. + + + + An whose underlying storage the current InMemoryDataStore will use. + + + + An value that specifies which operations should be performed when storage is accessed for the first time. This parameter is used to initialize the property. + + + + + + + + Gets whether the InMemoryDataStore object is allowed to create a schema in the associated DataSet. + + + true if the property's value contains the or option. + + + + + + + Gets whether the InMemoryDataStore performs case-sensitive comparisons for strings during expression evaluations or sorting. + + + true if string comparisons are case-sensitive; otherwise, false. + + + + + + + This method supports the internal infrastructure and is not intended to be called directly from your code. + + + + + + + + + + + + + + + + + + + + + + This property is obsolete. + + + @nbsp; + + + + + + + Returns a connection string that can be used to create an InMemoryDataStore instance. + + + + A string value that specifies the name (including the path) of the XML document that includes both schema and data. + + + A string containing the connection string to an InMemoryDataStore instance. + + + + + + + Returns a connection string that can be used to create an InMemoryDataStore instance. + + + + A string value that specifies the name (including the path) of the XML document that includes both schema and data. + + + + true if the XML document isn't allowed to be changed; otherwise, false. + + + A string containing the connection string to an InMemoryDataStore instance. + + + + + + + Returns a connection string that can be used to create an InMemoryDataStore instance that is not bound to an XML file. + + + + true if string comparisons during expression evaluations or sorting are case-sensitive; otherwise, false. + + + A string containing the connection string to an InMemoryDataStore instance. + + + + + + + Returns information that describes the structures of the specified tables. + + + + An array of table names whose information should be retrieved. + + + An array of objects that describe the structures of the requested tables. + + + + + + + Returns a list of the available tables in the data store. + + + + true, to include available database views in the resulting array; otherwise, false. + + + An array of the table names in the data store. + + + + + + + Returns an array of stored procedures available within the data store. + + + An array containing available stored procedures. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Copies the content from a specified . + + + + An object which specifies the source in-memory data store. + + + + + + + + Reads the data into the InMemoryDataStore from a specific XmlReader. + + + + A System.Xml.XmlReader object to read data from. + + + + + + + + Reads the data into the InMemoryDataStore from a specific file. + + + + The name of the file to read data from. + + + + + + + + Registers the provider for use with XPO. + + + + + + + + Registers a custom function operator. + + + + An object which is a custom function operator to be registered. + + + + + + + + Registers custom function operators. + + + + An object which specifies the custom function operators to be registered. + + + + + + + + + Gets an object that can be used to synchronize access to the InMemoryDataStore. + + + An object that can be used to synchronize access to the InMemoryDataStore. + + + + + + + Writes the data contained in the InMemoryDataStore to the specified XmlWriter. + + + + A System.Xml.XmlWriter object to which to write data. + + + + + + + + + Writes the data contained in the InMemoryDataStore to the specified file. + + + + The name of the file to which to write data. + + + + + + + + + Gets the name of the current connection provider. This name is used internally when generating a connection string via the method. + + + [To be supplied] + + + + + + + An exception that is thrown when the sequence of the BeginTransaction, CommitTransaction and RollbackTransaction methods is incorrect. + + + + + + + Initializes a new instance of the TransactionSequenceException class. + + + + A string that specifies the description of the exception. + + + + + + + + + Serves as a base for classes that represent persistent objects. + + + + + + + Initializes a new instance of the PersistentBase class. + + + + A object that represents the session used to load and save persistent objects. This value is assigned to the property. + + + + An descendant which provides the class metadata. This value is assigned to the property. + + + + + + + + Invoked when the current object is about to be initialized after its creation. + + + + + + + + Gets a value that provides access to the metadata information of a class gathered via Reflection. + + + An descendant which provides the class metadata. + + + + + + + Determines whether the current object has the same settings as the specified object. + + + + The object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + + + + Gets an object that contains field identifiers for Simplified Criteria Syntax. + + + The FieldsClass object that can contain field identifies. + + + + + + + This member supports the internal infrastructure and isn't intended to be used directly from your code. + + + + + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PersistentBase object. + + + An integer value representing the hash code for the current object. + + + + + + + For internal use; + + + + @nbsp; + + + @nbsp; + + + + + + + Indicates whether the current persistent object is marked as deleted. + + + true if the current object is marked as deleted; otherwise, false. + + + + + + + Indicates whether the object is currently being initialized. + + + true if the object is currently being initialized; otherwise, false. + + + + + + + Gets the session used to load and save persistent objects. + + + A object that represents the session used to load and save persistent objects. + + + + + + + Returns a string which represents the current object. + + + A value which represents the current PersistentBase object. + + + + + + + + Provides data for object manipulation events. + + + + + + + Initializes a new instance of the class. + + + + A object whose persistent objects are being processed. This value is assigned to the property. + + + + The collection of persistent objects that are involved in processing. This collection is assigned to the property. + + + + + + + + Gets the collection of persistent objects that are currently being processed. + + + The collection of persistent objects involved in processing. + + + + + + + Gets the session whose persistent objects are currently being processed. + + + A object whose persistent objects are being processed. + + + + + + + + Specifies the field-level optimistic locking settings of a persistent object. + + + + + + + Initializes a new instance of the OptimisticLockingReadBehaviorAttribute class with the specified property value. + + + + An enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). + + + + + + + + + Initializes a new instance of the OptimisticLockingReadBehaviorAttribute class with the specified and property values. + + + + An enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). Overrides the setting. + + + + + + true, if the persistent objects' properties modifications are tracked; otherwise, false. Overrides the setting. + + + + + + + + Specifies how XPO behaves when reloading changed objects (objects with different versions). + + + An enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). Overrides the setting. + + + + + + + + Specifies whether or not the persistent object properties modifications are tracked. + + + + true, if the persistent objects' properties modifications are tracked; otherwise, false. Overrides the setting. + + + + + + + + Provides helper methods allowing you to manage the SQL Server Express LocalDB instances. + + + + + + + Initializes a new instance of the MSSqlLocalDBApi class with the specified LocalDBInstance.dll file location. + + + + A string path to the LocalDBInstance.dll file to load. + + + + + + + + Initializes a new instance of the MSSqlLocalDBApi class. + + + + + + + + Throws an ObjectDisposedException if the LocalDBInstance.dll handle is IntPtr.Zero. + + + + + + + + Creates a new SQL Server Express LocalDB instance. + + + + The LocalDB version, for example 11.0 or 11.0.1094.2. + + + + The name for the LocalDB instance to create. + + + + + + + + Deletes the specified LocalDB instance. + + + + A string name of the LocalDB instance to be deleted. + + + + + + + + Disposes the MSSqlLocalDBApi instance. + + + + + + + + Returns information for the specified SQL Server Express LocalDB instance. + + + + A string that is the instance name. + + + An MSSqlLocalDBInstanceInfo object that contains information on the specified LocalDB instance, e.g., whether it exists, the LocalDB version it uses, whether it is running, etc. + + + + + + + Returns the names of all SQL Server Express LocalDB instances. + + + + A string array that contains the names of both named and default LocalDB instances on the user's workstation. + + + + + + + Returns information for the specified SQL Server Express LocalDB version. + + + + The LocalDB version name. + + + An MSSqlLocalDBVersionInfo object that specifies whether the SQL Server Express LocalDB version exists and provides the full LocalDB version number (including build and release numbers). + + + + + + + + Returns all SQL Server Express LocalDB versions installed. + + + A string array that contains the names of the installed LocalDB versions. + + + + + + + + Gets the buffer size to store a LocalDB connection string (260, by default). + + + [To be supplied] + + + + + + Gets the maximum LocalDB instance name length (43, by default). + + + [To be supplied] + + + + + + Gets the maximum length of the LocalDB version (43, by default). + + + [To be supplied] + + + + + + Gets the maximum length of the security identifier (186, by default). + + + [To be supplied] + + + + + + Shares the specified SQL Server Express LocalDB instance with other users with the specified shared name. + + + + A System.Security.Principal.Security object which is the security identifier (SID) of the instance owner. + + + + A string that is the private name for the LocalDB instance to be shared. + + + + + A string that is the shared name for the LocalDB instance to be shared. + + + + + + + + + Starts the specified SQL Server Express LocalDB instance. + + + + A string that is the name of the LocalDB instance to be started. + + + + + A string that is the connection string to the LocalDB instance. + + + + + + + + Starts tracing API calls for all the SQL Server Express LocalDB instances that belong to the current system user. + + + + + + + + + Stops the specified SQL Server Express LocalDB instance from running. + + + + The string name of the LocalDB instance to be stopped. + + + + + An MSSqlLocalDBShutdownFlags enumeration value that specifies the way to stop the instance. + + + + An integer number that is the number of seconds to wait for the stop operation to complete. If set to 0, the method returns immediately without waiting for the LocalDB instance to stop. + + + + + + + + + Stops tracing API calls for all the SQL Server Express LocalDB instances that belong to the current system user. + + + + + + + + + Stops the sharing of the specified SQL Server Express LocalDB instance. + + + + A string that is the shared name of the LocalDB instance that will no longer be shared. + + + + + + + + + + Contains values that specify the field-level locking behavior. + + + + + + + The optimistic lock field is considered. + + + + + + + + All properties are checked. + + + + + + + + Modified properties are checked. + + + + + + + + Locking is disabled. + + + + + + + + + An exception that is thrown when an error occurs when building the tree structure of classes. + + + + + + + + Initializes a new instance of the UnableToFillRefTypeException class. + + + + A string that specifies the name of the object type that causes the exception. + + + + A string that specifies the object's property name. + + + + An exception that is the cause of the current exception. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the property name of the currently processed object. + + + A string that specifies the property name. + + + + + + + Gets the name of the object type that causes the exception. + + + A string that specifies the name of the object type that causes the exception. + + + + + + + + The Root element that is used to connect Node elements to a data store being cached, tracking data store changes via SqlDependency notifications. + + + + + + + Returns which operations are performed when a session connects a cached data store for the first time. + + + An AutoCreateOption value specifying which operations are performed when a session connects a cached data store for the first time. + + + + + + + Returns a cached data store provider, created based on specified settings. + + + + A string that specifies the connection string. Use the method to create valid connection strings. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A instance (an IDataStore implementation) which is connected to a MSSql2005SqlDependencyCacheRoot associated with a , that is created based on specified settings. + + + + + + + Returns a cached data store provider, created based on specified settings. + + + + A string that specifies the connection string. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + An array of IDisposable objects that must be disposed on disconnecting from the database. + + + + A instance (an IDataStore implementation) which is connected to a MSSql2005SqlDependencyCacheRoot associated with a , that is created based on specified settings. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified providing access to a database to be cached. + + + + A providing access to the database. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified , providing access to a database to be cached, based on specified settings. + + + + An providing access to the database. + + + + A object providing cache configuration settings. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a , which is created to provide access to a database to be cached, based on specified settings. + + + + A string that specifies the connection string for a object, which is created for a providing access to a database to be cached. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified MS SQL Server provider, which is used to access a database to be cached, based on specified settings. + + + + A MS SQL Server provider (an object implementing the ). Normally, you can pass a object as the parameter. + + + + An object providing access to a database to be cached. + + + + A SQL query formatter (an object implementing the ISqlGeneratorFormatter). Normally, you can pass a object as the parameter. + + + + A object providing cache configuration settings. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified MS SQL Server provider, which is used to access a database to be cached, based on specified settings. + + + + A MS SQL Server provider (an object implementing the ). Normally, you can pass a object or its descendant as the parameter. + + + + An object providing access to a database to be cached. + + + + A SQL query formatter (an object implementing the ISqlGeneratorFormatter). Normally, you can pass a object or its descendant as the parameter. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Creates a MSSql2005SqlDependencyCacheRoot instance associated with a , which is created to provide access to a database to be cached, based on specified settings. + + + + A string that specifies the connection string for a object, which is created for a , providing access to a database to be cached. + + + + An value that specifies which operations should be performed when a data store is accessed for the first time. + + + + A object providing cache configuration settings. + + + + An array of IDisposable objects that must be disposed on disconnect from the database. + + + A MSSql2005SqlDependencyCacheRoot instance (a ICacheToCacheCommunicationCore implementation) ready to be used as the Root element in a cached hierarchy. + + + + + + + Executes a specified command via the current Root element with specific parameters and returns the operation result. + + + + A specifying the command to execute. + + + + An object specifying the command's parameters. + + + An Object denoting the operation result. + + + + + + + Updates data in a cached data store using specified settings and returns the operation result. + + + + A object specifying MSSql2005SqlDependencyCacheRoot state information. + + + + An array of data modification statements. + + + A DataCacheModificationResult object denoting the result of the data modifications. + + + + + + + Updates data in a cached data store using specified modification statements and returns the operation result. + + + + An array of data modification statements. + + + A ModificationResult object denoting the result of the data modifications. + + + + + + + Informs a cached data store's Root element about specific modified tables. + + + + A Root element's state stored by a specific cache Node. + + + + An array of table names specifying modified tables. + + + A DataCacheResult object specifying a Root element's state. + + + + + + + Synchronizes table update information with a cached data store's Root element. + + + + A Root element's state stored by a specific cache Node. + + + A DataCacheResult object specifying a Root element's state. + + + + + + + Registers MSSql2005SqlDependencyCacheRoot as a data store provider for use with XPO. + + + + + + + + Fetches data from a cached data store using specified query statements and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of query statements. + + + A DataCacheSelectDataResult object denoting the result of the data fetch. + + + + + + + Fetches data from a cached data store using specified query statements. + + + + An array of statements to obtain data from the cached data store. + + + Data retrieved from the cached data store. + + + + + + + Updates a cached data store's schema according to specified settings. + + + + A Root element's state stored by a specific cache Node. + + + + An array of tables whose structure should be saved in a cached data store. + + + + true if the schema should not be created when the table that corresponds to the first item in the tables array doesn't exist in a cached data store; otherwise, false. + + + A DataCacheUpdateSchemaResult denoting the result of the update operation. + + + + + + + Updates a cached data store's schema according to specified settings. + + + + true if the schema should not be created when the table that corresponds to the first item in the tables array doesn't exist in a cached data store; otherwise, false. + + + + An array of tables whose structure should be saved in a cached data store. + + + An UpdateSchemaResult denoting the result of the update operation. + + + + + + + Gets the name of a cached data store provider that is created via the method. This name is used internally when generating a connection string via the method. + + + + + + + + + + Gets the name of a cached data store provider that is created via the method. This name is used internally when generating a connection string via the method. + + + + + + + + + + + A manager for custom criteria used in LINQ to XPO expressions. + + + + + + + Searches custom criteria registered in an application via the and method calls for a criterion associated with a specified method. + + + + A object identifying a method associated with a custom criterion to search. + + + An object that returns the methodInfo via the method implementation, if found; otherwise, null (Nothing in Visual Basic). + + + + + + + Returns custom criteria registered in an application via the and method calls. + + + A CustomCriteriaCollection object containing all custom criteria registered via the methods mentioned above. + + + + + + + Registers specified custom criteria to use in LINQ to XPO expressions. + + + + A collection of objects implementing custom criteria to register. + + + + + + + + Registers a specified custom criterion to use in LINQ to XPO expressions. + + + + An object implementing a custom criterion to register. + + + + + + + + Returns custom criteria registered in an application via the and method calls. + + + A Int32 object which containing all custom criteria registered via the methods mentioned above. + + + + + + + Unregisters a specified custom criterion from use in LINQ to XPO expressions in your application. + + + + An object instance specifying a custom critrerion to unregister. + + + true if the customCriterion has successfully been removed from a collection returned by the function; otherwise, false. + + + + + + + Unregisters a custom criterion associated with a specified method from use in LINQ to XPO expressions in your application. + + + + A object of a method associated with a custom criterion to unregister. + + + true if a custom criterion associated with the method whose metadata matches the methodInfo has successfully been removed from a collection returned by the function; otherwise, false. + + + + + + + + Provides extension methods to work with objects. + + + + + + + Asynchronously enumerates a specified query and notifies upon completion. + + + + An to be enumerated. + + + + An AsyncEnumerateCallback@lt;T@gt; delegate, which is a method to be called after all elements in the query are enumerated. + + + + + + + + Asynchronously enumerates a specified query and notifies upon completion. + + + + An to be enumerated. + + + + An AsyncEnumerateCallback delegate, which is a method to be called after all elements in the query are enumerated. + + + + + + + + Creates a new instance from a specified session's scope. + + + + A object or its descendant, which instantiates an . The specified session is assigned to the property. + + + An object instantiated from the session's scope. + + + + + + + Creates a new instance with the InTransaction () mode enabled, from a specified session's scope. + + + + + A object or its descendant, which instantiates an . The specified session is assigned to the property. + + + An object, instantiated from the session's scope, with the InTransaction mode enabled. + + + + + + + + + The interface which must be implemented by classes that provide information on custom functions to use in LINQ to XPO expressions. + + + + + + + When implemented by a class, returns the metadata of a method associated with a custom function used in LINQ to XPO expressions. + + + A MethodInfo object which identifies the method to be used to evaluate a custom function, based on specified function parameters. + + + + + + + + The interface which must be implemented by classes that provide information on custom criteria to use in LINQ to XPO expressions. + + + + + + + When implemented by a class, returns a equivalent to a custom function used in LINQ to XPO expressions, based on specified function parameters. + + + + An array of containing function parameters. + + + A CriteriaOperator object which corresponds to parameters passed as the operands. + + + + + + + When implemented by a class, returns the metadata of a method associated with a custom criterion used in LINQ to XPO expressions. + + + A MethodInfo object which identifies the method to be used to evaluate a custom function associated with a custom criterion, based on specified function parameters. + + + + + + + + Lists values that specify how filter criteria are evaluated within a transaction. + + + + + + + + Criteria are evaluated on the data store side. Objects created within a transaction (Cache), are not processed by the criteria. Objects modified within a transaction, are not processed. Instead, their images, stored in the data store, are processed by the criteria. + + + + + + + + + All objects (Data Store and Cache) are processed by the filter criteria. + + + + + + + + + Defines how references to instances of persistent objects are stored in a session's cache. + + + + + + + The behavior is determined by XPO. For instance, in XPO version 8.1 this is equal to CacheBehavior.Weak. + + + + + + + + Direct references to objects are used. + + + + + + + + Instances of the System.WeakReference class are used. + + + + + + + + + A component that can be used as a data source for a GridControl and GridLookUpEdit controls in Server Mode. + + + + + + + Initializes a new instance of the XPServerCollectionSource class with a given , object type and filter criteria. + + + + The that will be used to load and save persistent objects. This value is used to initialize the property. + + + + An object that identifies the class describing the target data table. This value is used to initialize the property, and indirectly the property. + + + + A object that specifies a filter expression applied to data on the data store side. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPServerCollectionSource class with default settings. + + + + + + + + + Initializes a new instance of the XPServerCollectionSource class with a given and object type. + + + + The that will be used to load and save persistent objects. This value is used to initialize the property. + + + + The type of an object that describes the target data table. This value is used to initialize the property, and indirectly the property. + + + + + + + + Initializes a new instance of the XPServerCollectionSource class with a given , object type and filter criteria. + + + + The that will be used to load and save persistent objects. This value is used to initialize the property. + + + + The type of an object that describes the target data table. This value is used to initialize the property, and indirectly the property. + + + + A object that specifies a filter expression applied to data on the data store side. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPServerCollectionSource class with a given and object type. + + + + The that will be used to load and save persistent objects. This value is used to initialize the property. + + + + An object that identifies the class describing the target data table. This value is used to initialize the property, and indirectly the property. + + + + + + + + Initializes a new instance of the XPServerCollectionSource class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created XPServerCollectionSource instance. + + + + + + + + Gets or sets whether data editing is allowed. + + + true to allow data editing; otherwise, false. + + + + + + + Gets or sets whether new items can be added to a collection by a bound control. + + + true to allow adding new items; otherwise, false. + + + + + + + Gets or sets whether items can be removed from a collection by a bound control. + + + true to allow remove items; otherwise, false. + + + + + + + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + + + A String object which contains the names of the columns against which data source contents are sorted. + + + + + + + Gets or sets whether the persistent object is deleted from the data store when it is removed from the collection. + + + true if the persistent object is deleted from the data store when it is removed from the collection; otherwise, false. + + + + + + + Gets or sets properties that are available for binding in a bound data-aware control at design time. + + + + The displayable properties list, containing property paths separated by semicolons. For example, "FirstName;LastName;Company.Name;Address.City". + + + + + + + Gets or sets the criteria used to filter objects on the data store side. These criteria are never affected by the data-aware control that is bound to the current XPServerCollectionSource object. + + + A object that specifies the criteria to filter objects on the data store side. + + + + + + + Gets or sets an expression in a string format, used to filter objects on the data store side. This filter is never affected by the data-aware control that is bound to the current XPServerCollectionSource object. + + + + A string that specifies the filter expression applied to data on the data server side. + + + + + + + Gets a object that describes the target data table in the data store. + + + An object that describes the target data table in the data store. + + + + + + + Gets the type of the object that describes the target data table in the data store. + + + The of the object that describes the target data table. + + + + + + + Forces the bound data-aware control to reload data from the data store. + + + + + + + + Enables the XPServerCollectionSource to be associated with a session. + + + + + + + + Fires when a data server throws an exception. + + + + + + + + Gets or sets the used by the current XPServerCollectionSource object. + + + The session with a connection to a data source. The default value is . + + + + + + + Gets or sets whether the XPServerCollectionSource tracks item changes. + + + true to raise the ListChange event after an item has been changed; otherwise, false. + + + + + + + + The result of an operation performed by the , , or . + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + Specifies the maximum number of retries to be made when the execution of an operation fails. The default value is 3. + + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + A container for persistent class metadata providers passed via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + A unit of work. + + + + + + + Initializes a new instance of the UnitOfWork class with the specified dictionary. + + + + An descendant that provides metadata on persistent objects in a data store. + + + + + + + + + Initializes a new instance of the UnitOfWork class with the specified settings. + + + + An object which implements the interface. This value is assigned to the property. + + + + An array of objects that implement the interface. These objects are automatically disposed of when the unit of work is disconnected. + + + + + + + + Initializes a new instance of the class with default settings. + + + + + + + + Initializes a new instance of the UnitOfWork class with specified settings. + + + + An object implementing the interface. This value is assigned to the property. + + + + An array of objects that implement the interface. These objects are automatically disposed of when the explicit unit of work is disconnected. + + + + + + + + Initializes a new instance of the UnitOfWork class and adds it to a form's container. + + + + An IContainer object, which is the owner container of the created UnitOfWork instance. + + + + + + + + Commits all the changes made to persistent objects to a data store. + + + + + + + + Asynchronously commits all the changes made to persistent objects to a data store and notifies upon completion. + + + + A delegate to be called after the changes have been saved. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Reloads the state of persistent objects modified within the current Unit of Work from the data store. + + + + + + + + + A nested unit of work. + + + + + + + Returns the object in the current unit of work which is the 'copy' of the specified object that is owned by the parent session or unit of work. + + + + The parent object whose 'copy' in the nested unit of work is returned. + + + The object in the current unit of work which is the 'copy' of the specified object. + + + + + + + Returns the object of the type designated by the specified generic type parameter, which is the 'copy' of the specified object owned by the parent session. + + + + The parent object of the type designated by the specified generic type parameter whose 'copy' in the nested unit of work is returned. + + + The object in the current unit of work which is the 'copy' of the specified object. + + + + + + + Returns the objects in the current unit of work which are 'copies' of the specified objects that are owned by the parent session or unit of work. + + + + + The parent objects whose 'copies' in the nested unit of work are returned. + + + The objects in the current unit of work which are 'copies' of the specified object. + + + + + + + + Returns the object in the parent session or unit of work whose 'copy' in the current unit of work is specified. + + + + The object in the current unit of work which is the 'copy' of the returned object. + + + The parent object whose 'copy' in the current unit of work is specified. + + + + + + + Returns the object in the parent session of the type designated by the specified generic type parameter, whose 'copy' in the current unit of work is specified. + + + + The object in the current unit of work which is the 'copy' of the returned object. + + + The parent object whose 'copy' in the current unit of work is specified. + + + + + + + Gets the parent session or unit of work. + + + A object or descendant which owns the current unit of work. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Enables deferred object deletion. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified property. + + + + true to enable deferred deletion; otherwise, false. This value is assigned to the property. + + + + + + + + Gets or sets whether deferred object deletion is enabled. + + + true to enable deferred object deletion; otherwise, false. + + + + + + + + Defines additional members for object access layers created for units of work (or sessions) in distributed applications. + + + + + + + When implemented by a class, returns information on persistent objects marked for deletion in parent sessions. + + + A SerializableObjectLayerResult instance that exposes an object containing information on persistent objects marked for deletion in parent sessions. + + + + + + + When implemented by a class, returns information on persistent objects marked for saving in parent sessions. + + + A SerializableObjectLayerResult instance that exposes an object containing information on persistent objects loaded from the immediate parent session. elements match objects marked for saving in parent sessions. + + + + + + + When implemented by a class, returns metadata information on persistent objects modified in parent sessions. + + + An array of strings that can be used to identify metadata information for objects modified in parent sessions relative to an object layer's session. + + + + + + + When implemented by a class, indicates if a specified object corresponds to a an object marked for deletion in parent sessions. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + true if the object identified by the theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false. + + + + + + + When implemented by a class, indicates if a specified object corresponds to a an object marked for saving in parent sessions. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + true if the object identified by the theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. + + + + + + + When implemented by a class, loads data to a specific property marked for delayed loading in specified objects. + + + + An object that is a metadata information provider. + + + + An object which contains information on persistent objects containing the delayed property specified by the property. + + + + A value specifying a delayed property whose values are loaded. + + + A SerializableObjectLayerResult instance that exposes an array of loaded property values corresponding to the objects collection elements. + + + + + + + When implemented by a class, loads data to specific properties marked for delayed loading in a specified object. + + + + An object that is a metadata information provider. + + + + A persistent object containing delayed properties specified by the props. + + + + An array of strings specifying the delayed theObject's properties whose values are loaded. + + + A SerializableObjectLayerResult instance that exposes an array of loaded property values corresponding to the props array elements. + + + + + + + + Defines essential members for object access layers created for units of work (or sessions) in distributed applications. + + + + + + + When implemented by a class, indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via an object layer's method call; otherwise, false. + + + + + + + When implemented by a class, commits changes made to specified objects and returns information on modified objects. + + + + An object that is a metadata information provider. + + + + An object which contains information on objects marked for deletion. + + + + An object which contains information on objects marked for saving. + + + + A enumeration value specifying whether check for optimistic locking is made. + + + An array of CommitObjectStubsResult objects containing information on modified objects. + + + + + + + When implemented by a class, creates an record. + + + + A value which specifies the assembly name to be assigned to the property. + + + + A value which specifies the type name to be assigned to the property. + + + + + + + + When implemented by a class, returns information on persistent objects retrieved from a data store using queries based on specified object types and key values. + + + + An object that is a metadata information provider. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + A SerializableObjectLayerResult instance that exposes an array of objects containing information on retrieved objects. + + + + + + + When implemented by a class, loads a collection property using specified settings. + + + + An object that is a metadata information provider. + + + + A value specifying the ownerObject's property that references a collection property. + + + + An specifying the object that owns the collection property. + + + A SerializableObjectLayerResult@lt;XPObjectStubCollection@gt; object which contains information on collection objects. + + + + + + + When implemented by a class, loads persistent objects using specified settings. + + + + An object that is a metadata information provider. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + A SerializableObjectLayerResult instance that exposes an array of object collections corresponding to the queries. + + + + + + + When implemented by a class, removes all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + When implemented by a class, retrieves object data from a session using specified query parameters. + + + + An object that is a metadata information provider. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A SerializableObjectLayerResult instance that exposes an array whose elements are property values corresponding to the properties of objects retrieved from the associated session. + + + + + + + + Defines methods for object access layers created for nested units of work and units of work (or sessions) created in client applications based on implementations. + + + + + + + When implemented by a class, returns a collection of objects marked for deletion in parent sessions. + + + + A object to which objects marked for deletion are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for deletion in parent sessions. + + + + + + + When implemented by a class, returns a collection of objects marked for saving in parent sessions. + + + + A object to which objects marked for saving are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for saving in parent sessions. + + + + + + + When implemented by a class, returns the metadata of objects modified in parent sessions relative to a specified session. + + + + A object specifying a session whose immediate parent session starts the search for modified objects up the nesting session hierarchy. + + + A collection of objects identifying objects modified in parent sessions relative to the session. + + + + + + + When implemented by a class, indicates if a specified object corresponds to a an object marked for deletion in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false. + + + + + + + When implemented by a class, indicates if a specified object corresponds to a an object marked for saving in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. + + + + + + + + Defines members providing backward compatibility for sessions that directly accessed corresponding members in previous XPO versions. + + + + + + + When implemented by a class, returns an value associated with an object layer. + + + An AutoCreateOption enumeration value which specifies the action which is performed when connecting to a data store. + + + + + + + When implemented by a class, provides access to a object that is used to access a database. + + + An object which implements the interface. + + + + + + + When implemented by a class, loads data to specific properties marked for delayed loading in a specified object. + + + + A that is used to retrieve data for delayed properties. + + + + A persistent object containing delayed properties specified by the props. + + + + A MemberPathCollection object containing member paths of delayed properties whose values are loaded. + + + An array of loaded property values that correspond to the props collection elements. + + + + + + + When implemented by a class, loads data to a specific property marked for delayed loading in specified objects. + + + + A that is used to retrieve data for delayed properties. + + + + A list of persistent objects containing the delayed property specified by the property. + + + + An object specifying a delayed property whose values are loaded. + + + An ObjectDictionary@lt;Object@gt; of loaded property values that correspond to the objects list elements. + + + + + + + When implemented by a class, this event will occur when a data store's schema is initialized or updated. + + + + + + + + When implemented by a class, updates a data store's schema according to the class descriptions of the specified types. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the data store; otherwise, false. + + + + An array of objects specifying the types of objects for which schema should be created in the data store. + + + An UpdateSchemaResult enumeration value which specifies the result of the update operation. + + + + + + + + The interface to which object access layers should conform. + + + + + + + When implemented by a class, indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via an object layer's method call; otherwise, false. + + + + + + + When implemented by a class, commits object changes made in a specified session. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + + + + + When implemented by a class, asynchronously commits object changes made in a specified session and notifies upon completion. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + An delegate to be called after the changes have been committed. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + When implemented by a class, creates an record. + + + + An object specifying a valid persistent type. + + + + + + + + When implemented by a class, returns a specifying the correspondence of objects to records. + + + A Dictionary@lt;XPClassInfo, XPObjectType@gt;, providing a collection of complementary - pairs. + + + + + + + + When implemented by a class, returns persistent objects from a specified session using queries based on specified object types and key values. + + + + A that is used to retrieve persistent objects. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + An array of persistent object collections retrieved for query data passed as the queries parameter. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + When implemented by a class, loads a collection property using specified settings. + + + + A that is used to load collection objects. + + + + The ownerObject's property that references a collection property. + + + + The object that owns the collection property. + + + An array of collection objects. + + + + + + + When implemented by a class, loads persistent objects using specified settings. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + An array of object collections that correspond to the queries. + + + + + + + When implemented by a class, asynchronously loads persistent objects using specified settings and notifies upon completion. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the objects have been loaded. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + When implemented by a class, removes all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + When implemented by a class, retrieves object data from a session using specified query parameters. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + When implemented by a class, asynchronously retrieves object data from a session using specified query parameters and notifies upon completion. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the object data have been retrieved. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + When implemented by a class, designates a specifying the correspondence of objects to records. + + + + A , providing a collection of complementary - pairs. + + + + + + + + + A collection of objects passed via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + A container for object data passed via the objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + + + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + [To be supplied] + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + A generic type collection of persistent objects. + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with the default . + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparisons are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + An from which T objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + An from which T objects are copied to the newly created collection. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparison operators specified by the copyFilter are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with specified settings. + + + + A enumeration value that specifies how the persistent criteria are evaluated. + + + + The that will be used to load and save T persistent objects. + + + + The that specifies the criteria for object selection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with default and criteria-specific options. + + + + The that specifies the criteria for object selection. + + + + An array of that specifies the sort order for the collection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with a specified . + + + + The that will be used to load and save T persistent objects. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specified collection. + + + + An from which T objects are copied to the newly created collection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with specified settings. + + + + The that will be used to load and save T persistent objects. + + + + The object that will own the new collection. + + + + The owner's property for which the related object collection is created. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + true if string comparisons are case-sensitive; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with specified settings. + + + + A enumeration value that specifies how the persistent criteria are evaluated. + + + + The that will be used to load and save T persistent objects. + + + + The that specifies the criteria for object selection. + + + + true if objects marked as deleted are loaded to the collection from a data store; otherwise, false. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class by copying T objects from a specific collection using specified settings. + + + + The that will be used to load and save T persistent objects. + + + + An object that implements the IEnumerable interface. + + + + The that specifies the criteria for object selection from the originalCollection. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with specified settings. + + + + The that will be used to load and save T persistent objects. + + + + A Boolean value that specifies whether the collection is automatically populated with T objects from the data store when the collection is accessed for the first time (for instance, when the property is read). This parameter is used to initialize the property. + + + + + + + + Initializes a new instance of the XPCollection@lt;T@gt; class with a specified and criteria-specific options. + + + + The that will be used to load and save T persistent objects. + + + + The that specifies the criteria for object selection. + + + + An array of that specifies the sort order for the collection. + + + + + + + + Adds a specified persistent object to the XPCollection@lt;T@gt;. + + + + A T persistent object to add to the collection. This can be any object that implements the interface or has the attribute. + + + + + + + + Adds specified persistent objects to the XPCollection@lt;T@gt;. + + + + An IEnumerable@lt;T@gt; object, which is a collection of T persistent objects to add to the XPCollection@lt;T@gt;. + + + + + + + + Gets the metadata information for the persistent objects contained in the collection. + + + An object associated with the T type. + + + + + + + Returns the index of a specified T object in the XPCollection@lt;T@gt;. + + + + A T object to locate in the collection. + + + The zero-based index of the object in the collection, if found; otherwise, -1. + + + + + + + Retrieves a T object from the collection by a specified key value. + + + + A key value of an object to retrieve from the collection. + + + A T object found or null reference (Nothing in VisualBasic) if an object does not exist in the collection. + + + + + + + Gets a T object at a specified index in the XPCollection@lt;T@gt;. + + + + The zero-based index of the object to get. + + + A T object at the specified index in the collection. + + + + + + + Removes the specified object from the XPCollection@lt;T@gt;. + + + + A T object to remove from the collection. + + + true if the specified object has been successfully removed from the collection; otherwise, false. + + + + + + + + A container for persistent class metadata passed via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an implementation). + + + + + + + Initializes a new instance of the SimpleObjectLayer class with a data access layer. + + + + An object which implements the interface. + + + + + + + + Returns an value associated with the current object layer. + + + An enumeration value which specifies the action which is performed when connecting to a data store. + + + + + + + Indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via an object layer's method call; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Performs object layer specific operations that are required to commit object changes made in a specified session. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + + + + + Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + An delegate to be called after the changes have been committed. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Provides access to the current object layer's object that is used to access a database. + + + An object which implements the IDbConnection interface. + + + + + + + Performs object layer specific operations that are required to create an record. + + + + An object specifying a valid persistent type. + + + + + + + + Provides access to the current object layer's data access layer that is used to access a data store. + + + An object which implements the IDataLayer interface. + + + + + + + Gets an object providing metadata on persistent objects stored in a data store. + + + An XPDictionary object, which provides metadata on persistent objects stored in a data store. + + + + + + + Creates a new SimpleObjectLayer and initializes it with a specified data access layer. + + + + An object implementing the interface. + + + A SimpleObjectLayer object which is initialized with the dataLayer. null (Nothing in Visual Basic) is returned if the dataLayer is not specified. + + + + + + + Returns a specifying the correspondence of objects to records. + + + A , providing a collection of complementary - pairs. + + + + + + + Performs object layer specific operations that are required to return persistent objects from a specified session using queries based on specified object types and key values. + + + + A that is used to retrieve persistent objects. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + An array of persistent object collections retrieved for query data passed as the queries parameter. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Performs object layer specific operations that are required to load a collection property using specified settings. + + + + A that is used to load collection objects. + + + + The ownerObject's property that references a collection property. + + + + The object that owns the collection property. + + + An array of collection objects. + + + + + + + Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. + + + + A that is used to retrieve data for delayed properties. + + + + A persistent object containing delayed properties specified by the props. + + + + A MemberPathCollection object containing member paths of delayed properties whose values are loaded. + + + An array of loaded property values that correspond to the props collection elements. + + + + + + + Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. + + + + A that is used to retrieve data for delayed properties. + + + + A list of persistent objects containing the delayed property specified by the property. + + + + An object specifying a delayed property whose values are loaded. + + + An ObjectDictionary of loaded property values that correspond to the objects list elements. + + + + + + + Performs object layer specific operations that are required to load persistent objects using specified settings. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + An array of object collections that correspond to the queries. + + + + + + + Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the objects have been loaded. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Returns the current SimpleObjectLayer object. + + + The current SimpleObjectLayer object cast to the IObjectLayer. + + + + + + + + Performs object layer specific operations that are required to remove all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + Occurs when a data store's schema is initialized or updated for the current object layer. + + + + + + + + Performs object layer specific operations that are required to retrieve object data from a session using specified query parameters. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Performs object layer specific operations that are required to asynchronously retrieve object data from a session using specified query parameters and notifies upon completion. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the object data have been retrieved. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Designates a specifying the correspondence of objects to records. + + + + A , providing a collection of complementary - pairs. + + + + + + + + Performs object layer specific operations that are required to update a data store's schema according to the class descriptions of the specified types. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the data store; otherwise, false. + + + + An array of objects specifying the types of objects for which schema should be created in the data store. + + + An enumeration value which specifies the result of the update operation. + + + + + + + + An object access layer that saves and loads persistent objects via a parent session or unit of work. + + + + + + + Initializes a new instance of the SessionObjectLayer class with a specified parent session. + + + + A object specifying a parent session for the current object layer. The specified value initializes the object layer's field. + + + + + + + + Reserved for future use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the SessionObjectLayer class with a specified parent session and the field value. + + + + A object specifying a parent session for the current object layer. The specified value initializes the object layer's field. + + + + true if the method call should automatically commit changes in the parentSession to properly update key fields and fields with enabled optimistic locking in the object layer's session; otherwise, false. The specified value initializes the object layer's field. + + + + + + + + Returns an value associated with the current object layer. + + + An enumeration value which specifies the action which is performed when connecting to a data store. + + + + + + + Indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via an object layer's method call; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Performs object layer specific operations that are required to commit object changes made in a specified session. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + + + + + Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + An delegate to be called after the changes have been committed. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Provides access to the current object layer's object that is used to access a database. + + + An object which implements the interface. + + + + + + + Performs object layer specific operations that are required to create an record. + + + + An object specifying a valid persistent type. + + + + + + + + Provides access to the current object layer's data access layer that is used to access a data store. + + + An object which implements the IDataLayer interface. + + + + + + + Gets an object providing metadata on persistent objects stored in a data store. + + + An XPDictionary object which provides metadata on persistent objects stored in a data store. + + + + + + + Returns a specifying the correspondence of objects to records. + + + A , providing a collection of complementary - pairs. + + + + + + + Performs object layer specific operations that are required to return persistent objects from a specified session using queries based on specified object types and key values. + + + + A that is used to retrieve persistent objects. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + An array of persistent object collections retrieved for query data passed as the queries parameter. + + + + + + + Performs object layer specific operations that are required to return a collection of objects marked for deletion in parent sessions. + + + + A object to which objects marked for deletion are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for deletion in parent sessions. + + + + + + + Performs object layer specific operations that are required to return a collection of objects marked for saving in parent sessions. + + + + A object to which objects marked for saving are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for saving in parent sessions. + + + + + + + Performs object layer specific operations that are required to return the metadata of objects modified in parent sessions relative to a specified session. + + + + A object specifying a session whose immediate parent session starts the search for modified objects up the nesting session hierarchy. + + + A collection of objects identifying objects modified in parent sessions relative to the session. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false. + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Performs object layer specific operations that are required to load a collection property using specified settings. + + + + A that is used to load collection objects. + + + + The ownerObject's property that references a collection property. + + + + The object that owns the collection property. + + + An array of collection objects. + + + + + + + Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. + + + + A that is used to retrieve data for delayed properties. + + + + A list of persistent objects containing the delayed property specified by the property. + + + + An object specifying a delayed property whose values are loaded. + + + An ObjectDictionary of loaded property values that correspond to the objects list elements. + + + + + + + Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. + + + + A that is used to retrieve data for delayed properties. + + + + A persistent object containing delayed properties specified by the props. + + + + A MemberPathCollection object containing member paths of delayed properties whose values are loaded. + + + An array of loaded property values that correspond to the props collection elements. + + + + + + + Performs object layer specific operations that are required to load persistent objects using specified settings. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + An array of object collections that correspond to the queries. + + + + + + + Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the objects have been loaded. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Returns the current SessionObjectLayer object. + + + The current SessionObjectLayer object cast to the IObjectLayer. + + + + + + + + Specifies a object which the current object layer uses to save and load objects. + + + + + + + + + + Performs object layer specific operations that are required to remove all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + Occurs when a data store's schema is initialized or updated for the current object layer. + + + + + + + + Performs object layer specific operations that are required to retrieve object data from a session using specified query parameters. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Performs object layer specific operations that are required to asynchronously retrieve object data from a session using specified query parameters and notifies upon completion. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the object data have been retrieved. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Designates a specifying the correspondence of objects to records. + + + + A , providing a collection of complementary - pairs. + + + + + + + + Indicates if the method call automatically commits changes in a parent session to properly update key fields and fields with enabled optimistic locking (decorated with the or ) in a nested session. To assign the ThroughCommitMode field, use the corresponding SessionObjectLayer overloaded constructor. + + + + + + + + + + Performs object layer specific operations that are required to update a data store's schema according to the class descriptions of the specified types. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the data store; otherwise, false. + + + + An array of objects specifying the types of objects for which schema should be created in the data store. + + + An enumeration value which specifies the result of the update operation. + + + + + + + + An object access layer that saves and loads persistent objects via an object implementing the interface. + + + + + + + Initializes a new instance of the SerializableObjectLayerClient class with a specified object implementing the interface. + + + + An object implementing the interface, which is used to save and load persistent objects. + + + + + + + + Initializes a new instance of the SerializableObjectLayerClient class with specified settings. + + + + An object implementing the interface, which is used to save and load persistent objects. + + + + An object which provides metadata on persistent objects stored in a data store. + + + + + + + + Returns an value associated with the current object layer. + + + An AutoCreateOption enumeration value which specifies the action which is performed when connecting to a data store. + + + + + + + Indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via the object layer's method call; otherwise, false. + + + + + + + Performs object layer specific operations that are required to commit object changes made in a specified session. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + + + + + Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion. + + + + A with pending object changes. + + + + A collection of persistent objects to be deleted. + + + + A collection of persistent objects to be saved. + + + + An delegate to be called after the changes have been committed. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Provides access to the current object layer's object that is used to access a database. + + + An object which implements the interface. + + + + + + + Performs object layer specific operations that are required to create an record. + + + + An object specifying a valid persistent type. + + + + + + + + Provides access to the current object layer's data access layer which is used to access a data store. + + + An object which implements the IDataLayer interface. + + + + + + + Gets an object providing metadata on persistent objects stored in a data store. + + + An XPDictionary object which provides metadata on persistent objects stored in a data store. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Performs object layer specific operations that are required to return persistent objects from a specified session using queries based on specified object types and key values. + + + + A that is used to retrieve persistent objects. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + An array of persistent object collections retrieved for query data passed as the queries parameter. + + + + + + + Performs object layer specific operations that are required to return a collection of objects marked for deletion in parent sessions. + + + + A object to which objects marked for deletion are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for deletion in parent sessions. + + + + + + + Performs object layer specific operations that are required to return a collection of objects marked for saving in parent sessions. + + + + A object to which objects marked for saving are loaded. + + + A collection of objects loaded to the session from the immediate parent session. Collection elements match objects marked for saving in parent sessions. + + + + + + + Performs object layer specific operations that are required to return the metadata of objects modified in parent sessions relative to a specified session. + + + + A object specifying a session whose immediate parent session starts the search for modified objects up the nesting session hierarchy. + + + A collection of objects identifying objects modified in parent sessions relative to the session. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false. + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions. + + + + A object specifying a session which contains theObject. + + + + The session's object to test. + + + true if theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + Performs object layer specific operations that are required to load a collection property using specified settings. + + + + A that is used to load collection objects. + + + + The ownerObject's property that references a collection property. + + + + The object that owns the collection property. + + + An array of collection objects. + + + + + + + Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. + + + + A that is used to retrieve data for delayed properties. + + + + A list of persistent objects containing the delayed property specified by the property. + + + + An object specifying a delayed property whose values are loaded. + + + An ObjectDictionary of loaded property values that correspond to the objects list elements. + + + + + + + Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. + + + + A that is used to retrieve data for delayed properties. + + + + A persistent object containing delayed properties specified by the props. + + + + A MemberPathCollection object containing member paths of delayed properties whose values are loaded. + + + An array of loaded property values that correspond to the props collection elements. + + + + + + + Performs object layer specific operations that are required to load persistent objects using specified settings. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + An array of object collections that correspond to the queries. + + + + + + + Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion. + + + + A that is used to load persistent objects. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + + n AsyncLoadObjectsCallback delegate to be called after the objects have been loaded. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + Returns the current SerializableObjectLayerClient object. + + + The current SerializableObjectLayerClient object cast to the IObjectLayer. + + + + + + + Performs object layer specific operations that are required to remove all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + Occurs when a data store's schema is initialized or updated for the current object layer. + + + + + + + + Performs object layer specific operations that are required to retrieve object data from a session using specified query parameters. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A list whose elements are property values that correspond to the properties of objects retrieved from the session. + + + + + + + Performs object layer specific operations that are required to asynchronously retrieve object data from a session using specified query parameters and notifies upon completion. + + + + A that is used to retrieve persistent objects. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + + An AsyncLoadObjectsCallback delegate to be called after the object data have been retrieved. Use the callback to store the exception information passed as a parameter, and use this information later, to raise the exception again, within the original thread. Do not raise exceptions or modify persistent objects within a callback. + + + An object identifying the current asynchronous operation, intended for internal use. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + Performs object layer specific operations that are required to update a data store's schema according to the class descriptions of the specified types. + + + + true if the schema should not be created when the table that corresponds to the first item in the types array doesn't exist in the data store; otherwise, false. + + + + An array of objects specifying the types of objects for which schema should be created in the data store. + + + An enumeration value which specifies the result of the update operation. + + + + + + + + An object access layer used for units of work (or sessions) in distributed applications. + + + + + + + Initializes a new instance of the SerializableObjectLayer class with a specified parent session. + + + + A object specifying a parent session for the current object layer. + + + + + + + + Initializes a new instance of the SerializableObjectLayer class with a specified parent session and the field value. + + + + A object specifying a parent session for the current object layer. + + + + true if the method call should automatically commit changes in the parentSession to properly update key fields and fields with enabled optimistic locking in the object layer's session; otherwise, false. The specified value initializes the object layer's field. + + + + + + + + Indicates if an object layer can call the method to load collection properties. + + + true if collections can be loaded via an object layer's method call; otherwise, false. + + + + + + + Performs object layer specific operations that are required to commit changes made to specified objects and return information on modified objects. + + + + An object that is a metadata information provider. + + + + An object which contains information on objects marked for deletion. + + + + An object which contains information on objects marked for saving. + + + + A enumeration value specifying whether check for optimistic locking is made. + + + An array of CommitObjectStubsResult objects containing information on modified objects. + + + + + + + Performs object layer specific operations that are required to create an record. + + + + A value which specifies the assembly name to be assigned to the property. + + + + A value, which specifies the type name to be assigned to the property. + + + + + + + + Performs object layer specific operations that are required to return information on persistent objects retrieved from a data store, using queries based on specified object types and key values. + + + + An object that is a metadata information provider. + + + + An array of objects, containing data for queries that retrieve persistent objects by specified object types and key values. + + + A SerializableObjectLayerResult instance that exposes an array of objects containing information on retrieved objects. + + + + + + + Performs object layer specific operations that are required to return information on persistent objects marked for deletion in parent sessions. + + + A SerializableObjectLayerResult instance that exposes an object containing information on persistent objects marked for deletion in parent sessions. + + + + + + + Performs object layer specific operations that are required to return information on persistent objects marked for saving in parent sessions. + + + A SerializableObjectLayerResult instance that exposes an object containing information on persistent objects loaded from the immediate parent session. elements match objects marked for saving in parent sessions. + + + + + + + Performs object layer specific operations that are required to return metadata information on persistent objects modified in parent sessions. + + + An array of strings that can be used to identify metadata information for objects modified in parent sessions relative to an object layer's session. + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + true if the object identified by the theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false. + + + + + + + Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions. + + + + An object that is a metadata information provider. + + + + An instance identifying an object layer session's object to test. + + + true if the object identified by the theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. + + + + + + + Performs object layer specific operations that are required to load a collection property using specified settings. + + + + An object that is a metadata information provider. + + + + A value specifying the ownerObject's property that references a collection property. + + + + An specifying the object that owns the collection property. + + + A SerializableObjectLayerResult@lt;XPObjectStubCollection@gt; object which contains information on collection objects. + + + + + + + Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. + + + + An object that is a metadata information provider. + + + + A persistent object containing delayed properties specified by the props. + + + + An array of strings specifying the delayed theObject's properties whose values are loaded. + + + A SerializableObjectLayerResult instance that exposes an array of loaded property values corresponding to the props array elements. + + + + + + + Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. + + + + An object that is a metadata information provider. + + + + An object which contains information on persistent objects containing the delayed property specified by the property. + + + + A value specifying a delayed property whose values are loaded. + + + A SerializableObjectLayerResult instance that exposes an array of loaded property values corresponding to the objects collection elements. + + + + + + + Performs object layer specific operations that are required to load persistent objects using specified settings. + + + + An object that is a metadata information provider. + + + + An array of objects specifying queries that are executed to retrieve persistent objects. + + + A SerializableObjectLayerResult instance that exposes an array of object collections corresponding to the queries. + + + + + + + Returns the current SerializableObjectLayer object. + + + The current SerializableObjectLayer object cast to the ISerializableObjectLayer. + + + + + + + Performs object layer specific operations that are required to remove all objects marked for deletion. + + + A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.) + + + + + + + Performs object layer specific operations that are required to retrieve object data from a session, using specified query parameters. + + + + An object that is a metadata information provider. + + + + An object specifying a query that is executed to retrieve persistent objects. + + + + A object which specifies object properties to be retrieved. + + + + A object which specifies the grouping properties. + + + + A descendant which specifies the grouping criteria for the retrieved objects. + + + A SerializableObjectLayerResult instance that exposes an array whose elements are property values corresponding to the properties of objects retrieved from the associated session. + + + + + + + Indicates if the method call automatically commits changes in a parent session to properly update key fields and fields with enabled optimistic locking (decorated with the or ) in a nested session. To assign the ThroughCommitMode field, use the corresponding SerializableObjectLayer overloaded constructor. + + + + + + + + + + + Contains information on queries passed via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Contains essential information on an object query. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Contains essential information on a query which retrieves persistent objects by their key values via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Results of object saving performed via objects. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + An exception that is thrown when attempting to reload an object that is not present in a persistent data store. + + + + + + + Initializes a new instance of the CannotLoadObjectsException class with objects which cannot be loaded. + + + + A string specifying objects that cannot be loaded. + + + + + + + + + Defines a WCF service contract to access data directly via data store providers (objects implementing the interface). + + + + + + + Defines a service operation that, when implemented by a class, executes a specified command with specific parameters and returns the operation result. + + + + A specifying the command to execute. + + + + An object specifying the command's parameters. + + + An OperationResult@lt;Object@gt; denoting the operation result. + + + + + + + Defines a service operation that, when implemented by a class, returns which operations are performed when a data store is accessed for the first time. + + + An OperationResult@lt;AutoCreateOption@gt; denoting the operation result. + + + + + + + Defines a service operation that, when implemented by a class, updates data in a data store using specified modification statements and returns the operation result. + + + + An array of data modification statements. + + + An OperationResult@lt;ModificationResult@gt; denoting the result of the data modifications. + + + + + + + Defines a service operation that, when implemented by a class, fetches data from a data store using specified query statements and returns the operation result. + + + + An array of query statements. + + + An OperationResult@lt;SelectedData@gt; denoting the result of the data fetch. + + + + + + + Defines a service operation that, when implemented by a class, updates a data store's schema according to specified settings and returns the operation result. + + + + true if the schema should not be created when the table that corresponds to the first item in the tables array doesn't exist in the data store; otherwise, false. + + + + An array of tables whose structure should be saved in the data store. + + + An OperationResult@lt;UpdateSchemaResult@gt; denoting the result of the update operation. + + + + + + + + Defines a WCF service contract to access data stored in cached data stores (objects implementing the interface). + + + + + + + Defines a service operation that, when implemented by a class, updates data in a cached data store using specified modification statements and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of data modification statements. + + + An OperationResult@lt;DataCacheModificationResult@gt; denoting the result of the data modifications. + + + + + + + + Defines a service operation that, when implemented by a class, informs a cached data store's Root element ( or ) about specific modified tables. + + + + A Root element's state stored by a specific cache Node. + + + + An array of table names specifying modified tables. + + + An OperationResult@lt;DataCacheResult@gt; object denoting the operation result. + + + + + + + + Defines a service operation that, when implemented by a class, synchronizes table update information with a cached data store's Root element ( or ). + + + + A Root element's state stored by a specific cache Node. + + + An OperationResult@lt;DataCacheResult@gt; object denoting the operation result. + + + + + + + + Defines a service operation that, when implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. + + + + A Root element's state stored by a specific cache Node. + + + + An array of query statements. + + + An OperationResult@lt;DataCacheSelectDataResult@gt; object denoting the result of the data fetch. + + + + + + + Defines a service operation that, when implemented by a class, updates a cached data store's schema according to specified settings. + + + + A Root element's state stored by a specific cache Node. + + + + An array of tables whose structure should be saved in a cached data store. + + + + true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the cached data store; otherwise, false. + + + An OperationResult@lt;DataCacheUpdateSchemaResult@gt; denoting the result of the update operation. + + + + + + + + The result of an operation performed by the , , or . + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + The base class for WCF services providing access to data directly via data store providers ( implementors). + + + + + + + Initializes a new instance of the DataStoreService class with a data store provider, which supplies data for the service. + + + + An object implementing the interface, which supplies data for the service. + + + + + + + + Executes a specified command with specific parameters and returns the operation result. + + + + A specifying the command to execute. + + + + An object specifying the command's parameters. + + + An OperationResult@lt;Object@gt; denoting the operation result. + + + + + + + Returns which operations are performed when a data store is accessed for the first time. This method delegates its call to get the corresponding option value of a data store passed as provider to the constructor. + + + An OperationResult@lt;AutoCreateOption@gt; denoting the operation result. + + + + + + + Updates data in a data store using specified modification statements and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor. + + + + An array of data modification statements. + + + An OperationResult@lt;ModificationResult@gt; denoting the result of the data modifications. + + + + + + + Fetches data from a data store using specified query statements and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor. + + + + An array of query statements. + + + An OperationResult@lt;SelectedData@gt; denoting the result of the data fetch. + + + + + + + Updates a data store's schema according to specified settings and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor. + + + + true if the schema should not be created when the table that corresponds to the first item in the tables array doesn't exist in the data store; otherwise, false. + + + + An array of tables whose structure should be saved in the data store. + + + An OperationResult@lt;UpdateSchemaResult@gt; denoting the result of the update operation. + + + + + + + Reserved for future use. + + + + + + + + + + + + + + + A data store provider (an implementation) for client applications transferring data via WCF. + + + + + + + Initializes a new instance of the DataStoreClient class using the configuration information specified in the client application's configuration file by confName. + + + + The name of the endpoint in the client application's configuration file. + + + + + + + + Initializes a new instance of the DataStoreClient class with specified settings. + + + + A object specifying binding elements used for communication between the client and a service. + + + + A object specifying a unique network address that the client uses to communicate with a service endpoint. + + + + + + + + + The base class for WCF services providing access to data via cached data stores (objects implementing the interface). + + + + + + + Initializes a new instance of the CachedDataStoreService class with a cached data store's element (Root or Node), which provides data for the service. + + + + An object implementing the interface, which provides data for the service. + + + + + + + + Delegates the call to the method of a cache element passed to the CachedDataStoreService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of a cache element passed to the CachedDataStoreService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of a cache element passed to the CachedDataStoreService's constructor and returns the operation result. + + + + + + + + + + + + + + Delegates the call to the method of a cache element passed to the CachedDataStoreService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + Delegates the call to the method of a cache element passed to the CachedDataStoreService's constructor and returns the operation result. + + + + + + + + + + + + + + + + + + + + + + Reserved for future use. + + + + + + + + + + + + + + + + + + + A cached data store provider (an implementation) for client applications transferring data via WCF. + + + + + + + Initializes a new instance of the CachedDataStoreClient class using the configuration information specified in the client application's configuration file by confName. + + + + The name of the endpoint in the client application's configuration file. + + + + + + + + Initializes a new instance of the CachedDataStoreClient class with specified settings. + + + + A object specifying binding elements used for communication between the client and a service. + + + + A object specifying a unique network address that the client uses to communicate with a service endpoint. + + + + + + + + + + + + + + + + A method that will handle a session's and events. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for a session's and events. + + + + + + + Initialize a new instance of the SessionOperationFailEventArgs class with a specified exception. + + + + The database exception occurred while performing an operation. This value is assigned to the property. + + + + + + + + Gets the exception thrown by a database when committing a transaction or changes made to persistent objects. + + + The database exception. + + + + + + + Specifies whether the default processing of an exception is prohibited. + + + true to prevent the default exception processing (an exception to be thrown in normal operations or handled via callback methods in asynchronous operations); otherwise, false. + + + + + + + + An ancestor of the class. + + + + + + + + Adds the specified persistent object to the XPBaseCollection. + + + + The persistent object to add to the collection. + + + The zero-based index position at which the new element was inserted. + + + + + + + + Adds each element from a specified collection of persistent objects to the XPBaseCollection. + + + + An ICollection object, which is a collection of persistent objects to add to the XPBaseCollection. + + + + + + + + Gets the object at the specified index. + + + + + The zero-based index of the object to get. + + + The object at the specified index in the XPBaseCollection. + + + + + + + + Determines the index of the specified object in the XPBaseCollection. + + + + The persistent object to locate in the XPBaseCollection. + + + The zero-based index of the object in the XPBaseCollection, if found; otherwise, -1. + + + + + + + Removes the specified persistent object from the XPBaseCollection. + + + + An object to remove from the collection. + + + true if the object has been successfully removed from the collection; otherwise, false. + + + + + + + Starts the loading process. + + + + + + + + + + Starts the loading process. + + + + + + + + + + + + + + Defines which operations a bound control can perform on a collection. +This enumeration has a FlagsAttribute that allows a bitwise combination of its member values. + + + The which specifies which operations a bound control can perform on a collection. + + + + + + + + Gets or sets whether string comparisons during sorting and filtering of the XPBaseCollection are case-sensitive. + + + true if string comparisons are case-sensitive; otherwise, false. + + + + + + + Occurs when there is a change to the contents of the XPBaseCollection. + + + + + + + + Gets the number of elements contained in the XPBaseCollection instance. + + + The number of elements contained in the collection + + + + + + + Gets or sets the criteria used to filter objects on the data store side. + + + A object that specifies the criteria to filter objects on the data store side. + + + + + + + Gets or sets the criteria used to filter objects on the data store side. + + + A value that specifies the criteria to filter objects on the data store side. + + + + + + + Gets or sets whether the persistent object is deleted from the data store when it is removed from the collection. + + + + true if the persistent object is deleted from the data store when it is removed from the collection; otherwise, false. + + + + + + + + Gets or sets the displayable properties list for a bound control. + + + The displayable properties list, containing property paths separated by semicolons. For example, "FirstName;LastName;Company.Name;Address.City". + + + + + + + Specifies whether object changed notifications occur when editing a property. + + + true if object changed notifications occur when editing a property; otherwise, false. + + + + + + + Ends the loading process. + + + + @nbsp; + + + + + + + + Specifies the number of elements that will be contained in the collection after loading it. + + + An integer value specifying the number of elements that will be contained in the collection after loading it. + + + + + + + Gets or sets the criteria used to filter objects on the client side. + + + A object that specifies the criteria to filter objects on the client side. + + + + + + + Returns the default value for the property for the specified object type. + + + + An object whose properties should be returned. + + + The default value for the property. + + + + + + + When implemented by a class, returns the metadata information that describes the type of objects in the collection. + + + An object that specifies the type of objects in the collection. + + + + + + + This method is intended for internal use. + + + @nbsp; + + + + + + + This method is intended for internal use. + + + @nbsp; + + + + + + + This member supports the .NET Framework infrastructure and cannot be used directly from your code. + + + An object that implements the IEnumerable interface. + + + + + + + Gets whether the XPBaseCollection collection is loaded with objects from the data store. + + + + true if the collection is loaded with objects from the data store; otherwise, false. + + + + + + + + Occurs when the collection changes or an object in the collection changes. + + + + + + + + Loads persistent objects of a specific type from the data store into the collection. + + + + + + + + Asynchronously loads persistent objects of a specific type from the data store into the collection, and notifies upon completion. + + + + A DevExpress.Xpo.Helpers.AsyncLoadObjectsCallback delegate to be called after loading is complete. +Use callback to do the following: + + +
  • Iterate a collection of loaded persistent objects passed as a parameter, or store it for later use within the original thread.
  • +
  • Store the exception information passed as a parameter, and use this information later to raise the exception again, within the original thread.
  • +
    + +Do not raise exceptions or modify persistent objects within a callback. + + + + true if the current method call started the collection load; otherwise, false. + + + + +
    + + + Asynchronously loads persistent objects of a specific type from the data store into the collection. + + + true if the current method call started collection loading; otherwise, false. + + + + + + + Gets or sets whether loading of data from a data store to the collection is enabled. + + + + + true if data can be loaded; otherwise, false. + + + + + + + + Populates the specified collections and delayed properties. + + + + An array of collection and delayed properties. + + + + + + + + Clears the collection and marks it to be reloaded with data from the data store. + + + + + + + + + Enables the collection to be associated with a session. + + + + + + + + Raises the event after a call to the method. + + + + + + + + Gets or sets whether objects that are marked as deleted are retrieved by a collection from a data store. + + + true if objects marked as deleted are loaded to the collection from a data store; otherwise, false. + + + + + + + Gets or sets the used by the current collection. + + + The session with a connection to a data source. The default value is . + + + + + + + Gets or sets the number of objects to exclude when populating the collection with objects from a data store. + + + An integer value that specifies the number of objects to exclude when populating the collection. 0 indicates that objects are not excluded. + + + + + + + Gets or sets the sort settings for the current collection. + + + The that specifies the sort order for the collection. + + + + + + + Prevents the event from firing until the method is called. + + + + + + + + + Gets or sets the maximum number of objects retrieved by the collection from a data store. + + + An integer that specifies the maximum number of objects that will be retrieved by the collection from a data store. 0 indicates that all objects which match the criteria will be retrieved. + + + + + + + + + Returns a string that represents the current XPCollection. + + + A value which represents the current object. + + + + + + + + Lists the values that specify how to handle an exception thrown by a data server in Server Mode. + + + + + + + An exception is rethrown. + + + + + + + + An exception is consumed. + + + + + + + + + A custom function that determines whether a particular object has a specified type. + + + + + + + Designates the IsExactTypeFunction custom function operator's category. + + + A FunctionCategory value specifying the custom function's category. + + + + + + + Specifies the IsExactTypeFunction custom function operator's description. + + + A text describing the custom function's syntax and purpose. + + + + + + + Evaluates the IsExactTypeFunction custom function operator on the client. + + + + An array of objects specifying function operands (parameters). + + + An Object specifying the custom function's return value, calculated based on the operands. + + + + + + + Specifies the name of the IsExactTypeFunction custom function operator. + + + [To be supplied] + + + + + + Determines whether the IsExactTypeFunction custom function operator can accept a specified number of operands (parameters). + + + + An integer value specifying the number of operands (parameters) passed to the custom function. + + + true if the number of operands (parameters) passed as the count is valid for the custom function; otherwise, false. + + + + + + + Determines whether a certain type can be passed as a specified operand to the IsExactTypeFunction custom function operator. + + + + A zero-based integer value specifying an operand's index among a custom function's operands. + + + + An integer value specifying the total number of operands passed to the custom function. + + + + [To be supplied] + + true if the custom function accepts the type; otherwise, false. + + + + + + + Specifies the maximum number of operands (parameters) the IsExactTypeFunction function operator can accept. + + + An integer value specifying the maximum number of function operands (parameters) the custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. + + + + + + + Specifies the minimum number of operands (parameters) required by the IsExactTypeFunction function operator. + + + An integer value specifying the least possible number of function operands (parameters) required by the custom function. 0 indicates that operands can be omitted. + + + + + + + Specifies name of the IsExactTypeFunction custom function operator. + + + A String used to identify a custom function. + + + + + + + Registers the IsExactTypeFunction custom function operator by calling the method. + + + + + + + + Determines the IsExactTypeFunction custom function operator result type based on the type of operands passed to the operator. + + + + An array of function operator (parameter) types. + + + A Type object specifying the return value type of the custom function. + + + + + + + + Serves as a base for classes that discover the object's attributes and provide access to its metadata. + + + + + + + Adds a new attribute to the attribute collection of the type. + + + + A descendant which represents the attribute for this type. + + + + + + + + Gets the attributes for this type. + + + An array of descendants. + + + + + + + Searches for an attribute of the specified type. + + + + A descendant which represents the type of the attribute to search for. + + + + A descendant of the specified type. null (Nothing in Visual Basic) if an attribute of the specified type isn't found. + + + + + + + + Searches for an attribute with the specified name. + + + + A value that specifies the name of the attribute to search for. + + + A descendant with the specified name. null (Nothing in Visual Basic) if an attribute with the specified name isn't found. + + + + + + + Returns the attribute with the specified name. + + + + A value which specifies the name of the attribute to retrieve. + + + A descendant with the specified name. null (Nothing in Visual Basic) if an attribute with the specified name isn't found. In this case a exception is thrown. + + + + + + + + Returns the attribute of the specified type. + + + + + A descendant which represents the type of the attribute to retrieve. + + + A descendant of the specified type. null (Nothing in Visual Basic) if an attribute of the specified type isn't found. In this case the is thrown. + + + + + + + + Determines whether the type has an attribute of the specified type. + + + + + A descendant which represents the type of the attribute to find. + + + true if the type has an attribute of the specified type; otherwise, false. + + + + + + + + Determines whether the type has the specified attribute. + + + + A value which specifies the name of the attribute to find. + + + true if the type has the specified attribute; otherwise, false. + + + + + + + Gets whether a class or member of this type is persistent. + + + true if a class or member of this type is persistent; otherwise, false. + + + + + + + Gets whether a property or class is visible at design time. + + + true if the property or class is visible at design time; otherwise, false. + + + + + + + Removes the attribute of the specified type. + + + + A descendant which represents the type of the attribute to remove. + + + + + + + + + An exception that is thrown when an object in storage refers to a type that cannot be found. + + + + + + + Initializes a new instance of the TypeNotFoundException class. + + + + An integer that identifies the currently processed object type. + + + + + + + + Sets the with information about the exception. + + + + The that holds the serialized object data about the exception being thrown. + + + + The that contains contextual information about the source or destination. + + + + + + + + Gets the object type identifier. + + + An integer object type identifier. + + + + + + + + + Contains values that specify which operations can be performed on a collection. + + + + + + + + Specifies that new items can be added to a collection by a bound control. + + + + + + + + Specifies that items are not allowed to be added to or removed from a collection by a bound control. + + + + + + + + Specifies that items can be removed from a collection by a bound control. + + + + + + + + + + + + + + + + Represents a method that will handle an object's ResolveSession event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for an object's ResolveSession event. + + + + + + + Initializes a new instance of the class. + + + + + + + + Specifies the session to be used to load and save persistent objects. + + + An object that implements . + + + + + + + Gets or sets an arbitrary object, which is passed with the property. When using the , use Tag in the event handler, to pass an object to the event handler. + + + + + + + + + + + + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + An object that contains event data. + + + + + + + + + Provides data for an object's event. + + + + + + + Initialize a new instance of the ServerExceptionThrownEventArgs class with a specified exception. + + + + The data server exception. This value is assigned to the property. + + + + + + + + Initialize a new instance of the ServerExceptionThrownEventArgs class with a specified exception and value indicating how the exception is to be handled. + + + + The data server exception. This value is assigned to the property. + + + + A value indicating how the exception is to be handled. + + + + + + + + Gets or sets how the data server exception is to be handled in Server Mode. + + + A value indicating how the data server exception is to be handled. + + + + + + + Gets the exception thrown by a data server in Server Mode. + + + The data server exception. + + + + + + + + + + + + + + + Represents a method that will handle a session's and events. + + + + The event sender. + + + + An object that contains event data. + + + + + + + + + Lists the values that specify which table persistent properties and fields are saved to. + + + + + + + Persistent properties and fields are stored in a separate table. + + + + + + + + The persistent properties and the fields of a class are stored in the same table as the properties of its parent class. +When storing descendant classes to the table of their parent class, make sure that properties of different data types are not mapped to the same column. + + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the DataViewPropertiesCollection class. + + + + An object that represents the data view which owns this collection. + + + + + + + + Adds the objects in the specified collection to the current collection. + + + + A object which represents the collection whose elements are appended to the current collection. + + + + + + + + Adds the specified object to the collection. + + + + A object to add to the collection. + + + + + + + + Adds an array of objects to the collection. + + + + An array of objects to add to the collection. + + + + + + + + Returns the collection's element with the specified name. + + + + A string representing an element's name. + + + A object with the specified name. + + + + + + + Provides indexed access to the collection's elements. + + + + An integer value specifying the zero-based index that identifies an element. + + + A object representing the collection's element. + + + + + + + + Provides data for queries that retrieve persistent objects by key values. + + + + + + + Initializes a new instance of the ObjectsByKeyQuery class with the persistent class's metadata information about persistent objects, to include in the query and their key values. + + + + An descendant providing the persistent class's metadata. + + + + A collection of key property values. + + + + + + + + Gets the persistent class's metadata information for persistent objects to include in the query. + + + An descendant, providing the persistent class's metadata. + + + + + + + Gets a collection of key property values of persistent objects to include in the query. + + + A collection of key property values. + + + + +
    +
    Index: trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.Extensions.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Ribbon.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/SlopeW/GsDoc.dll =================================================================== diff -u Binary files differ Index: trunk/src/GeoTechnics/WaternetCreator/PlLineCreator/Deltares.Geotechnics.WaternetCreator.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/GeoTechnics/WaternetCreator/PlLineCreator/Deltares.Geotechnics.WaternetCreator.csproj (.../Deltares.Geotechnics.WaternetCreator.csproj) (revision 7) +++ trunk/src/GeoTechnics/WaternetCreator/PlLineCreator/Deltares.Geotechnics.WaternetCreator.csproj (.../Deltares.Geotechnics.WaternetCreator.csproj) (revision 8) @@ -76,24 +76,6 @@ prompt MinimumRecommendedRules.ruleset - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - ..\..\..\..\lib\DSL-Geographic\Deltares.Geographic.dll Index: trunk/src/Dam/Tools/GeoXY2LatLong/GeoXY2LatLong.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Tools/GeoXY2LatLong/GeoXY2LatLong.csproj (.../GeoXY2LatLong.csproj) (revision 7) +++ trunk/src/Dam/Tools/GeoXY2LatLong/GeoXY2LatLong.csproj (.../GeoXY2LatLong.csproj) (revision 8) @@ -18,24 +18,6 @@ - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true ..\..\..\bin\Debug\ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Objects.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/KernelComparisonRunner/Deltares.Dam.KernelComparisonRunner.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/KernelComparisonRunner/Deltares.Dam.KernelComparisonRunner.csproj (.../Deltares.Dam.KernelComparisonRunner.csproj) (revision 7) +++ trunk/src/Dam/KernelComparisonRunner/Deltares.Dam.KernelComparisonRunner.csproj (.../Deltares.Dam.KernelComparisonRunner.csproj) (revision 8) @@ -12,25 +12,6 @@ v4.0 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true ..\..\bin\Debug\ Index: trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Extensions.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Extensions.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Extensions.xml (revision 8) @@ -0,0 +1,5359 @@ + + + + DevExpress.XtraReports.v12.2.Extensions + + + + + + A component that contains standard docking panels of the End-User Designer. + + + + + + + + Initializes a new instance of the XRDesignDockManager class with default settings. + + + + + + + + Initializes a new instance of the XRDesignDockManager class with the specified container. + + + + An object implementing the interface. + + + + + + + + Gets or sets an array of the design dock panels controlled by this design dock manager. + + + + An array of objects which represent the dock panels of this manager. + + + + + + + Finalizes the initialization of XRDesignDockManager. + + + + + + + + Gets the image source whose images are used by dock panels. + + + A which provides images for dock panels. + + + + + + + Gets or sets a stream which contains the images used to display Design Dock Manager items. + + + + A object which represents the stream of images. + + + + + + + Performs basic initialization of the created XRDesignDockManager object and assigns the specified Design Panel to it. + + + + + An object, which specifies the Design Panel to be assigned. + + + + + + + + + Gets the design dock panel specified by its type. + + + + + A enumeration value specifying the type of the required dock panel. + + + + A object which represents the dock panel of the specified type. + + + + + + + Provides access to a collection of auto-hide panels, saved prior to changing the visibility of the XRDesignDockManager instance. + + + + A object, containing saved panels. + + + + + + + Provides access to a collection of visible panels, saved prior to changing the visibility of the XRDesignDockManager instance. + + + + A object, containing saved panels. + + + + + + + Gets or sets the object associated with the XRDesignDockManager. + + + The object assigned to the current XRDesignDockManager object. + + + + + + + + A component that contains toolbars, status bar and menu elements of the End-User Designer. + + + + + + + + + Initializes a new instance of the XRDesignBarManager class with default settings. + + + + + + + + Initializes a new instance of the XRDesignBarManager class with the specified container. + + + + An object implementing the interface. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Notifies the control that initialization has been completed. + + + + + + + + Gets or sets the pop-up box which is used to specify a font name. + + + + + A object which represents the pop-up box used to select a font name. + + + + + + + Gets or sets the editor which is used to specify a font name. + + + + A object which represents the edtitor used to select a font name. + + + + + + + Gets or sets the pop-up box which is used to specify a font size. + + + + + A object which represents the pop-up box used to select a font size. + + + + + + + Gets or sets the editor which is used to specify a font size. + + + + A object which represents the edtitor used to select a font size. + + + + + + + For internal use. Gets or sets the Formatting Toolbar controlled by this bar manager. + + + + + A object, which specifies the Formatting Toolbar. + + + + + + + + Gets a bar item within the bar manager by its command. + + + + + A object which specifies the command to be executed by the bar item to find. + + + + A object that represents the bar item which executes the specified command. + + + + + + + Gets an array of bar items within the bar manager by their report command. + + + + + + A enumeration value that specifies the command assigned to the bar items being sought. + + + + An array of objects that represent the bar items which are associated with the specified report command. + + + + + + + + Gets the Toolbox type used by the XRDesignBarManager. + + + + A enumeration value. + + + A object, representing the Toolbox. + + + + + + + + Gets or sets the object which is used to show hints in the design bar manager. + + + + A object which represents the static hint item. + + + + + + + Gets the source of images that can be displayed within items. + + + + A object which provides images for bar items. + + + + + + + Gets or sets a stream which contains the images used to display Design Bar Manager items. + + + + + + A object which represents the stream of images. + + + + + + + Performs basic initialization of the created XRDesignBarManager object, and assigns the specified Design Panel to it. + + + + + An object which specifies the Design Panel to assign. + + + + + + + + + Overrides the property. + + + + A which provides large images for bar button items. + + + + + + + For internal use. Gets or sets the Layout Toolbar controlled by this bar manager. + + + + A object, which specifies the Layout Toolbar. + + + + + + + + Registers the specified command handler. + + + + An object implementing the interface, that represents the command handler. + + + + + + + + Changes the visibility of any bar item which executes the specified command. + + + + A object specifying the command whose visibility needs to be changed. + + + + + One of the enumeration's values that specifies the new visibility state. + + + + + + + + + Changes the visibility of any bar item which executes any of the specified commands. + + + + An array of objects specifying the commands whose visibility needs to be changed. + + + + One of the enumeration's values that specifies the new visibility state. + + + + + + + + + Sets the Toolbox type used by the XRDesignBarManager. + + + + A object, representing the Toolbox. + + + + A enumeration value. + + + + + + + + For internal use. Gets or sets the Main Toolbar controlled by this bar manager. + + + + A object, which specifies the Main Toolbar. + + + + + + + + Unregisters the specified command handler. + + + + An object implementing the interface, that represents the command handler. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets or sets the object associated with the XRDesignBarManager. + + + An object assigned to the current XRDesignBarManager object. + + + + + + + Gets or sets the editor which is used to specify a zoom value for the report's design surface. + + + + + A object which represents the edtitor used to specify the zoom value. + + + + + + + + Represents the base class for the dock panels in the End-User Designer. + + + + + + + Gets or sets the object, to which the , that owns the current dock panel, belongs. + + + The object, to which the belongs. + + + + + + + + Represents the Toolbox dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the ToolBoxDockPanel class with default settings. + + + + + + + + Initializes a new instance of the ToolBoxDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Gets or sets the style for presenting the groups' contents. + + + A value specifying how the groups' contents are presented. + + + + + + + Gets or sets the name of the paint style applied to the Tool Box. + + + A value specifying the name of the paint style applied to the Tool Box. + + + + + + + + Represents the method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + An object of any type that triggers the or event. + + + + A object that provides data for the and events. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the ReportStateEventArgs class with the specified report state. + + + + One of the enumeration's values specifying the state of the report. + + + + + + + + + Gets the report's state for the event handler. + + + + A value representing the report's state for this event handler. + + + + + + + + + Represents the Report Explorer dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the ReportExplorerDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ReportExplorerDockPanel class with default settings. + + + + + + + + + Represents the Property Grid dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the PropertyGridDockPanel class with default settings. + + + + + + + + Initializes a new instance of the PropertyGridDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Gets or sets a value indicating whether to show categories for the items in the Property Grid, or show them in alphabetical order. + + + + true to show categories; false to sort alphabetically. + + + + + + + Gets or sets a value indicating whether to show the Description bar at the bottom of the Property Grid. + + + + true to show the Description bar; otherwise, false. + + + + + + + + Represents the Group and Sort dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the GroupAndSortDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GroupAndSortDockPanel class with default settings. + + + + + + + + + Specifies the state of the report in the End-User Designer. + + + + + + + At least one component in the report has been modified. + + + + + + + + The report editing session is being closed. + + + + + + + + The report's state is not specified. + + + + + + + + The report is open in the End-User Designer. + + + + + + + + The report is in the process of opening. + + + + + + + + The report has been saved to a file. + + + + + + + + + Specifies the Toolbox type. + + + + + + + Represents the custom Toolbox type, where custom controls can be placed. + + + + + + + + Specifies that the object isn't used as a Toolbox. + + + + + + + + Represents the standard Toolbox type, where standard report controls are located. + + + + + + + + + For internal use. Represents a standard End-User Designer form. + + + + + + + + Initializes a new instance of the XRDesignFormEx class with default settings. + + + + + + + + Gets the XRDesignFormEx object of the End-User Designer form. + + + An object. + + + + + + + + Sets the visibility of dock panels in the End-User Designer. + + + + + + A enumeration value identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + + A panel that is used to edit a report in the End-User Designer. + + + + + + + + Initializes a new instance of the XRDesignPanel class with default settings. + + + + + + + + For internal use. Activates the host of the given instance. + + + + + + + + For internal use. Occurs when the host of the given XRDesignPanel instance has been activated. + + + + + + + + + Adds the specified command handler to the command handlers list for one or several of the report commands. + + + + An object which implements the interface, representing the command handler to be added. + + + + + + + + Adds the specified service to the instance. + + + + The type of service to add. + + + + An , representing an instance of the service type to be added. This object must implement or inherit from the type indicated by the type parameter. + + + + + + + + Gets or sets the Design Panel's border style. + + + + A enumeration value which specifies the border style for the Design Panel. + + + + + + + + Closes the report currently being edited in the XRDesignPanel. + + + + + + + + Occurs if the status of a menu command has been changed. + + + + + + + + Occurs after a component has been added to the designer host of the report currently being edited in the Design Panel. + + + + + + + + + + + Occurs before a component can be added to the designer host of the report currently being edited in the Design Panel. + + + + + + + + + Occurs when altering a property that belongs to any component in the designer host of the report currently being edited. + + + + + + + + + + + Occurs after any component has been removed from the designer host of the report being currently edited in the Design Panel. + + + + + + + + + + + Occurs before any component can be removed from the designer host of the report being currently edited in the Design Panel. + + + + + + + + + Creates the SaveFile dialog window to save the current report's configuration to a REPX file. + + + + An object to be saved to a REPX file. + + + + A representing the path (including the filename), specifying where to save the report. + + + A object. + + + + + + + Creates the SaveFile dialog window to save the current report's configuration to a REPX file. + + + + An object to be saved to a REPX file. + + + + A , specifying the path to the directory that is opened by default. + + + + A , specifying the file name. + + + A object. + + + + + + + For internal use. Deactivates the host of the current instance. + + + + + + + + For internal use. Occurs when the host of the given instance has been deactivated. + + + + + + + + Occurs after the designer host is activated for a report currently being edited in the current Design Panel. + + + + + + + + + + For internal use. Occurs when the host of the current XRDesignPanel instance starts loading. + + + + + + + + + Executes the specified report command without any parameters passed to it. + + + + A enumeration value, specifying the report command to execute. + + + + + + + + Executes the specified report command and passes the specified parameters to it. + + + + + A enumeration value, specifying the report command to execute. + + + + An array of values, specifying the parameters to be passed to the report command. + + + + + + + + Executes the specified command with the specified set of parameters. + + + + A object. + + + + An array of values that specify the parameters for the command to be executed. + + + true if the specified command is executed; otherwise, false. + + + + + + + Executes the specified command. + + + + A object. + + + true if the specified command is executed; otherwise, false. + + + + + + + Gets or sets the path (including the file name) where the report currently being edited in the Design Panel will be saved. A report definition is usually saved to a REPX file. + + + + A representing the path (including the filename) to a REPX file. + + + + + + + Searches for the specified command ID. + + + + An object of the type, identifying the command to be found. + + + A object, representing the command associated with the specified ID. Returns null (Nothing in Visual Basic) if no command is found. + + + + + + + + Determines whether the specified report command is currently enabled in the End-User Designer. + + + + + A enumeration value, specifying the command whose enabled state is to be determined. + + + + true if the report command is enabled; otherwise, false. + + + + + + + Gets the visibility state of the specified report command in the Design Panel. + + + + + A enumeration value, which specifies the command whose visibility is to be determined. + + + A enumeration value, which represents the visibility state of the report command. + + + + + + + Gets the collection of components that are currently selected in the Design Panel. + + + + A collection that represents the current set of selected components. + + + + + + + + Obtains the service object of the specified type from the designer host used by the XRDesignPanel. + + + + + A object that specifies the type of the service object to obtain. + + + + A service object of the specified type, or null (Nothing in Visual Basic) if there is no service object of this type. + + + + + + + + Loads a report definition from the specified file and opens it in the XRDesignPanel. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + + + + + Loads a report definition from the specified stream and opens it in the XRDesignPanel. + + + + A object which contains a report to be opened in the design panel. + + + + + + + + + Loads the specified report and opens it in the XRDesignPanel. + + + + An object, or one of its descendants representing the report to be opened. + + + + + + + + + Invokes the , which allow your end-users to locate and choose a report, and load it into the Design Panel. + + + + + + + + Removes the specified command handler for one or several of the report commands. + + + + An object which implements the interface, representing the command handler to be removed. + + + + + + + + Removes the specified service from the Design Panel. + + + + A value, specifying the type of service to remove. + + + + + + + + Gets the report currently opened in the Design Panel. + + + An object currently opened in the . + + + + + + + Gets the state of the report currently being edited in the Design Panel. + + + A enumeration value which represents the current state of a report. + + + + + + + Occurs when the property has been changed. + + + + + + + + Saves the configuration of the report currently opened in the Design Panel to a file, only if changes have been made to the report. + + + A enumeration value. + + + + + + + Saves the definition of the report currently open in the XRDesignPanel, to the file specified by the property. + + + + + + + + + Saves the definition of the report currently open in the XRDesignPanel to the specified file. + + + + A value specifying the file name. + + + + + + + + Saves the configuration of the report which is currently open in the to a file. The folder it is saved to, is specified in the Save As window. + + + + + + + + + + + Gets or sets the index of the tab currently selected in the Design Panel. + + + + An integer value which represents the index of the currently selected tab. + + + + + + + Occurs after the property's value has been changed. + + + + + + + + + Occurs if the currently selected Toolbox item has been changed. + + + + + + + + Occurs when a control represented by the currently selected Toolbox item has been dropped onto a report. + + + + + + + + Occurs if the collection of currently selected components in the is changed. + + + + + + + + + + Changes the visibility state of the specified report command in the End-User Designer. + + + + + A enumeration value which specifies the command whose visibility needs to be changed. + + + + A enumeration value which specifies the new visibility state for the command. + + + + + + + + Changes the visibility state of the specified report commands in the End-User Designer. + + + + + An array of enumeration values which specify the commands whose visibility needs to be changed. + + + + A enumeration value which specifies the new visibility state for the commands. + + + + + + + + Gets or sets a value indicating whether the Component Tray should be shown at the bottom of the Design Panel. + + + + true to show the Component Tray; otherwise, false. + + + + + + + + Represents the Field List dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the FieldListDockPanel class with default settings. + + + + + + + + Initializes a new instance of the FieldListDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Gets or sets a value indicating whether to show node tooltips for end-users, to teach them to use the Field List. + + + + true to show node tooltips; otherwise, false. + + + + + + + Gets or sets a value indicating whether to show the Parameters node for end-users in the Field List. + + + + true to show the Parameters node; otherwise, false. + + + + + + + Forcibly updates the structure of data sources currently displayed within this FieldListDockPanel object. + + + + + + + A object which represents the designer host. + + + + + + + + + Provides methods for showing both the standard and Ribbon End-User Designer forms. + + + + + + + When implemented by a class, invokes the standard End-User Designer form which allows a report to be edited by end-users. + + + + + + + + When implemented by a class, invokes the standard End-User Designer form using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + When implemented by a class, invokes the standard End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + When implemented by a class, invokes the standard End-User Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings. + + + + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + When implemented by a class, invokes the standard End-User Designer form modally. This form allows a report to be edited by end-users. + + + + + + + + + + + When implemented by a class, invokes the standard End-User Designer form modally using the specified look and feel settings and with the specified design panels hidden. + + + + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form which allows a report to be edited by end-users. + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form modally, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form modally. This form allows a report to be edited by end-users. + + + + + + + + + When implemented by a class, invokes the Ribbon End-User Designer form modally, using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + + Assists in the deployment of a Custom Template Gallery. + + + + + + + Initializes a new instance of the ReportTemplateDirectoryExtension class with the specified settings. + + + + An array of values, specifying the paths to report template files. + + + + + + + + Returns the collection of available templates. + + + A collection of objects. + + + + + + + + Used to provide parameters of complex types to a report, as well as to serialize them to XML and other custom objects along with report definitions. + + + + + + + Adds custom parameter types to the ReportDesignExtension. + + + + A collection of custom parameter types. + + + + + + + + Associates the report with the custom design extension, to employ parameters of custom types. + + + + An class descendant. + + + + A value, identifying the extension. + + + + + + + + Gets the editable custom parameter types. + + + A object. + + + + + + + Gets the serializable custom parameter types. + + + A object. + + + + + + + Registers the custom report design extension, to employ parameters of custom types. + + + + A object. + + + + A value, identifying the extension. + + + + + + + + + Carries the functionality that is required to implement custom serialization of report definitions. + + + + + + + Determines whether it is allowed to store a report in a Report Storage, using the specified URL. + + + + A specifying the URL to store a report. + + + true if it is allowed to store a report using the specified URL; otherwise, false. + + + + + + + Returns a report object stored in a Report Storage using the specified URL. + + + + A specifying an URL, which was used to store a report. + + + An array of values, representing a stream containing a report definition. + + + + + + + Returns a new unique URL for a new report being saved. + + + A value representing the new URL. + + + + + + + Returns the array of the existing report URLs. + + + + An object implementing the interface. + + + An array of values specifying the report URLs. + + + + + + + Determines whether standard URLs are supported. + + + + + An object implementing the interface. + + + true if standard URLs are supported; otherwise, false. + + + + + + + Determines whether the specified URL is valid in the current Report Storage. + + + + A specifying an URL value. + + + true if a report exists in a storage for the specified URL; otherwise, false. + + + + + + + Registers the specified Report Storage extension to be used by all End-User Designers within the current application. + + + + A class descendant. + + + + + + + + Stores the specified report to a Report Storage using the specified URL. + + + + An class descendant, specifying a report object to be saved. + + + + A specifying the URL, which should be used to save a report. + + + + + + + + Stores the specified report to a Report Storage using the specified stream. + + + + An class descendant, specifying a report object to be saved. + + + + A object, which should be used to save a report. + + + + + + + + Stores the specified report object in a Report Storage as a new report using the default URL. + + + + An object. + + + + A value specifying the new URL. + + + A value specifying the report's URL. + + + + + + + + A component that provides the multiple document interface (MDI) child forms that are parented to the form. + + + + + + + Initializes a new instance of the XRTabbedMdiManager class with the specified container. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the XRTabbedMdiManager class with default settings. + + + + + + + + Occurs after any of the documents contained in the XRTabbedMdiManager is activated. + + + + + + + + + Provides functionality to implement a custom template gallery. + + + + + + + Returns an icon for the specified report template. + + + + A structure. + + + A array. + + + + + + + Obtains the preview image of a report template, asynchronously. + + + + A structure. + + + + A delegate. + + + + + + + + Provides access to the collection of report templates. + + + A collection of objects. + + + + + + + Registers the extension on the server. + + + + An object implementing the interface (typically, a object). + + + + + + + + Updates the Template Gallery to reflect changes made to it. + + + + + + + + + Represents the Group and Sort panel within an End-User Designer. + + + + + + + Initializes a new instance of the XRDesignGroupAndSort class with default settings. + + + + + + + + Gets or sets the object associated with the XRDesignGroupAndSort. + + + + + An object assigned to the current XRDesignGroupAndSort object. + + + + + + + + + Represents the Scripts Errors panel within an End-User Designer. + + + + + + + Initializes a new instance of the XRDesignErrorList class with default settings. + + + + + + + + Provides access to the description of the selected error. + + + A object that represents a compiler error or warning. + + + + + + + Gets or sets the object associated with the XRDesignErrorList. + + + An object assigned to the current XRDesignErrorList object. + + + + + + + + + A component that is used to create End-User Designer pages inside a when creating a Ribbon End-User Designer form. + + + + + + + + + Initializes a new instance of the XRDesignRibbonController class with default settings. + + + + + + + + + Initializes a new instance of the XRDesignRibbonController class with the specified container. + + + + An object implementing the interface. + + + + + + + + For internal use. Starts the XRDesignRibbonController's initialization. Initialization occurs at runtime. + + + + + + + + + For internal use. Ends the XRDesignRibbonController's runtime initialization. + + + + + + + + + + Gets the collection of images used in the XRDesignRibbonController UI. + + + A object. + + + + + + + Registers the specified command handler. + + + + An object implementing the interface, that represents the command handler. + + + + + + + + Gets or sets the into which the Design Ribbon Controller embeds its tabs. + + + + + A object. + + + + + + + Unregisters the specified command handler. + + + + An object implementing the interface, that represents the command handler. + + + + + + + + Gets or sets the component used to create standard dockable panels in the End-User Designer. + + + An object. + + + + + + + + Gets or sets the object associated with the XRDesignRibbonController. + + + + + An object assigned to the current XRDesignRibbonController object. + + + + + + + + For internal use. Represents a Ribbon End-User Designer form. + + + + + + + Initializes a new instance of the XRDesignRibbonFormEx class with default settings. + + + + + + + + + Gets the DesignRibbonController of the Ribbon End-User Designer form. + + + An object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form. + + + + + + + Gets the RibbonControl of the Ribbon End-User Designer form. + + + A object, which represents the Ribbon Control of the Ribbon End-User Designer form. + + + + + + + Gets the RibbonStatusBar of the Ribbon End-User Designer form. + + + A object, which represents the Ribbon Status Bar of the Ribbon End-User Designer form. + + + + + + + Sets the visibility of dock panels in the End-User Designer. + + + + + A enumeration value identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + + For internal use. Provides the functionality for adjusting objects. + + + + + + + For internal use. Initializes a new instance of the class with the specified settings. + + + + @nbsp; + + + + + + + + Initializes a new instance of the XRDesignPanelListener class with default settings. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + + For internal use. Represents the collection of the objects. + + + + + + + Initializes a new instance of the XRDesignPanelListenersCollection class with the specified service provider. + + + + An object implementing the interface. + + + + + + + + Appends the specified item to the current collection. + + + + An object to append to the collection. + + + An integer value indicating the position into which a new element was inserted. + + + + + + + Appends the specified item to the current collection. + + + + An object implementing the interface to append to the collection. + + + An integer value indicating the position into which a new element was inserted. + + + + + + + Appends an array of listeners to the collection. + + + + An array of objects to append to the collection. + + + + + + + + For internal use. Determines whether the collection contains the specified object. + + + + + @nbsp; + + + A Boolean value. + + + + + + + For internal use. Determines whether the collection contains the specified object. + + + + + An object. + + + A Boolean value. + + + + + + + For internal use. Provides access to individual items in the collection. + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + An object. + + + + + + + For internal use. Removes the specified object from the collection. + + + + + An object. + + + + + + + + For internal use. Removes the specified object from the collection. + + + + + @nbsp; + + + + + + + + + A component that is used to create an MDI End-User Designer. + + + + + + + + + Initializes a new instance of the XRDesignMdiController class with default settings. + + + + + + + + Initializes a new instance of the XRDesignMdiController class with the specified container. + + + + An object implementing the interface. + + + + + + + + Provides access to the currently active Design Panel of the XRDesignMdiController. + + + + An object, representing the active Design Panel. + + + + + + + + Adds the specified command handler to the command handlers list for one or several of the report commands. + + + + An object which implements the interface. + + + + + + + + Adds the specified service to XRDesignMdiController. + + + + A value, specifying the service type. + + + + A , specifying the service instance. + + + + true to promote these changes to all available Design Panels; otherwise false. + + + + + + + + Adds the specified service to XRDesignMdiController. + + + + A value, specifying the service type. + + + + A , specifying the service instance. + + + + + + + + Adds the specified service to XRDesignMdiController. + + + + A value, specifying the service type. + + + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + true to promote these changes to all available Design Panels; otherwise false. + + + + + + + + Adds the specified service to XRDesignMdiController. + + + + A value, specifying the service type. + + + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + + + + + Creates a new report, and loads it into a new instance. + + + + + + + + For internal use. Provides access to the class. + + + An object. + + + + + + + Occurs when an object has been loaded. + + + + + + + + Specifies the form to associate with the XRDesignMdiController. + + + A object. + + + + + + + Gets the visibility state of the specified report command. + + + + + A enumeration value, which specifies the command whose visibility is to be determined. + + + A enumeration value, which represents the visibility state of the report command. + + + + + + + Loads the specified report instance to the XRDesignMdiController. + + + + + + + + Loads the specified report instance to the XRDesignMdiController. + + + + An object, or one of its descendants representing the report to be opened. + + + + + + + + + Loads the report definition from the specified REPX file and opens it in the XRDesignMdiController. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + + + + + Removes the specified command handler for one or several of the report commands. + + + + An object which implements the interface. + + + + + + + + Removes the specified service from XRDesignMdiController. + + + + A value, specifying the service type. + + + + + + + + Removes the specified service from XRDesignMdiController. + + + + A value, specifying the service type. + + + + true to promote these changes to all available Design Panels; otherwise false. + + + + + + + + Changes the visibility of the specified report commands. + + + + An array of enumeration values, which specify the commands whose visibility needs to be changed. + + + + A enumeration value, which specifies the visibility state of the report command. + + + + + + + + + Changes the visibility of the specified report command. + + + + A enumeration value, which specifies the command whose visibility needs to be changed. + + + + A enumeration value, which specifies the visibility state of the report command. + + + + + + + + + Gets or sets the MDI Manager that provides the multi-document interface for the XRDesignMdiController. + + + An object. + + + + + + + + Represents the base class for the dock panels that contain different UI elements of the End-User Designer. + + + + + + + Initializes a new instance of the DesignDockPanel class with default settings. + + + + + + + + Initializes a new instance of the DesignDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Overrides the property. + + + A value representing the dock panel's caption. + + + + + + + Gets or sets the object, to which the , that owns the current dock panel, belongs. + + + The object, to which the belongs. + + + + + + + + + If implemented by a class, provides methods for handling commands in an End-User Designer. + + + + + + + Indicates whether or not the specified End-User Designer command can be handled. + + + + A enumeration value that specifies the command. + + + + true to allow calling the next handler registered for this command; otherwise false. + + + true, if the command can be handled; otherwise, false. + + + + + + + Handles the specified End-User Designer command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + + + + + + Represents a collection of class descendants. + + + + + + + Appends an array of dock panels to the collection. + + + + An array of objects to append to the collection. + + + + + + + + + Represents an MDI Ribbon End-User Report Designer form. + + + + + + + Initializes a new instance of the XRDesignRibbonForm class with default settings. + + + + + + + + Provides access to the currently active Design Panel of the XRDesignRibbonForm. + + + + An object, representing the active Design Panel. + + + + + + + Specifies the options of an object of a Ribbon End-User Designer form. + + + An object, containing dock panels of the End-User Designer. + + + + + + + Gets the MDI Controller associated with the XRDesignRibbonForm instance. + + + + An object, which represents the MDI Controller associated with the form. + + + + + + + + Gets the DesignRibbonController of the Ribbon End-User Designer form. + + + An object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form. + + + + + + + Loads the specified report instance into the XRDesignRibbonForm with the specified look and feel settings. + + + + An object, or one of its descendants representing the report to be opened. + + + + + A object which specifies the look and feel settings applied to the Ribbon End-User Designer form. + + + + + + + + Loads the specified report instance into the XRDesignRibbonForm. + + + + An object, or one of its descendants representing the report to be opened. + + + + + + + + + Loads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + + + + + Loads the report definition from the specified REPX file and opens it in the XRDesignRibbonForm with the specified look and feel settings. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + A object, which specifies the look and feel settings applied to the Ribbon End-User Designer form. + + + + + + + + Gets the RibbonControl of the Ribbon End-User Designer form. + + + A object, which represents the Ribbon Control of the Ribbon End-User Designer form. + + + + + + + Gets the RibbonStatusBar of the Ribbon End-User Designer form. + + + A object, which represents the Ribbon Status Bar of the Ribbon End-User Designer form. + + + + + + + Sets the visibility of dock panels in the Ribbon End-User Designer form. + + + + + A enumeration value, identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + + Represents an MDI End-User Report Designer form. + + + + + + + Initializes a new instance of the XRDesignForm class with default settings. + + + + + + + + Provides access to the currently active Design Panel of the XRDesignForm. + + + + An object, representing the active Design Panel. + + + + + + + + Gets the XRDesignForm object of the End-User Designer form. + + + An object. + + + + + + + + Specifies the options of an object of a standard End-User Designer form. + + + An object, containing dock panels of the End-User Designer. + + + + + + + Gets the MDI Controller associated with the XRDesignForm instance. + + + + An object, which represents the MDI Controller associated with the form. + + + + + + + + Loads the specified report instance to the XRDesignForm. + + + + An object, or one of its descendants, representing the report to be opened. + + + + + + + + + Loads the specified report instance to the XRDesignForm with the specified look and feel settings. + + + + An object, or one of its descendants representing the report to be opened. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Loads the report definition from the specified REPX file and opens it in the XRDesignForm. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + + + + + Loads the report definition from the specified REPX file and opens it in the XRDesignForm with the specified look and feel settings. + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Sets the visibility of dock panels in the standard End-User Designer form. + + + + + A enumeration value identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + + When implemented by a class, provides main methods for the End-User Report Designer form. + + + + + + + When implemented by a class, gets the docking panels' container of the End-User Designer form. + + + + An object. + + + + + + + When implemented by a class, gets the MDI Controller associated with the design form. + + + + An object that is the MDI Controller associated with the form. + + + + + + + + For internal use. Gets a value indicating whether the form has been disposed of. + + + true if the form has been disposed of; otherwise, false. + + + + + + + Loads the specified report instance to the IDesignForm with the specified look and feel settings. + + + + An object, or one of its descendants representing the report to be opened. + + + + + A object, which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Loads the specified report instance to the IDesignForm. + + + + An object, or one of its descendants representing the report to be opened. + + + + + + + + + If implemented by a class, sets the visibility of dock panels in the End-User Designer. + + + + + + A enumeration value identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + Shows the End-User Designer form. + + + + + + + + Shows the End-User Designer form, modally. + + + A enumeration value. + + + + + + + + Represents the base class for the dock panels that represent tree view-like UI elements of the End-User Designer. + + + + + + + + Collapses all the nodes in the tree view dock panel. + + + + + + + + Expands all the nodes in the tree view dock panel. + + + + + + + + + Provides functionality to implement a custom template gallery. + + + + + + + Initializes a new instance of the TemplatesInfo class with default settings. + + + + + + + + Specifies the exception message shown if an error occurs when loading templates. + + + A value, specifying the exception message. + + + + + + + Specifies the collection of report templates. + + + A collection of objects. + + + + + + + + Provides functionality to implement a custom template gallery. + + + + + + + A method that will handle the event. + + + + A object. + + + + + + + + + When implemented by a class, provides the functionality to implement a custom template gallery. + + + + + + + + Returns an icon for the specified report template. + + + + A structure. + + + A array. + + + + + + + Obtains the preview image of a report template, asynchronously. + + + + A structure. + + + + A delegate. + + + + + + + + Returns the layout of a specified report template. + + + + A array, storing the template layout. + + + A structure. + + + + + + + Returns the collection of report templates. + + + + A value. + + + + A delegate. + + + + + + + + Sends the specified report template to a storage. + + + + A value, specifying the template name. + + + + A value, specifying the template description. + + + + A array, storing the template layout. + + + + A object, specifying the template's preview image. + + + + A object, specifying the template's icon. + + + + + + + + + Represents the Scripts Errors dock panel in the End-User Designer. + + + + + + + + Initializes a new instance of the ErrorListDockPanel class with the specified docking style and owner. + + + + A object which represents the owner of the created object. This value is assigned to the property. + + + + + A enumeration value which represents the docking style of the created object. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ErrorListDockPanel class with default settings. + + + + + + + + + Specifies the commands which can be executed in the report's End-User Designer. + + + + + + + + Invokes the Datasource Wizard which allows end-users to provide data for a report, as it has been invoked by the Add New Datasource verb available in the XtraReport.DataSource property editor. Note that if you hide this command, an end-user will be unable to create a new datasource for a report. + + + + + + + + + + Aligns the bottoms of the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the centers of the selected controls horizontally. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the selected controls to the left. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the selected controls to the right. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the positions of the selected controls to the grid. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the tops of the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Aligns the centers of the selected controls vertically. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Sets the background color of the selected control(s). This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Identifies the Move Down item of the context menu. This menu is invoked if an end-user right-clicks a band of either the , or kind. If you hide this command, then the Move Down menu item will be hidden. + + + + + + + + + Identifies the Move Up item of the context menu. This menu is invoked if an end-user right-clicks a band of either the , or kind. If you hide this command, then the Move Up menu item will be hidden. + + + + + + + + + Identifies the XRBarCode item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRBarCode menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Identifies the XRCheckBox item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRCheckBox menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Identifies the XRLabel item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRLabel menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Identifies the XRPictureBox item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRPictureBox menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Identifies the XRRichText item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRRichText menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Identifies the XRZipCode item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRZipCode menu item will be hidden. Note that if you execute this command, it does nothing. + + + + + + + + + + Brings the selected control(s) to the front. This command is represented via the menu item, toolbar button and context menu item. + + + + + + + + + + Horizontally centers the selected controls within a band. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Vertically centers the selected controls within a band. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + For use only by Report Server. + + + + + + + + Closes the active Design Panel in an MDI End-User Designer form. + + + + + + + + This command should be handled when overriding saving in the End-User Designer. Note that you don't need to either change its visibility or execute it, otherwise the result may be unpredictable. + + + + + + + + Copies the selected control(s) to the clipboard. This command is represented via the menu item, toolbar button and context menu item. + + + + + + + + + + Deletes the currently selected control(s) and copies it to the clipboard. This command is represented via the menu item, toolbar button and context menu item. + + + + + + + + + + Deletes the currently selected control(s). This command is represented via the menu item and context menu item. + + + + + + + + Closes the form containing the current control which executes this command. Note that if you hide this command, then all menu items and toolbar buttons associated with it will become unavailable. + + + + + + + + + Makes the font bold. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Makes the font italic. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Sets the specified font name to the property of the currently selected control(s), as it has been changed by the Font Name edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Name edit box will be unavailable. + + + + + + + + + + Sets the specified font size to the property of the currently selected control(s), as it has been changed by the Font Size edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Size edit box will be unavailable. + + + + + + + + + + Underlines the font. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Sets the foreground color of the selected control(s). This command is represented both via the menu item and toolbar button. + + + + + + + + + + Removes the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Decreases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Increases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Makes the horizontal spacing between the selected controls equal. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Moves the HTML browser backward to the previous page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only. + + + + + + + + + Finds the text on the HTML page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only. + + + + + + + + + + Moves the HTML browser forward to the previous page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only. + + + + + + + + + + Displays the Home page in the HTML browser. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only. + + + + + + + + + + Refreshes the current page in the HTML browser. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only. + + + + + + + + + + Inserts the Bottom Margin band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Detail band into a report. This command is represented via the context menu item only. + + + + + + + + Inserts the Detail Report band into a report. This command is represented via the context menu item only. + + + + + + + + Inserts the Group Footer band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Group Header band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Page Footer band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Page Header band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Report Footer band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Report Header band into a report. This command is represented via the context menu item only. + + + + + + + + + Inserts the Top Margin band into a report. This command is represented via the context menu item only. + + + + + + + + Aligns the control's text to the center. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Justifies the control's text. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Aligns the control's text to the left. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Aligns the control's text to the right. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Performs the Cancel action, the same as the one which should be performed if an end-user has pressed the Cancel key. + + + + + + + + + + Performs the Default action, the same as the one which should be performed if an end-user has pressed the Enter key. + + + + + + + + + + Moves the selected control(s) to the bottom as they were moved by the Down Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Down Arrow key. + + + + + + + + + Moves the selected control(s) to the left as they were moved by the Left Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Left Arrow key. + + + + + + + + + Moves the selected control(s) to the right as they were moved by the Right Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Right Arrow key. + + + + + + + + + Moves the selected control(s) to the top as they were moved by the Up Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Up Arrow key. + + + + + + + + + Moves the selected control(s) to the bottom by one report unit as they have been moved using the Ctrl+Down Arrow keys. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Down Arrow key. + + + + + + + + + + Decreases the height of the selected control(s) by one report unit as it has been decreased using the Ctrl+Shift+Up Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls height by the Ctrl+Shift+Up Arrow keys. + + + + + + + + + + Increases the height of the selected control(s) by one report unit as it has been increased using the Ctrl+Shift+Down Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls height by the Ctrl+Shift+Down Arrow keys. + + + + + + + + + Moves the selected control(s) to the left by one report unit as they have been moved using the Ctrl+Left Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Left Arrow key. + + + + + + + + + Moves the selected control(s) to the right by one report unit as they have been moved using the Ctrl+Right Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Right Arrow key. + + + + + + + + + + Moves the selected control(s) to the top by one report unit as they have been moved using the Ctrl+Up Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Up Arrow key. + + + + + + + + + + Decreases the width of the selected control(s) by one report unit as it has been decreased using the Ctrl+Shift+Left Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls width by the Ctrl+Shift+Left Arrow keys. + + + + + + + + + + Increases the width of the selected control(s) by one report unit as it has been increased using the Ctrl+Shift+Right Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls width by the Ctrl+Shift+Right Arrow keys. + + + + + + + + + + Selects a control which is next to the currently selected control in the tab order, as it was selected by the Tab key. Note that if you hide this command, an end-user will still be able to move the controls selection by the Tab key. + + + + + + + + + Selects a control which is previous to the currently selected control in the tab order, as it was selected by the Shift+Tab keys. Note that if you hide this command, an end-user will still be able to move the controls selection by the Shift+Tab keys. + + + + + + + + + Decreases the height of the selected control(s) by a step of a grid size as it has been decreased by the Shift+Up Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls height by the Shift+Up Arrow keys. + + + + + + + + + Increases the height of the selected control(s) by a step of a grid size as it has been increased by the Shift+Down Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls height by the Shift+Down Arrow keys. + + + + + + + + + Decreases the width of the selected control(s) by a step of a grid size as it has been decreased by the Shift+Left Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls width by the Shift+Left Arrow keys. + + + + + + + + + Increases the width of the selected control(s) by a step of a grid size as it has been increased by the Shift+Right Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls width by the Shift+Right Arrow keys. + + + + + + + + + When the window interface is enabled in an MDI End-User Designer form, arranges Design Panel windows in cascade. + + + + + + + + When the window interface is enabled in an MDI End-User Designer form, tiles Design Panel windows horizontally. + + + + + + + + When the window interface is enabled in an MDI End-User Designer form, tiles Design Panel windows vertically. + + + + + + + + Creates a new blank report. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Creates a new blank report and runs the XtraReports Wizard to customize it. This command is represented via the menu item only. + + + + + + + + Doesn't identify any command. This member is intended for internal use only. + + + + + + + + + Opens a report. This command is represented both via the menu item and toolbar button. + + + + + + + + + + For use only by Report Server. + + + + + + + + For use only by Report Server. + + + + + + + + Adds the control(s) from the clipboard to the report. This command is represented via the menu item, toolbar button and context menu item. + + + + + + + + + + Invokes the Properties window for the the currently selected control(s). This command is represented via the context menu item only. + + + + + + + + + + Redoes the last operation which has been previously undone by the Undo command. This command is represented both via the menu item and toolbar button. + + + + + + + + + + For use only by Report Server. + + + + + + + + Saves all existing reports (which are shown in all Design Panels) to files. This command is represented via both the menu item and toolbar button. + + + + + + + + + + + Saves the report (which is shown in the currently active Design Panel) to a file. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Invokes the Save As dialog to save a report with a new name. This command is represented via the menu item only. + + + + + + + + + Selects all the controls in the report. This command is represented via the menu item only. + + + + + + + + Moves the selected control(s) to the back. This command is represented via the menu item, toolbar button and context menu item. + + + + + + + + + + Switches the to its Designer tab, as it has been switched via the Designer button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable. + + + + + + + + + + + Switches the to its HTML View tab, as it has been switched via the HTML View button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable. + + + + + + + + + + + Switches the to its Preview tab, as it has been switched via the Preview button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable. + + + + + + + + + + + Switches the to its Scripts tab, as it has been switched via the Designer button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable. + + + + + + + + + + Enables the tabbed interface for Design Panels in an MDI End-User Designer form. + + + + + + + + Enables the window interface for Design Panels in an MDI End-User Designer form. + + + + + + + + Makes the selected controls to be of the same size. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + Makes the selected controls have the same height. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Makes the selected controls have the same width. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Sizes the selected controls to the grid. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Deletes the currently selected table cell as it was deleted by the Delete / Cell item of the context menu, which is invoked after right-clicking on the control. Note that if you hide this command, then the Delete / Cell menu item will be hidden. + + + + + + + + + Deletes the column which the currently selected table cell belongs to, as it was deleted by the Delete / Column item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Delete / Column menu item will be hidden. + + + + + + + + + Deletes the row which the currently selected table cell belongs to, as it was deleted by the Delete / Row item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Delete / Row menu item will be hidden. + + + + + + + + + Inserts a table cell to the right of the currently selected cell, as it was inserted by the Insert / Cell item of the context menu, which is invoked after right-clicking on the control. Note that if you hide this command, then the Insert / Cell menu item will be hidden. + + + + + + + + + Inserts a column to the left of the column which the currently selected table cell belongs to, as it was inserted by the Insert / Column To Left item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Insert / Column To Left menu item will be hidden. + + + + + + + + + Inserts a column to the right of the column which the currently selected table cell belongs to, as it was inserted by the Insert / Column To Right item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Insert / Column To Right menu item will be hidden. + + + + + + + + + Inserts a new row above the row which the currently selected table cell belongs to, as it was inserted by the Insert / Row Above item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Insert / Row Above menu item will be hidden. + + + + + + + + + Inserts a new row below the row which the currently selected table cell belongs to, as it was inserted by the Insert / Row Below item of the context menu. This menu is invoked after right-clicking on the control. Note that if you hide this command, then the Insert / Row Below menu item will be hidden. + + + + + + + + + Undoes the last operation. This command is represented both via the menu item and toolbar button. + + + + + + + + + + + For use only by Report Server. + + + + + + + + For use only by Report Server. + + + + + + + + Invokes the Report Editor dialog, as though it has been invoked by the "Edit and Reorder Bands" verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + Invokes the Edit Bindings dialog, as though it has been invoked by the "Edit Bindings..." verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + Invokes the in-place editor for the currently selected control, as though it has been invoked by the "Edit Text" verb. Note that if you hide this command, then this verb will become unavailable, but an end-user will still be able to invoke the in-place editor by double-clicking the control. + + + + + + + + + + Runs the Import dialog. + + + + + + + + Invokes the Report Templates dialog, as though it has been invoked by the "Load Report Template..." verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + Invokes the Designer for the currently selected control, as though it has been invoked by the "Run Designer..." verb. Note that if you hide this command, then this verb will become unavailable for all pivot grid controls. + + + + + + + + + + Invokes the XtraReports Wizard for the current report, as though it has been invoked by the "Design in Report Wizard..." verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + + Clears the RTF contents of the currently selected control (if it is the one), as though it has been cleared by the "Clear" verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + Invokes the Open File dialog for the currently selected control (if it is the one) to load RTF contents, as though it has been invoked by the "Load File..." verb. Note that if you hide this command, then this verb will become unavailable. + + + + + + + + + + Removes the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Decreases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Increases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Makes the vertical spacing between the selected controls equal. This command is represented both via the menu item and toolbar button. + + + + + + + + + + Sets the specified zoom value and zooms the report's design surface in or out. The predefined zoom factors are: 50%, 100%, 150%, 200%, 300%, 400% and 800%. The maximum value is 800%. + +Note, if you hide this command, the Zoom edit box will be invisible. + + + + + + + + + + + Zooms the report's design surface in. Each time this command is performed, the preview gets zoomed in by 10%. + + + + + + + + + + + Zooms the report's design surface out. Each time this command is performed, the preview gets zoomed out by 10%. + + + + + + + + + + + Specifies the visibility levels for the report commands in the End-User Designer. + + + + + + + The command is visible wherever it can be available. + + + + + + + + + The command is visible in the context menu only. If this command doesn't have an associated context menu item, the SetCommandVisibility method doesn't change its visibility. + + + + + + + + + + The command is inaccessible. + + + + + + + + The command is visible in the toolbar and menu only. If this command doesn't have an associated bar or menu item, the SetCommandVisibility method doesn't change its visibility. + + + + + + + + + The command is available as a verb only. If this command doesn't have an associated verb, the SetCommandVisibility method doesn't change its visibility. + + + + + + + + + + An instrument for report editing. + + + + + + + + Initializes a new instance of the ReportDesignTool class with the specified report. + + + + An object. + + + + + + + + Provides access to the Designer form of the ReportDesignTool. + + + An object implementing the interface (typically, an instance). + + + + + + + Provides access to the Ribbon Designer form of the ReportDesignTool. + + + An object implementing the interface (typically, an instance). + + + + + + + Disposes of the ReportDesignTool object. + + + + + + + + Provides access to the report assigned to the ReportDesignTool. + + + An object. + + + + + + + Invokes the standard End-User Designer form using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + Invokes the standard End-User Designer form which allows a report to be edited by end-users. + + + + + + + + Invokes the standard End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Invokes the standard End-User Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings. + + + + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Invokes the standard End-User Designer form modally using the specified look and feel settings and with the specified design panels hidden. + + + + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + Invokes the standard End-User Designer form modally. This form allows a report to be edited by end-users. + + + + + + + + + + + Invokes the Ribbon End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + Invokes the Ribbon End-User Designer form using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + Invokes the Ribbon End-User Designer form which allows a report to be edited by end-users. + + + + + + + + Invokes the Ribbon End-User Designer form modally. This form allows a report to be edited by end-users. + + + + + + + + + Invokes the Ribbon End-User Designer form modally, using the specified look and feel settings, and with the specified design panels hidden. + + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + A enumeration value identifying the End-User Designer dock panels to be hidden. + + + + + + + + Invokes the Ribbon End-User Designer form modally, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the End-User Designer form. + + + + + + + + + Represents the Toolbox control used to create an End-User Designer. + + + + + + + Initializes a new instance of the XRDesignToolBox class with default settings. + + + + + + + + Gets or sets the style for presenting the groups' contents. + + + A value specifying how the groups' contents are presented. + + + + + + + Gets or sets an object which serves as the source of the small images used in the toolbox. + + + A object which represents the source of the small images. + + + + + + + Gets or sets the object associated with the XRDesignToolBox. + + + An object, specifying the Design Panel assigned to the current object. + + + + + + + + + + Represents the Properties Window control which is used to create an End-User Designer. + + + + + + + + Initializes a new instance of the XRDesignPropertyGrid class with default settings. + + + + + + + + Gets or sets the object associated with the XRDesignPropertyGrid. + + + + + An object assigned to the current XRDesignPropertyGrid object. + + + + + + + + + + Represents the Report Explorer control used to create an End-User Designer. + + + + + + + Initializes a new instance of the XRDesignReportExplorer class with default settings. + + + + + + + + Gets or sets the object associated with the XRDesignReportExplorer. + + + + + An object assigned to the current XRDesignReportExplorer object. + + + + + + + + + The base class for the form used to show the End-User Designer form for a particular report. + + + + + + + + Initializes a new instance of the XRDesignFormExBase class with default settings. + + + + + + + + Specifies the options of an object of a standard End-User Designer form. + + + An object that contains dock panels of the End-User Designer. + + + + + + + Gets or sets the Design Panel used to edit a report in the current End-User Designer form. + + + + An object, which represents the Design Panel associated with the form. + + + + + + + + Gets or sets the path (including the file name) where the report currently being edited in the End-User Designer will be saved. A report definition is usually saved to a REPX file. + + + + A representing the path (including the filename) to a REPX file. + + + + + + + Loads a report definition from the specified REPX file, opens it into the form's active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form. + + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + A object which specifies the look-and-feel settings applied to the End-User Designer form. + + + + + + + + Opens the specified report in the form's active Design Panel. + + + + + + An object, or one of its descendants representing the report to be opened. + + + + + + + + + Opens the specified report in the form's active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form. + + + + + An object, or one of its descendants representing the report to be opened. + + + + + A object which specifies the look-and-feel settings applied to the End-User Designer form. + + + + + + + + Loads the report from the specified REPX file, and opens it in the form's active Design Panel. + + + + + A representing the full path to the report file (.REPX) to be opened. + + + + + + + + + Occurs when the property has been changed. + + + + + + + + Saves the definition (layout and configuration) of the report currently being edited in the End-User Designer form to the specified path. + + + + + A containing the full path (including the file name) specifying where the report's definition will be saved. + + + + + + + + + Saves the configuration of the report which is currently open in the End-User Designer to a file. The folder it is saved to, is specified in the Save As window. + + + + + + + + Sets the visibility of design dock panels in the End-User Designer. + + + + + + A enumeration value identifying the dock panel(s) of the End-User Designer. + + + + true to display the dock panel(s); otherwise, false. + + + + + + + + + Represents the Field List panel within an End-User Designer. + + + + + + + Initializes a new instance of the XRDesignFieldList class with default settings. + + + + + + + + Specifies whether or not complex nodes should be displayed atop simple nodes in the Field List. + + + A Boolean value. + + + + + + + Specifies the order in which complex properties are shown in the Field List. + + + A enumeration value. + + + + + + + Specifies the sorting order of the Field List nodes. + + + A enumeration value. + + + + + + + Gets or sets the object associated with the XRDesignFieldList. + + + An object assigned to the current XRDesignFieldList object. + + + + + + + + Index: trunk/lib/DevExpress/DevExpress.XtraPivotGrid.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraPivotGrid.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraPivotGrid.v12.2.xml (revision 8) @@ -0,0 +1,11679 @@ + + + + DevExpress.XtraPivotGrid.v12.2 + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCellValueEventArgs class. + + + + A DevExpress.XtraPivotGrid.Data.PivotGridCellItem object. + + + + + + + + Gets or sets the processed cell's value. + + + An object which represents the processed cell's value. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomExportHeaderEventArgs class with the specified settings. + + + + An object implementing the IVisualBrick interface or its descendant. + + + + A PivotFieldItemBase class descendant. + + + + An ExportAppearanceObject object. This value is assigned to the property. + + + + A descendant that specifies the processed field. + + + + + + + + Gets or sets the appearance object used to paint the current header. + + + An ExportAppearanceObject object that contains the corresponding settings. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomExportFieldValueEventArgs class with the specified settings. + + + + An object implementing the IVisualBrick interface or its descendant. + + + + A PivotFieldValueItem descendant that contains information used to initialize a new object. + + + + An ExportAppearanceObject object. This value is assigned to the property. + + + + + + + + Gets or sets the appearance object used to paint the current field value. + + + An ExportAppearanceObject object that contains the corresponding settings. + + + + + + + Gets a custom total to which the processed field value corresponds. + + + A object that represents the custom total to which the processed value corresponds. null (Nothing in Visual Basic) if the field value doesn't correspond to a custom total. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo object. + + + + A enumeration member that specifies the type of the context menu to be invoked. + + + + A object that represents the context menu to be invoked. + + + + A object that represents the field whose header or value has been right-clicked by an end-user. + + + + A enumeration member that specifies the area of the field whose header or value has been right-clicked by an end-user. + + + + A structure that specifies the location at which the context menu is to be invoked. + + + + + + + + Gets the field whose header or value has been right-clicked by an end-user. + + + A object that represents the field whose header or value has been right-clicked by an end-user. + + + + + + + Gets info about the point where the context menu should be invoked. + + + A object that contains info about the point where the context menu should be invoked. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomExportCellEventArgs class with the specified settings. + + + + An object implementing the IVisualBrick interface or its descendant. + + + + A PivotGridCellItem object. + + + + An ExportAppearanceObject object. This value is assigned to the property. + + + + A PivotGridViewInfo object. + + + + A PivotGridViewInfoData object. + + + + A PivotGridPrinterBase class descendant. + + + + A enumeration value that specifies the unit of measurement for the given data. + + + + + + + + Gets the appearance settings used to paint the cell currently being exported. + + + An ExportAppearanceObject object that contains corresponding appearance settings. + + + + + + + Gets the column field which corresponds to the current cell. + + + A object that represents the column field. null (Nothing in Visual Basic) if a column grand total cell is being processed. + + + + + + + + Gets the data field which identifies the column where the processed cell resides. + + + A object that represents the data field which identifies the column where the processed cell resides. + + + + + + + Gets whether the processed cell is focused. + + + true if the processed cell is focused; otherwise, false. + + + + + + + Gets the row field which corresponds to the current cell. + + + A object that represents the row field. null (Nothing in Visual Basic) if a row grand total cell is being processed. + + + + + + + Gets whether the processed cell is selected. + + + true if the processed cell is selected; otherwise, false. + + + + + + + + Lists values that specify which field value cell element is located under the test point. + + + + + + + The expand/collapse button is located under the test point. + + + + + + + + No element is located under the test point. + + + + + + + + + Contains information on the field value located under the test point. + + + + + + + Initializes a new instance of the PivotFieldValueHitInfo class. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo object. + + + + A enumeration member that specifies which field value cell element is located under the test point. + + + + + + + + Gets which field value cell element is located under the test point. + + + A enumeration member that specifies which field value cell element is located under the test point. + + + + + + + + Represents a PivotGridControl's Prefilter. + + + + + + + Initializes a new instance of the Prefilter class with the specified owner. + + + + An object that implements the interface. + + + + + + + + Toggles the visibility state of the Prefilter editor. + + + + + + + + Gets or sets the Prefilter's expression. + + + A object that represents the Prefilter's expression. + + + + + + + Disposes of the Prefilter object. + + + + + + + + Gets a value indicating whether the Prefilter editor is currently displayed. + + + + true if the Prefilter is displayed; otherwise, false. + + + + + + + Sets settings provided by the Prefilter class to the default values. + + + + + + + + Tests whether the Prefilter object should be persisted. + + + true if the object should be persisted; otherwise, false. + + + + + + + Returns the textual representation of the current object. + + + A string representation of the pre-filter's . + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Represents a field collection for the XtraPivotGrid control. + + + + + + + Initializes a new instance of the PivotGridFieldCollection class. + + + + A object that implements data-aware operations on the data source. + + + + + + + + Adds a new field with the specified field name and location to the end of the collection. + + + + A string that identifies the name of the database field that will be assigned to the new PivotGridField object. This value is assigned to the property. + + + + A value that identifies the area in which the new PivotGridField object will be positioned. This value is assigned to the property. + + + The object that has been added to the collection. + + + + + + + + Appends a new field to the collection. + + + The object added to the collection. + + + + + + + + Appends the specified field to the collection. + + + + The object that will be appended to the collection. + + + + + + + + Adds an array of fields to the end of the collection. + + + + An array of objects. + + + + + + + + Returns the field by the name. + + + + A that specifies the name of the required field. + + + A object representing the field whose name matches the specified string; null (Nothing in Visual Basic) if the field does not exist. + + + + + + + Gets the object specified by the bound field name. + + + + A string value specifying the bound field name of the required object. + + + The object bound to the specified field. + + + + + + + + Provides indexed access to individual fields in the collection. + + + + A zero-based integer specifying the desired field's position within the collection. If negative or exceeds the last available index, an exception is raised. + + + A object which represents the field at the specified position. + + + + + + + + Removes the specified object from the collection. + + + + A object representing the field to remove. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + + Represents a field value cell. + + + + + + + Initializes a new instance of the FieldValueCell class. + + + + A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object. + + + + + + + + Gets the parent of the current cell. + + + A object that specifies the parent cell. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotFieldPropertyChangedEventArgs class. + + + + A object that represents the field whose property has been changed. This value is assigned to the property. + + + + A enumeration member that specifies which property has been changed. This value is assigned to the property. + + + + + + + + Gets which property has been changed. + + + A enumeration member that identifies the property that has been changed. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event handler. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotFieldTooltipShowingEventArgs class. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo object. + + + + A structure that represents the coordinates of the tooltip. This value is assigned to the property. + + + + A that specifies the tooltip text. This value is assigned to the property. + + + + + + + + Gets information about the point where the tooltip should be invoked. + + + A contains information about the point where the tooltip should be invoked. + + + + + + + Gets the coordinates of the point where the tooltip should be invoked. + + + A structure representing the coordinates of the point where the tooltip should be invoked. + + + + + + + Gets or sets whether to show the tooltip. + + + true to show the tooltip; otherwise, false. + + + + + + + Gets or sets the tooltip text. + + + A that represents the tooltip text. + + + + + + + + Provides data for the event. + + + + + + + Gets the coordinates of the currently left top visible cell. + + + A structure that represents the coordinates of the currently left top visible cell. + + + + + + + Gets the coordinates of the cell that was visible at the top left before scrolling. + + + + A structure that represents the coordinates of the cell that was visible at the top left before scrolling. + + + + + + + + + + The base class for classes that provide data for the PivotGrid control's menu item clicking events. + + + + + + + Initializes a new instance of the PivotGridMenuItemClickEventArgsBase class. + + + + A object which holds the PivotGridControl's view information. + + + + A enumeration member which specifies the menu's type. This value is assigned to the property. + + + + A object which represents the PivotGridControl's context menu. This value is assigned to the property. + + + + A object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the property. + + + + A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the property. + + + + A structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the property. + + + + A object which specifies the menu item that has been clicked. This value is assigned to the property. + + + + + + + + Gets the menu item that has been clicked. + + + A object which specifies the menu item that has been clicked. + + + + + + + + The base class for classes providing data for the PivotGrid control's menu handling events. + + + + + + + Initializes a new instance of the PivotGridMenuEventArgsBase class. + + + + A object which holds the PivotGridControl's view information. + + + + A enumeration member which specifies the menu's type. This value is assigned to the property. + + + + A object which represents the PivotGridControl's context menu. This value is assigned to the property. + + + + A object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the property. + + + + A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the property. + + + + A structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the property. + + + + + + + + Gets or sets whether to allow the action. + + + true to allow the action; otherwise, false. + + + + + + + Gets the area of the field whose header or value has been right-clicked by a user to invoke the context menu. + + + A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. + + + + + + + Gets the field whose header has been right-clicked by an end-user. + + + A object which represents the field whose header has been right-clicked by an end-user. + + + + + + + Gets or sets the PivotGridControl's context menu. + + + A object which represents the PivotGridControl's context menu. + + + + + + + Gets the type of the invoked menu. + + + A enumeration member which specifies the menu's type. + + + + + + + Gets or sets the location at which the context menu has been invoked. + + + A structure which specifies the point at which the end-user right-clicked to invoke the menu. The point's coordinates are set relative to the PivotGridControl's top-left corner. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the XtraPivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomAppearanceEventArgs class. + + + + An object that implements the interface. + + + + A PivotGridCellItem object. + + + + An that specifies the appearance. This value is assigned to the property. + + + + + A PivotGridViewInfo object. + + + + A Rectangle that specifies the cell coordinates and bounds. + + + + + + + + Gets or sets the appearance settings of the currently processed cell. + + + An object containing appearance settings for the processed cell. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class. + + + + A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter drop-down items. This collection is assigned to the property. + + + + + + + + Checks or unchecks all filter items in the collection. + + + + true to check the filter items; false to uncheck them. + + + + + + + + Gets the field for which the event has been raised. + + + A object, representing the field for which the event has been raised. + + + + + + + Gets the collection of filter items. + + + A list of objects that represent the filter items. + + + + + + + Gets the 'Show Blanks' filter item. + + + A object representing the 'Show Blanks' filter item. + + + + + + + + Lists values that specify whether the PivotGridControl is immediately redrawn after calling the method. + + + + + + + The PivotGridControl will not be redrawn until the owner window is redrawn. + + + + + + + + The PivotGridControl will be immediately redrawn after calling the method. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotFieldFilterChangingEventArgs class. + + + + A object that represents the field for which the event has been raised. + + + + A enumeration member that specifies the current filter type. + + + + true if records that contain NULL values in the current field are processed by the control; false if these records are ignored. + + + + A collection of filter values. + + + + + + + + Gets or sets whether to cancel changing the filter condition. + + + true to cancel changing the filter condition; otherwise, false. + + + + + + + Gets the current filter type. + + + A enumeration member that specifies the filter type currently set for the field filter. + + + + + + + Gets whether records that contain NULL values in the current field are processed by the control. + + + true if records that contain NULL values in the current field are processed by the control; false if these records are ignored. + + + + + + + Gets the collection of filter values that is about to be assigned to the filter. + + + + A list of objects representing field filter values. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the XtraPivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotGridCustomFieldSortEventArgs class. + + + + A DevExpress.XtraPivotGrid.Data.PivotGridData object. + + + + A object. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + + + + + Gets or sets whether the field value can be expanded/collapsed. + + + true to cancel the operation; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides hint options for a PivotGrid control. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether hints are displayed for cells with truncated content. + + + true to display hints for cells with truncated content; otherwise, false. + + + + + + + Gets or sets whether hints are displayed for field headers that have truncated captions. + + + true to display hints for field headers that have truncated captions; otherwise, false. + + + + + + + Gets or sets whether hints are displayed for field values with truncated content. + + + true to display hints for field values with truncated content; otherwise, false. + + + + + + + + Contains values that specify how the XtraPivotGrid control is scrolled horizontally. + + + + + + + Specifies that cells within the Data Area are scrolled when the control is scrolled horizontally. The filter fields and column fields are not moved. + + + + + + + + Specifies that the filter fields and column fields are scrolled when the control is scrolled horizontally. + + + + + + + + + Lists values that identify the visual elements of a field header. + + + + + + + + The test point belongs to the filter button. + + + + + + + + The test point doesn't belong to the filter button. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGrid control that raised an event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A descendant which represents the customization form. This value is assigned to the property. + + + + A descendant (pivot grid) which owns the customization form. This value is assigned to the property. + + + + + + + + Gets or sets whether the standard customization form should be canceled. + + + true if the standard customization form should be canceled; false if the form should be displayed after the current event handler completes. + + + + + + + Provides access to the customization form. + + + A descendant which represents the customization form. + + + + + + + Gets or sets whether the standard customization form should be canceled. + + + true if the standard customization form should be canceled; otherwise, false. + + + + + + + Gets or sets the control which the customization form belongs to. + + + + A descendant (pivot grid) which owns the customization form. + + + + + + + + Contains information about a specific point within a PivotGridControl. + + + + + + + Initializes a new instance of the class with the specified test point. + + + + A structure specifying test point coordinates relative to the PivotGridControl's top-left corner. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PivotGridHitInfo class with the specified settings. + + + + A PivotCellViewInfo object. + + + + A Point structure that specifies the test point for which the hit information is to be retrieved. + + + + A PivotGridViewInfo object. + + + + + + + + Initializes a new instance of the PivotGridHitInfo class. + + + + An object that contains the information on the processed cell. + + + + A enumeration value which identifies the visual element located under the test point. + + + + A Point structure that specifies the test point for which the hit information is to be retrieved. + + + + + + + + Initializes a new instance of the PivotGridHitInfo class. + + + + An object that contains information on the processed field header. + + + + An object that identifies the field whose header is located under the test point + + + + A enumeration value which identifies the visual element located under the test point. + + + + A structure that specifies the test point for which the hit information is to be retrieved. + + + + + + + + Gets information on the cell located at the test point. + + + A object which provides information on the cell located at the test point. + + + + + + + Gets the field which the header located at the test point corresponds to. + + + + A object which represents the field which the header at the test point corresponds to. null (Nothing in Visual Basic) if there isn't any field header located at the test point. + + + + + + + + Gets information on the field header located at the test point. + + + A object which provides information on the field header located at the specified point. + + + + + + + Gets the test point. + + + A structure specifying test point coordinates relative to the PivotGridControl's top-left corner. + + + + + + + Gets a value identifying the type of the visual element located under the test point. + + + + A enumeration value which identifies the type of the visual element that contains the test point. + + + + + + + + Gets the information on the field value located under the test point. + + + A object which contains information on the field value located under the test point. + + + + + + + + Contains information about a specific point within a Header Area. + + + + + + + Initializes a new instance of the PivotGridHeadersAreaHitInfo class. + + + + A descendant that provides information on the field headers located at the test point. + + + + A object which represents the field which the header at the test point corresponds to. This value is assigned to the property. + + + + A enumeration value which identifies the type of the header's visual element which is located under the test point. This value is assigned to the property. + + + + + + + + Gets the header area of the XtraPivotGrid which is located under the test point. + + + A enumeration value which specifies the area located under the test point. + + + + + + + Gets the field that the header located at the test point corresponds to. + + + + A object which represents the field header that the test point corresponds to. null (Nothing in Visual Basic) if no field header is located at the test point. + + + + + + + + Gets a value which identifies the type of the header's visual element that is located under the test point. + + + A enumeration value which identifies the type of the header's visual element that is located under the test point. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the XtraPivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotGridCustomSummaryEventArgs class with the specified settings. + + + + A PivotGridData object which contains the information required to initialize the created PivotGridCustomSummaryEventArgs object. + + + + + A object which represents a data field. + + + + A PivotCustomSummaryInfo object which contains the information required to initialize the created PivotGridCustomSummaryEventArgs object. + + + + + + + + + Lists values that identify a PivotGridControl's elements. + + + + + + + The test point belongs to a cell. + + + + + + + + The test point belongs to the header area. + + + + + + + + The test point does not belong to any visual element or is outside the PivotGridControl. + + + + + + + + The test point belongs to a field value. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomChartDataSourceDataEventArgs class with the specified settings. + + + + A enumeration value specifying the type of a PivotGrid control's item to be represented in a ChartControl. This value is assigned to the property. + + + + A enumeration value specifying the type of a chart data member that will represent the current PivotGridControl item. This value is assigned to the property. + + + + + A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object. + + + + A DevExpress.XtraPivotGrid.Data.PivotGridCellItem object. + + + + A specifying the value to be displayed in a chart. This value is assigned to the property. + + + + + + + + Gets an object which contains information about a PivotGrid control's cell, whose value should be displayed in a ChartControl. + + + A object. + + + + + + + Gets an object which contains information about a field value to be displayed in a ChartControl. + + + A object. + + + + + + + Gets the type of a chart data member that will represent the current PivotGridControl item. + + + A enumeration member that specifies the type of a chart data member that will represent the current PivotGridControl item. + + + + + + + Gets a value representing the type of a PivotGrid control's item to be represented in a ChartControl. + + + A enumeration value. + + + + + + + Gets or sets a value to be displayed in a ChartControl. + + + A class descendant representing the value to be displayed. + + + + + + + + Stores information on the cells displayed within the XtraPivotGrid control. + + + + + + + Initializes a new instance of the PivotGridCells class with default settings. + + + + A PivotGridViewInfoData object which contains the information required to initialize the created PivotGridCells object. + + + + + + + + + Gets the number of columns in the XtraPivotGrid control. + + + + An integer which specifies the number of columns displayed within the XtraPivotGrid control. + + + + + + + Copies the selected cells to the clipboard. + + + + + + + + Gets or sets the coordinates of the focused cell. + + + A structure that specifies the coordinates of the focused cell. + + + + + + + Returns an object that contains information on the specified cell. + + + + A zero-based integer that identifies the visible index of the column. + + + + A zero-based integer that identifies the visible index of the row. + + + A object that contains information on the specified cell. + + + + + + + Returns an object that contains information on the currently focused cell. + + + A object that contains information on the currently focused cell. + + + + + + + Invalidates the specified cell. + + + + A object that identifies the cell. + + + + + + + + Invalidates the cell which is located at the specified position. + + + + A zero-based integer which identifies the visible index of the row that contains the cell. + + + + A zero-based integer which identifies the visible index of the column that contains the cell. + + + + + + + + Gets or sets the coordinates of the left top visible cell. + + + A structure that specifies the coordinates of the left top visible cell. + + + + + + + Gets the selected cells. + + + An object that implements the interface and represents the PivotGridControl's selection. + + + + + + + Gets the number of rows in the XtraPivotGrid control. + + + + An integer which is the number of rows displayed within the XtraPivotGrid control. + + + + + + + + Gets or sets the coordinates of the selected cells. + + + A object which contains the coordinates of the selected cells. + + + + + + + Selects cells that reside within the specified column or row. + + + + true to select cells within a column; false to select cells within a row. + + + + An array of field values that identifies the column or row that should be selected. + + + + + + + + Selects cells that reside within the specified column or row, identified by the specified data field. + + + + true to select cells within a column; false to select cells within a row. + + + + An array of field values that identifies the column or row that should be selected. + + + + A descendant. Specifies a data field that identifies the column or row that should be selected. + + + + + + + + + Represents a collection of custom totals for a field. + + + + + + + For internal use. + + + + + @nbsp; + + + + + + + + Initializes a new instance of the PivotGridCustomTotalCollection class and adds copies of the specified custom totals to the collection. + + + + An array of objects whose copies will be added to the collection. + + + + + + + + Initializes a new instance of the PivotGridCustomTotalCollection class with default settings, + + + + + + + + Appends a new item to the collection that represents a custom total of the specified summary function type. + + + + + A value that determines the type of the summary function used to calculate the current total. This value is assigned to the property. + + + A object which represents the created custom total. + + + + + + + Appends an array of custom totals to the current collection. + + + + An array of objects which represent the custom totals to add to the collection. + + + + + + + + Gets the field which owns the current collection. + + + A field which owns the current collection. + + + + + + + Provides indexed access to the elements in the collection. + + + + A zero-based integer value which represents the desired custom total's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + + A object located at the specified index. + + + + + + + + Represents a custom total which can be calculated for an outer column field or row field. + + + + + + + Initializes a new instance of the PivotGridCustomTotal class with the default settings. + + + + + + + + Initializes a new instance of the PivotGridCustomTotal class with the specified summary function type. + + + + A value that specifies the summary function type for the created custom total object. This value is assigned to the property. + + + + + + + + Gets the appearance settings used to paint the custom total's cells. + + + A object which provides the appearance settings used to paint the custom total's cells. + + + + + + + Copies settings of the current object to the object passed as the parameter. + + + + A object to which settings are copied from the current object. + + + + + + + + Returns whether the settings of the current and specified objects match. + + + + A object to be compared with the current object. + + + true if the settings of the objects match; otherwise, false. + + + + + + + + Provides the context menu options for the control. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether end-users can invoke the field value context menu. + + + true if end-users can right-click the Field Value to invoke its context menu; otherwise, false. + + + + + + + Gets or sets whether end-users can invoke the header area context menu. + + + true if end-users can right-click the header area to invoke its context menu; otherwise, false. + + + + + + + Gets or sets whether end-users can invoke the field header context menu. + + + true if end-users can right-click the field header to invoke its context menu; otherwise, false. + + + + + + + + Provides behavior options for the control. + + + + + + + Initializes a new instance of the class with the specified change notifications delegate. + + + + + A delegate that will receive change notifications. + + + + + + + + Gets or sets whether the Best-Fit feature is automatically applied to a field after it has been dragged and dropped at another location. + + + true if the Best-Fit feature is applied to a field after it has been dragged and dropped at another location; otherwise, false. + + + + + + + Gets or sets whether custom appearance settings should be taken into account when calculating minimum column width for Best Fit. + + + true if custom appearance settings should be taken into account when calculating minimum column width for Best Fit; otherwise, false. + + + + + + + Gets or sets how in-place editors are activated. + + + An value that specifies how in-place editors are activated. + + + + + + + Returns the actual editor show mode based on the property. + + + An value that specifies the actual editor show mode. + + + + + + + Gets or sets a value which specifies the PivotGridControl's behavior when it is scrolled horizontally. + + + + A enumeration member which specifies the PivotGridControl's behavior when it's scrolled horizontally. + + + + + + + + Gets or sets whether the grid control is repainted when focus is moved from one cell to another. + + + true if the grid control is repainted when focus is moved from one cell to another; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. Identifies the PivotGrid control that raised an event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + + A object which holds the PivotGridControl's view information. + + + + A enumeration member which specifies the menu's type. This value is assigned to the property. + + + + A object which represents the PivotGridControl's context menu. This value is assigned to the property. + + + + A object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the Field property. + + + + A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the property. + + + + A structure which specifies the point at which an end-user has right-clicked to invoke the menu. This value is assigned to the property. + + + + A object or its descendant which represents the clicked menu item. This value is assigned to the property. + + + + + + + + Gets the field whose header has been right-clicked by an end-user. + + + A field whose header has been right-clicked. + + + + + + + Gets details on the grid elements located at the point where an end-user has right-clicked to invoke the context menu. + + + A object which contains information about the grid elements located at the point that has been clicked. + + + + + + + + Represents a method that will handle the DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu event. + + + + + + + Represents a method that will handle the DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu event. + + + + The event sender. Identifies the PivotGrid control that raised an event. + + + + A object that contains event data. + + + + + + + + + Provides data for the DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu event. + + + + + + + Initializes a new instance of the class with the specified settings. + + + + + A object which holds the PivotGridControl's view information. + + + + A enumeration member which specifies the menu's type. This value is assigned to the property. + + + + A object which represents the PivotGridControl's context menu. This value is assigned to the property. + + + + A object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the Field property. + + + + A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the property. + + + + A structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGrid control that raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the PivotCellEventArgs class. + + + + A PivotGridCellItem object. + + + + A PivotGridViewInfo object. + + + + + + + + Initializes a new instance of the PivotCellEventArgs class. + + + + A PivotGridCellItem object. + + + + A PivotGridViewInfo object. + + + + A Rectangle that specifies the cell coordinates and bounds. + + + + + + + + Gets the cell's bounds. + + + A value that specifies the cell's bounds. + + + + + + + Gets the display text of the cell currently being processed. + + + A string representing the cell's display text. + + + + + + + Gets whether the processed cell is the focused cell. + + + true if the processed cell is the focused cell; otherwise, false. + + + + + + + Gets whether the processed cell is selected. + + + true if the processed cell is selected; otherwise, false. + + + + + + + + Lists values that specify the PivotGridControl's context menu types. + + + + + + + Corresponds to the field value context menu. + + + + + + + + Corresponds to the field header context menu. + + + + + + + + Corresponds to the header area context menu. + + + + + + + + Corresponds to the menu allowing an end-user to select a summary type for a data field (when the option is enabled). + + + + + + + + + Serves as a base for the classes that provide data for the events which are used to customize column and row headers. + + + + + + + + Initializes a new instance of the PivotFieldValueEventArgs class with the specified field. + + + + A object which specifies the field currently being processed. This value is assigned to the property. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + + + + + + Gets the custom total which the currently processed column/row header corresponds to. + + + + A object which represents the custom total which the processed header corresponds to. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + A object. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGridControl that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotFieldImageIndexEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A PivotFieldValueItem object. + + + + + + + + Changes the expanded state of the current field value. + + + + + + + + Returns a list of records associated with the processed field value. + + + A object that contains records associated with the processed field value. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + Gets the custom total that corresponds to the currently processed column/row header. + + + + A object that specifies the custom total that corresponds to the currently processed column/row header. + + + + + + + + Gets the data field that identifies the processed value. + + + A object, which is the data field that identifies the processed value. + + + + + + + + Gets the field being processed. + + + A object, which is the field currently being processed. + + + + + + + Gets the field position among the visible fields within the header area. + + + An integer value that specifies the field position among the visible fields. + + + + + + + Returns a value displayed in a cell with the specified column and row indexes. + + + + A zero-based integer value that specifies the index of the column where the cell resides. + + + + A zero-based integer value that specifies the index of the row where the cell resides. + + + A value displayed in the specified cell. + + + + + + + Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index. + + + + + A object that specifies a column or row field, whose value should be obtained. + + + + A zero-based index of a cell that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index. + + + + + + + Returns the parent field(s) for the field value being currently processed. + + + An array of objects that are parent fields for the field value currently being processed. + + + + + + + + Returns the value of a specific parent field corresponding to the field value currently being processed. + + + + A object that is the parent field whose value is returned. + + + + An object that is the value of the specified parent (higher level) field. + + + + + + + + Gets or sets the index of the image to display within the currently processed column/row header. + + + An integer value specifying the zero-based index of the image within the source collection. + + + + + + + Gets whether the processed field value is collapsed. + + + true if the field value is collapsed; otherwise, false. + + + + + + + Gets whether the field is displayed within the Column Header Area. + + + true if the field is displayed within the Column Header Area; otherwise, false. + + + + + + + Gets whether the current header corresponds to the "Others" row/column. + + + true if the current header corresponds to the "Others" row/column. + + + + + + + Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + + An integer value that specifies the maximum row or column index that corresponds to the processed field value. + + + + + + + Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the minimum row or column index that corresponds to the processed field value. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + Gets the column field or row field value that corresponds to the currently processed column/row header. + + + The field value currently being processed. + + + + + + + Gets the type of the currently processed column/row header. + + + A enumeration value which identifies the type of the currently processed column or row header. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the field whose location is being changed. This value is assigned to the property. + + + + A enumeration value which indicates the current position of the field being dragged. This value is assigned to the property. + + + + A zero-based integer which specifies the field's index amongst the other fields displayed within the same area. This value is assigned to the property. + + + + + + + + Gets or sets whether the dragged field header can be dropped on the area it's currently located over. + + + true to allow the operation; otherwise, false. + + + + + + + Gets the current position of the field being dragged. + + + A enumeration value which specifies the current position of the field being dragged. + + + + + + + Gets the index of the field which is being dragged for the area it's currently located over among the other fields displayed within the area. + + + + A zero-based integer which specifies the index of the dragged field among the other fields displayed within the area over which it's currently located. + + + + + + + + + Represents a style format condition which can be applied to a PivotGrid control. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets whether the appearance settings can be applied to data cells. + + + true to apply the appearance settings to data cells; otherwise, false. + + + + + + + Gets or sets whether the appearance settings are applied to custom total cells. + + + true to apply the appearance settings to custom total cells; otherwise, false. + + + + + + + Gets or sets whether the appearance settings are applied to grand total cells. + + + true to apply the appearance settings to grand total cells; otherwise, false. + + + + + + + Gets or sets whether the appearance settings are applied to automatic total cells. + + + true to apply the appearance settings to automatic total cells; otherwise, false. + + + + + + + Indicates whether the appearance settings specified by the current style format condition can be applied to cells of the specified type. + + + + A enumeration value which specifies the PivotGridControl cell type. + + + true if the appearance settings can be applied to cells of the specified type; otherwise, false + + + + + + + Gets or sets the field which identifies the columns whose values are used in conditional formatting. + + + A object representing the field which identifies the columns whose values are used in conditional formatting. + + + + + + + Gets or sets the name of the field which identifies the columns whose values are used in conditional formatting. + + + A value that specifies the name of the field which identifies the columns whose values are used in conditional formatting. + + + + + + + Gets the PivotGrid control which owns the current style format condition. + + + A object which represents the PivotGridControl that owns the current style format condition. + + + + + + + + Represents a collection of style format conditions applied to a PivotGridControl. + + + + + + + Initializes a new instance of the class. + + + + + + + + Appends a style condition object to the collection. + + + + A object to be added to the collection. + + + + + + + + Adds an array of style condition objects to the end of the collection. + + + + An array of objects to be appended to the collection. + + + + + + + + Performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other. + + + + The first object to compare. + + + + The second object to compare. + + + An integer value indicating whether one is less than, equal to or greater than the other. + + + + + + + Indicates whether the PivotGridControl that owns the current collection is currently being initialized. + + + true if the PivotGridControl is being initialized; otherwise, false. + + + + + + + Provides indexed access to individual items within the collection. + + + + An integer value specifying the item's zero based index within the collection. If its negative or exceeds the last available index, an exception is raised. + + + A object which resides at the specified position within the collection. + + + + + + + Gets a style format condition with the specified tag. + + + + An object which contains information associated with the style format condition. + + + A object which represents a style format condition within the collection whose property's value matches the tag parameter. null (Nothing in Visual Basic) if no style format condition is found. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomDrawHeaderAreaEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfo object that provides information about the painted field headers. + + + + A DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs object. + + + + A structure that specifies the boundaries of the header area currently being painted. This value is assigned to the property. + + + + + + + + Gets a value which specifies the header area currently being painted. + + + A enumeration value which specifies the header area currently being painted. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomDrawFieldValueEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A PivotFieldsAreaCellViewInfo object. + + + + A PivotHeaderObjectInfoArgs object. + + + + A ViewInfoPaintArgs object. + + + + A PivotHeaderObjectPainter object. + + + + + + + + Gets the header area where the field is displayed. + + + A enumeration value that specifies the header area in which the field is displayed. + + + + + + + Gets the custom total which the currently processed column/row header corresponds to. + + + A object which represents the custom total which the processed header corresponds to. null (Nothing in Visual Basic) if the processed header doesn't correspond to a custom total. + + + + + + + Gets an object that provides methods to work with data. This method supports the internal infrastructure and typically, there is no need to use it directly from your code. + + + + A object. + + + + + + + Gets the display text of the header currently being painted. + + + A string value representing the header's display text. + + + + + + + Gets the field whose value is to be painted. + + + A object which represents the field whose value is to be painted. + + + + + + + Gets the field's position among the visible fields within the header area. + + + An integer value that specifies the field's position among the visible fields. + + + + + + + Returns a value displayed in the specified cell. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + A value displayed in the specified cell. + + + + + + + Returns the specified column or row field's value for the cell addressed by its zero-based index in the Data Area. + + + + A object representing a column or row field, whose value is to be obtained. + + + + A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + An object representing the field's value. + + + + + + + Returns the parent field(s) for the field value being currently processed. + + + An array of objects that represent parent fields for the field value currently being processed. + + + + + + + Returns the value of a specific parent field corresponding to the field value currently being processed. + + + + A object that represents the parent field whose value is returned. + + + An object that represents the value of the specified parent (higher level) field. + + + + + + + Gets an object which provides the information required to paint a field value. + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value. + + + + + + + Gets whether the current header corresponds to the "Others" row/column. + + + true if the current header corresponds to the "Others" row/column. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the maximum row or column index that corresponds to the processed field value. + + + + + + + Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the minimum row or column index that corresponds to the processed field value. + + + + + + + Gets the painter object that provides the default element painting mechanism. + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + Gets the value of the column field or row field which the currently processed column/row header corresponds to. + + + An object which represents the value of the corresponding column field or row field. + + + + + + + Gets the type of the currently processed column/row header. + + + A enumeration value which identifies the type of the currently processed column or row header. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomDrawFieldHeaderEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A PivotHeaderViewInfoBase object. + + + + A ViewInfoPaintArgs object. + + + + A HeaderObjectPainter object. + + + + + + + + Gets the field whose header is to be painted. + + + A object which represents the field whose header is to be painted. + + + + + + + Gets an object which provides the information required to paint a field header. + + + A object which provides information about the painted field header. + + + + + + + Gets the painter object that provides the default element painting mechanism. + + + A HeaderObjectPainter object. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomDrawEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + An object that implements the IPivotCustomDrawAppearanceOwner interface. Provides the appearance settings used to paint an element. + + + + A DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs object. + + + + A structure that specifies the element boundaries. This value is assigned to the property. + + + + + + + + Gets the painted element's appearance settings. + + + A object which provides the painted element's appearance settings. + + + + + + + Gets the bounding rectangle of the painted element. + + + A structure which specifies the element's boundaries. + + + + + + + Gets an object used to paint an element. + + + A object. + + + + + + + Gets an object which specifies the storage for the most used pens, fonts and brushes. + + + A object. + + + + + + + Gets or sets whether an event was handled, if it was handled the default actions are not required. + + + true if default painting isn't required; otherwise, false. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomDrawCellEventArgs class. + + + + An object that implements the interface. + + + + A PivotGridCellItem object. + + + + An object that specifies the appearance. This value is assigned to the property. + + + + A ViewInfoPaintArgs object. + + + + A PivotGridViewInfo object. + + + + + + + + Gets the painted cell's appearance settings. + + + A object which provides the painted cell's appearance settings. + + + + + + + Gets the object used to paint a cell. + + + A object. + + + + + + + Gets an object which specifies the storage for the most used pens, fonts and brushes. + + + A object. + + + + + + + Gets or sets whether an event was handled, if it was handled the default actions are not required. + + + true if default painting isn't required; otherwise, false. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + + Provides the appearance settings used to paint the elements in a field. + + + + + + + Initializes a new instance of the PivotGridFieldAppearances class. + + + + A object that represents the owner field. + + + + + + + + Gets the appearance settings used to paint regular cells corresponding to the current data field. + + + An object that provides corresponding settings. + + + + + + + Gets the appearance settings used to paint grand total cells corresponding to the current data field. + + + An object that provides corresponding settings. + + + + + + + Gets the appearance settings used to paint total cells corresponding to the current data field. + + + An object that provides corresponding settings. + + + + + + + Gets the appearance settings used to paint the field header. + + + A object which provides appearance settings used to paint the field header. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the appearance settings used to paint the values of fields. + + + A object which provides the appearance settings used to paint the field's values. + + + + + + + Gets the appearance settings used to paint the Grand Total headers. + + + A object which provides the appearance settings used to paint the Grand Total headers. + + + + + + + Gets the appearance settings used to paint the field's totals. + + + A object which provides the appearance settings used to paint the field's totals. + + + + + + + + Represents a field within the control. + + + + + + + Initializes a new instance of the PivotGridField class with the specified field name and location. + + + + A string identifying the name of the database field. This value is assigned to the property. + + + + A value that defines the location for the PivotGridField object within the control. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PivotGridField class with default settings. + + + + + + + + Initializes a new instance of the PivotGridField class. + + + + A object. + + + + + + + + Provides access to the appearance settings used to paint the field's header, values and value totals. + + + + A collection that contains the appearance settings used to paint the field's header, values and value totals. + + + + + + + + Resizes the columns that correspond to the current field to the minimum width required to completely display the column's contents. + + + + + + + + + Returns whether cells of the current field can be edited. + + + true if cells of the current field can be edited; otherwise, false + + + + + + + Gets whether end-users are allowed to select only a single item in the field's filter drop-down. + + + true if end-users are allowed to select only a single item in the field's filter drop-down; otherwise, false. + + + + + + + Gets whether a menu used to open an Expression Editor for unbound fields is available. + + + true if a menu used to open an Expression Editor for unbound fields is available; otherwise, false. + + + + + + + Gets the collection of custom totals for the current field. + + + A object which represent the collection of custom totals. + + + + + + + Gets the field's data type. + + + The . + + + + + + + Gets or sets the width and height of the field's filter dropdown. + + + A structure that specifies the width and height (in pixels) of the field's filter dropdown. + + + + + + + + Gets or sets the editor used to edit cells corresponding to the current data field. + + + A descendant that represents the field's repository item. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets the source of images that can be displayed within field headers. + + + + An object that is an image collection providing images for the PivotGridField's field headers. + + + + + + + + Gets or sets the index of the image which is displayed within the field's header. + + + A zero-based integer that represents the index of the image which is displayed within the field's header. + + + + + + + + Contains the field's options. + + + A object which contains the field's options. + + + + + + + Gets the XtraPivotGrid control that owns the current field. + + + A control that owns the current field. + + + + + + + Sets specific settings of the specified repository item (in-place editor) to default. This member supports the internal infrastructure and is not intended to be used directly from your code.. + + + + A descendant. + + + + + + + + Displays the filter dropdown for the current field. + + + + + + + + Occurs after the field's summary type has been changed. + + + + + + + + Gets the field's hint settings. + + + A object which provides the hint settings for the field. + + + + + + + Returns the field's display text. + + + A string representing the field's display text. + + + + + + + Gets or sets an expression used to evaluate values for the current unbound field. + + + A that specifies an expression used to evaluate values for the current field. + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + + + + + + + This method supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + + Represents a method that will handle the , and events. + + + + + + + Represents a method that will handle the , and events. + + + + The event source. Identifies the PivotGrid control that raised an event. + + + + A object that contains event data. + + + + + + + + + Provides data for all field handling events. + + + + + + + Initializes a new instance of the class. + + + + A object which represents the field currently being processed. This value is assigned to the property. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotFieldDisplayTextEventArgs class with the specified settings. + + + + A object which represents the field currently being processed. This value is assigned to the property. + + + + An object which specifies the current field value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PivotFieldDisplayTextEventArgs class with the specified item and default text. + + + + + A specifying the field value item. This value is assigned to the property. + + + + + A specifying the default display text. This value is assigned to the property. + + + + + + + + Gets or sets the item's display text. + + + + A string value that specifies the item's display text. + + + + + + + Gets whether the current event is called to populate the filter dropdown. + + + true if the event is called to populate the filter dropdown; false if the event is called to customize the display text of column and row headers. + + + + + + + Gets the processed item's value. + + + + An object which represents the item's value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + For internal use. + + + + @nbsp; + + + + + + + + Gets or sets the display text for the cell currently being processed. + + + A string that represents the cell's display text. + + + + + + + + Provides data for the events which are invoked for particular data cells. + + + + + + + For internal use. + + + + @nbsp; + + + + + + + + Gets the column custom total which displays the current cell. + + + + + A object which represents the column custom total that contains the current cell. + + + + + + + + Gets the innermost column field which corresponds to the current cell. + + + A object which represents the column field. + + + + + + + For internal use. + + + The integer value. + + + + + + + Gets the visual index of the column that contains the current cell. + + + An integer that is the visual index of the column that contains the current cell. + + + + + + + Gets the type of the column which contains the processed cell. + + + A enumeration value which specifies the type of the column in which the processed cell resides. + + + + + + + Returns a list of records used to calculate a summary value for the cell currently being processed. + + + A object that contains records used to calculate a summary value for the current cell. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + Returns a summary data source. + + + A object that represents the summary data source. + + + + + + + For internal use. + + + A object. + + + + + + + Gets the data field that identifies the column/row where the processed cell resides. + + + A object that specifies the data field that identifies the column/row where the processed cell resides. + + + + + + + Returns a cell value calculated for the current column and row field values, against the specified data field. + + + + A object that specifies the data field. + + + The cell value. null (Nothing in Visual Basic) if no cell is found. + + + + + + + Returns a cell value calculated for the specified column and row field values, against the specified data field. + + + + An array of column values. + + + + An array of row values. + + + + A object that specifies the data field, against which the required cell value is calculated. + + + A summary value calculated for the specified column and row field values, against the specified data field. + + + + + + + Returns a cell value by the column and row indexes. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + A value displayed in the specified cell. + + + + + + + Returns an array of column fields which correspond to the current cell. + + + An array of column fields. + + + + + + + Returns a Column Grand Total value calculated for the current row field values, against the specified data field. + + + + A object that specifies the data field, against which the required Column Grand Total is calculated. + + + + + The Column Grand Total value calculated for the current row field values, against the specified data field. + + + + + + + Returns a Column Grand Total value calculated for the specified row field values, against the specified data field. + + + + An array of row field values for which the required Column Grand Total is calculated. + + + + A object that specifies the data field, against which the required Column Grand Total is calculated. + + + The Column Grand Total value calculated for the specified row field values, against the specified data field. + + + + + + + Returns the value of the specified column or row field which identifies the column/row in which the processed cell resides. + + + + A object which represents the field whose value is returned. + + + An object which represents the value of the specified column or row field which identifies the column/row in which the processed cell resides. null (Nothing in Visual Basic) if the specified field isn't a column or row field. + + + + + + + Returns the specified column or row field's value for the cell, addressed by its zero-based index in the Data Area. + + + + + A object representing a column or row field, whose value is to be obtained. + + + + A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + An object representing the field's value. + + + + + + + Gets the Grand Total value for the specified field. + + + + A object which represents the field whose Grand Total is returned. + + + An object which represents the Grand Total value. + + + + + + + Returns the value of the cell in the same row but in the next column. + + + + A object which identifies the sub column in the next column. + + + An object that represents the value in the same row but in the next column. + + + + + + + Returns the value of the cell in the next row. + + + + A object which identifies the sub column in the next row. + + + An object that represents the value of the cell in the next row. + + + + + + + Returns the value of the cell in the same row but in the previous column. + + + + A object which identifies the sub column in the previous column. + + + An object that represents the value in the same row but in the previous column. + + + + + + + Returns the value of the cell in the previous row. + + + + A object which identifies the sub column in the previous row. + + + An object that represents the value of the cell in the previous row. + + + + + + + Returns an array of the row fields which correspond to the current cell. + + + An array of row fields. + + + + + + + Returns a Row Grand Total value calculated for the current column field values, against the specified data field. + + + + A object that specifies the data field, against which the required Row Grand Total is calculated. + + + The Row Grand Total value calculated for the current column field values, against the specified data field. + + + + + + + Returns a Row Grand Total value calculated for the specified column field values, against the specified data field. + + + + An array of column field values for which the required Row Grand Total is calculated. + + + + A object that specifies the data field, against which the required Row Grand Total is calculated. + + + The Row Grand Total value calculated for the specified column field values, against the specified data field. + + + + + + + + Indicates whether the specified field's value that represents the row or column header of the processed cell is expanded. + + + + A object that represents the field in a PivotGridControl. + + + true if the field value is expanded; otherwise, false. + + + + + + + Gets whether the value of the specified column or row field can be retrieved for the current cell by the method. + + + + A object which identifies the column or row field. + + + true if the specified field's value can be retrieved via the method; otherwise, false. + + + + + + + Indicates whether the processed data cell resides within the "Others" row/column when the Top X Value feature is enabled. + + + + A object that represents the field. + + + true if the data cell resides within the "Others" row/column; otherwise, false. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the row custom total which contains the current cell. + + + + A object which represents the row custom total that contains the current cell. + + + + + + + + Gets the innermost row field which corresponds to the current cell. + + + A object which represents the row field. + + + + + + + For internal use. + + + The integer value. + + + + + + + Gets the visual index of the row that contains the current cell. + + + An integer that specifies the visual index of the row that contains the current cell. + + + + + + + Gets the type of the row which contains the processed cell. + + + A enumeration value which specifies the type of the row in which the processed cell resides. + + + + + + + Gets the type of summary calculated in the current cell. + + + A value that specifies the summary type for the current cell. + + + + + + + Gets an object which contains the values of the predefined summaries that are calculated for the current cell. + + + + A object which contains the values of the predefined summaries that are calculated for the current cell. + + + + + + + + Gets the processed cell's value. + + + An object which represents the processed cell's value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. Identifies the PivotGrid control that raised the event. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + A object. + + + + A object which represents the unbound field currently being processed. This value is assigned to the property. + + + + An integer value which identifies the current row's index in the data source. This value is assigned to the property. + + + + An object which represents the processed cell's value. This value is assigned to the property. + + + + + + + + + Provides view options for the PivotGrid controls. + + + + + + + Initializes a new instance of the class. + + + + A delegate that will receive change notifications. + + + + + + + + Gets or sets a value which specifies the distance from the separator line to the adjacent areas. + + + An integer value which specifies the distance from the separator line to the adjacent areas. + + + + + + + Gets or sets how filter buttons are rendered. + + + A enumeration value that specifies how filter buttons are rendered. + + + + + + + Gets or sets a value specifying when buttons of in-place editors are shown in cells. + + + A value that specifies the current display mode for cell buttons. + + + + + + + + Lists the values that specify the PivotGridControl cell types. + + + + + + + Corresponds to the data cell. + + + + + + + + Corresponds to the custom total cell. + + + + + + + + Corresponds to the grand total cell. + + + + + + + + Corresponds to the automatic total cell. + + + + + + + + + Provides the appearance settings used to paint the elements in a PivotGridControl when it's printed. + + + + + + + Initializes a new instance of the PivotGridAppearancesPrint class. + + + + @nbsp; + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets an array of the default appearances used to paint the elements of a PivotGridControl when it's printed. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + For internal use. + + + @nbsp; + + + + + + + + Represents the base class for classes that provide appearance settings for a PivotGridControl. + + + + + + + Initializes a new instance of the PivotGridAppearancesBase class. For internal use. + + + + @nbsp; + + + + + + + + Gets the appearance settings used to paint data cells. + + + A object that provides the appearance settings used to paint data cells. + + + + + + + Gets the appearance settings used to paint custom total cells. + + + A object which provides the appearance settings used to paint custom total cells. + + + + + + + Gets the appearance settings used to paint field headers. + + + A object which provides the appearance settings used to paint field headers. + + + + + + + Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals. + + + A object which provides the appearance settings used to paint field values. + + + + + + + Gets the appearance settings used to paint grand total headers. + + + A object which provides the appearance settings used to paint the grand total headers. + + + + + + + Gets the appearance settings used to paint the headers of Totals. + + + A object which provides the appearance settings used to paint the headers of Totals. + + + + + + + Gets the appearance settings used to paint the filter header area separator. + + + A object which provides the appearance settings used to paint the filter header area separator. + + + + + + + Gets the appearance settings used to paint Grand Total cells. + + + A object which provides the appearance settings used to paint Grand Total cells. + + + + + + + Gets the appearance settings used to paint connector lines between field headers combined in a field group. + + + An object which provides corresponding appearance settings. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the appearance settings used to paint the horizontal and vertical lines. + + + A object which provides the appearance settings used to paint grid lines. + + + + + + + Gets the appearance settings used to paint automatic total cells. + + + A object which provides the appearance settings used to paint automatic total cells. + + + + + + + + Provides the appearance settings used to paint a PivotGridControl. + + + + + + + Initializes a new instance of the PivotGridAppearances class. For internal use. + + + + @nbsp; + + + + + + + + Gets the appearance settings used to paint the column header area. + + + A object which provides the appearance settings used to paint the column header area. + + + + + + + Gets the appearance settings used to paint the data header area. + + + A object which provides the appearance settings used to paint the data header area. + + + + + + + Gets the appearance settings used to paint the PivotGridControl's empty area. + + + A object which provides the appearance settings used to paint the PivotGridControl's empty space. + + + + + + + Gets the appearance settings used to paint expand buttons. + + + A object that provides the appearance settings used to paint expand buttons. + + + + + + + Gets the appearance settings used to paint the filter header area. + + + A object which provides the appearance settings used to paint the filter header area. + + + + + + + Gets the appearance settings used to paint the currently focused cell. + + + A object which provides the appearance settings used to paint the currently focused cell. + + + + + + + Gets the array of default appearances used to paint the PivotGridControl's elements. + + + + A object which provides the look and feel settings for a PivotGridControl. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the empty appearance settings used to paint the elements of a PivotGridControl. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Flat style. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Office2003 style. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Skin style. + + + + A object which provides the look and feel settings for a PivotGridControl. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Windows XP style. + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects. + + + + + + + Gets the appearance settings used to paint the header area. + + + A object which provides the appearance settings used to paint the header area. + + + + + + + Gets the appearance settings used to paint filter buttons. + + + A object which provides the appearance settings used to paint filter buttons. + + + + + + + Gets the appearance settings used to paint the filter buttons displayed within the field headers that are involved in filtering. + + + A object which provides the appearance settings used to paint the filter buttons that are displayed within the field headers involved in filtering. + + + + + + + Gets the appearance settings used to paint the panel displaying the Prefilter's criteria (when the option is enabled). + + + A object that contains the appearance settings used to paint the PivotGridControl's prefilter panel. + + + + + + + Gets the appearance settings used to paint the row header area. + + + A object which provides the appearance settings used to paint the row header area. + + + + + + + Gets the appearance settings used to paint the selected cells. + + + A object which provides the appearance settings used to paint the selected cells. + + + + + + + Gets or sets a glyph that is used to indicate that values of column/row fields are sorted by a specific row/column. + + + + A object that specifies a corresponding glyph. + + + + + + + + Represents the XtraPivotGrid control. + + + + + + + Initializes a new instance of the class. + + + + + + + + Activates the PivotGridControl's About dialog box. + + + + + + + + Gets the PivotGrid's active editor. + + + A descendant that represents the currently active editor. null (Nothing in Visual Basic) if no cell is currently being edited. + + + + + + + Provides access to the properties that control the appearance of the PivotGridControl's elements. + + + A object which provides the appearance settings for the PivotGridControl's elements. + + + + + + + Provides access to the properties that specify the appearances of the PivotGridControl's elements when the PivotGridControl is printed. + + + A object which provides the appearance settings used to paint the PivotGridControl's elements when it's printed. + + + + + + + Occurs after an asynchronous operation has been completed. + + + + + + + + Occurs before an asynchronous operation is started. + + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Occurs before a layout is restored from storage (a stream, xml file or the system registry). + + + + + + + + + Occurs before the control's data recalculation starts. + + + + + + + + Locks the PivotGridControl by preventing visual updates of the object and its elements until the EndUpdate method is called. + + + + + + + + Resizes columns that correspond to the specified field to the minimum width required to completely display their contents. + + + + + A object that identifies columns to which the Best Fit feature should be applied. + + + + + + + + Resizes all columns to the minimum width required to completely display the column's contents. + + + + + + + + + Resizes columns in the Data Area to the minimum width required to completely display their contents. + + + + + + + + Resizes columns that display row field values to the minimum width required to completely display their contents. + + + + + + + + Gets or sets the border style for the PivotGridControl. + + + A enumeration value which specifies the border style of a PivotGridControl. + + + + + + + Returns information on the grid elements located at the specified point. + + + + + A structure which specifies the test point coordinates relative to the PivotGridControl's top-left corner. + + + A object which contains information about the grid elements located at the test point. + + + + + + + + Indicates whether the field can be resized. + + + + A structure which represents the test point. + + + true if the field can be resized; otherwise, false. + + + + + + + Occurs when a cell is clicked. + + + + + + + + Occurs when a cell is double-clicked. + + + + + + + + Gets the object which contains information on the cells that are displayed by the control. + + + + A object which contains information on the data cells. + + + + + + + + Occurs when the cell selection is modified. + + + + + + + + Expands or collapses all values of the specified field asynchronously. + + + + A descendant that specifies the field whose values should be expanded/collapsed. + + + + true to expand field values; false to collapse them. + + + + + + + + Expands or collapses all values of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A descendant that specifies the field whose values should be expanded/collapsed. + + + + true to expand field values; false to collapse them. + + + + A delegate, referencing a method that should be executed after the operation is completed. + + + + + + + + Toggles the sort order of the specified field asynchronously. + + + + A object that specifies a field whose sort order should be toggled. + + + + + + + + Toggles the sort order of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A object that specifies a field whose sort order should be toggled. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Clears field sorting asynchronously in OLAP mode. + + + + A object that specifies the field whose sort order should be changed. + + + + + + + + Clears field sorting asynchronously in OLAP mode. Allows you to specify custom actions to be performed after this operation is completed. + + + + A object that specifies the field whose sort order should be changed. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Hides the active editor, saving changes made. + + + + + + + + Collapses all the columns and rows in the PivotGridControl. + + + + + + + + Collapses all columns and rows in a PivotGridControl asynchronously. + + + + + + + + + Collapses all columns and rows in PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Collapses all columns. + + + + + + + + Collapses all columns asynchronously. + + + + + + + + Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Collapses all rows. + + + + + + + + Collapses all rows asynchronously. + + + + + + + + Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Collapses a specific column or row that is identified by the specified values. + + + + true to collapse a column; false to collapse a row. + + + + An array of values that identify the column/row to be collapsed. + + + + + + + + Collapses the specified column or row asynchronously. + + + + true to collapse a column; false to collapse a row. + + + + An array of field values that identify the column/row to be collapsed. + + + + + + + + Collapses the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + + true to collapse a column; false to collapse a row. + + + + An array of field values that identify the column/row to be collapsed. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Returns a list of records used to calculate a summary value for the specified cell. Allows you to limit the number of records to be returned. + + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + A object that contains the underlying data. + + + + + + + Returns a list of records used to calculate a summary value for the specified cell. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + A object that contains the underlying data. + + + + + + + Returns a list of records used to calculate summary values for all cells. + + + A object that contains the underlying data. + + + + + + + Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to limit the number of records to be returned. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter. + + + + + + + + Returns a list of records used to calculate a summary value for the specified cell asynchronously. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + A delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter. + + + + + + + + Returns a list of records used to calculate summary values for all cells asynchronously. + + + + A delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter. + + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to be returned. + + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify which columns should be returned. + + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + A list of columns to be returned. + + + + A delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter. + + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify the columns and limit the number of records to be returned. + + + + A zero-based integer which identifies the visible index of the column. + + + + A zero-based integer which identifies the visible index of the row. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A list of columns to be returned. + + + + A delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter. + + + + + + + + Returns a summary data source. + + + A object that represents the summary data source. + + + + + + + Allows the appearances of cells to be dynamically customized when the control is displayed onscreen and in the print output. + + + + + + + + Enables custom display text to be provided for the cells displayed within the Data Area. + + + + + + + + Allows you to assign editors for particular cells. + + + + + + + + Allows you to assign a custom editor to a cell for in-place editing, and override the default cell editor, which is used in both display and edit modes, by default. + + + + + + + + + Allows you to replace cell values with custom ones. + + + + + + + + Occurs when a PivotGridControl prepares data to be displayed in a . + + + + + + + + Allows you to customize pivot grid data before passing it to a chart control. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Enables data cells to be painted manually. + + + + + + + + Enables a PivotGridControl's background to be custom painted. + + + + + + + + Enables field headers to be painted manually. + + + + + + + + Enables header areas to be painted manually. + + + + + + + + Enables column and row headers to be painted manually. + + + + + + + + Enables you to change cell values. + + + + + + + + Enables you to render different content for individual cells in a printed or exported document. + + + + + + + + + Enables you to render different content for individual field values in a printed or exported document. + + + + + + + + + Enables you to render different content for individual field headers in a printed or exported document. + + + + + + + + + Provides the capability to sort data using custom rules. + + + + + + + + + Allows you to customize field value cells. + + + + + + + + Allows you to customize the filter drop-down list items. + + + + + + + + Allows you to custom group values of column and row fields. + + + + + + + + Provides access to the customization form. + + + A descendant that represents the customization form. + + + + + + + Gets or sets the boundaries of the customization form. + + + + A structure which represents the customization form's boundaries. + + + + + + + + Specifies the collection of images identifying nodes in the customization form used when the control is in OLAP mode. + + + An object that contains the corresponding images. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Enables summary values to be calculated manually. + + + + + + + + + Enables data to be provided for unbound fields. + + + + + + + + Gets or sets the data source member which supplies data to the control. + + + + A string value representing the data source member. + + + + + + + Gets or sets the object used as the data source for the current control. + + + The object used as the data source. + + + + + + + Fires when the PivotGridControl's data source changes. + + + + + + + + Closes the customization form. + + + + + + + + Gets or sets the active editor's value. + + + An object that represents the active editor's value. + + + + + + + Fires after a cell value has been changed, allowing you to save changes. + + + + + + + + Occurs after the control's data recalculation has been completed. + + + + + + + + Unlocks the PivotGridControl object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Unlocks the PivotGridControl after the method call, and starts an asynchronous update. + + + + + + + + Unlocks the PivotGridControl after the method call, and starts an asynchronous update. Allows you to specify custom actions, to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Gets or sets whether the PivotGrid will be immediately redrawn after calling the method. + + + A enumeration member that specifies whether the PivotGrid will be immediately redrawn after calling the method. + + + + + + + Ensures that the PivotGridControl's view information has been calculated. If not, forces the PivotGridControl to calculate the view information. + + + + + + + + + Expands all the columns and rows in the PivotGridControl. + + + + + + + + + Expands all columns and rows in the PivotGridControl asynchronously. + + + + + + + + Expands all columns and rows in the PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Expands all columns. + + + + + + + + Expands all columns asynchronously. + + + + + + + + Expands all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Expands all rows. + + + + + + + + Expands all rows asynchronously. + + + + + + + + Expands all rows asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Expands a specific column or row that is identified by the specified values. + + + + true to expand a column; false to expand a row. + + + + An array of values that identify the column/row to be expanded. + + + + + + + + Expands the specified column or row asynchronously. + + + + true to expand a column; false to expand a row. + + + + An array of field values that identify the column/row to be expanded. + + + + + + + + Expands the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + true to expand a column; false to expand a row. + + + + An array of field values that identify the column/row to be expanded. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Occurs after the PivotGrid's export has been completed. + + + + + + + + Occurs after the PivotGrid's export has been started. + + + + + + + + Exports the control's data to the specified file in CSV format. + + + + A containing the full path to the file to which the control is exported. + + + + + + + + Exports the control's data to the specified file in CSV format using the specified options. + + + + A containing the full path to the file to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in CSV. + + + + A stream to which the control is exported. + + + + + + + + Exports the control's data to the specified stream in CSV format using the specified options. + + + + A stream to which the control is exported. + + + + A object which specifies the CSV export options to be applied when the control is exported. + + + + + + + + Exports the PivotGridControl's data to a HTML file with the specified encoding. + + + + A containing the full path (including the file name and extension) specifying where the HTML file will be created. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + + + + + + + + Exports the PivotGridControl's data to the specified file as HTML. + + + + A containing the full path (including the file name and extension) specifying where the HTML file will be created. + + + + + + + + Exports the PivotGridControl's data to an HTML file with the specified encoding and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A which contains the full path (including the file name and extension) specifying where the HTML file will be created. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + + + + A specifying the name shown as the title of the created HTML document. + + + + true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the PivotGridControl's data to an HTML document with the specified encoding and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + + A object which the created document is exported to. + + + + A which specifies the encoding name set in the HTML document (e.g. "UTF-8"). + + + + A which specifies the name shown as the title of the created HTML document. + + + + true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the PivotGridControl's data as HTML and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the control's data to the specified file in HTML format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in HTML format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in BMP format. + + + + A object, to which the created document is exported. + + + + + + + + Exports the control's data to the specified stream in Image format using the specified Image-specific options. + + + + A object, to which the created document is exported. + + + + An object that contains the export options. + + + + + + + + Exports the control's data to the specified file in BMP format. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + + + + + Exports the control's data to the specified file in Image format using the specified Image-specific options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + An object that contains the export options. + + + + + + + + Exports the PivotGridControl's data to an MHT file (Web archive, single file) with the specified path and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A which specifies the full path (including the file name and extension) to where the MHT file will be created. + + + + A which specifies the encoding name set in the MHT file (e.g. "UTF-8"). + + + + A which specifies the name shown as the title of the created MHT document. + + + + true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the PivotGridControl's data to an MHT document (Web archive, single file) at the specified path and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required. + + + + A object which the created MHT document is exported to. + + + + A which specifies the encoding name set in the MHT document (e.g. "UTF-8"). + + + + A which specifies the name shown as the title of the created MHT document. + + + + true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false. + + + + + + + + Exports the PivotGridControl's data to an MHT file (Web archive, single file) at the specified path. + + + + A which specifies the full path (including the file name and extension) to where the MHT file will be created. + + + + + + + + Exports the PivotGridControl's data to an MHT file (Web archive, single file) at the specified path and with the specified encoding. + + + + A which specifies the full path (including the file name and extension) to where the MHT file will be created. + + + + A which specifies the encoding name set in the MHT document (e.g. "UTF-8"). + + + + + + + + Exports the control's data to the specified file in MHT format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in MHT format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the PivotGridControl's data to the specified PDF file. + + + + A which specifies the full path (including the file name and extension) to where the PDF file will be created. + + + + + + + + Exports the PivotGridControl's data to a PDF document and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the control's data to the specified stream in PDF format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in PDF format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the PivotGridControl's data to the specified RTF file. + + + + A which specifies the full path (including the file name and extension) to where the RTF file will be created. + + + + + + + + Exports the PivotGridControl's data as Rich Text and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the PivotGridControl's data to a text document and sends it to the specified stream. + + + + A object which the created document is exported to. + + + + + + + + Exports the PivotGridControl's data to a text document with the specified separator string and sends it to the specified stream. + + + + + A object which the created document is exported to. + + + + A which contains the symbols that will be used to separate the text elements. The default value is "\t". + + + + + + + + Exports the PivotGridControl's data to a text file at the specified path. + + + + A which specifies the full path (including the file name and extension) to where the text file will be created. + + + + + + + + Exports the PivotGridControl's data to a text file at the specified path and with the specified separator string. + + + + A which specifies the full path (including the file name and extension) to where the text file will be created. + + + + A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is "\t". + + + + + + + + Exports the PivotGridControl's data to a text document with the specified separator string, text encoding settings and sends it to the specified stream. + + + + A object to which the created document is exported. + + + + + A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is "\t". + + + + A descendant that specifies the encoding of the created text document. + + + + + + + + Exports the PivotGridControl's data to a text document with the specified separator string and text encoding settings, and sends it to the specified file. + + + + + A which specifies the full path (including the file name and extension) where the text file will be created. + + + + + A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is "\t". + + + + A descendant that specifies the encoding of the created text document. + + + + + + + + Exports the control's data to the specified stream in Text format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified file in Text format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the export options to be applied when the control is exported. + + + + + + + + Exports the PivotGridControl's data to the specified file as XLS. + + + + A which specifies the full path (including the file name and extension) to where the XLS file will be created. + + + + + + + + Exports the PivotGridControl's data as XLS and sends it to the specified stream. + + + + A object to which the created document is exported. + + + + + + + + + Exports the control's data to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in XLS format using the specified options. + + + + A object, to which the created document is exported. + + + + A object which specifies the XLS export options to be applied when the control is exported. + + + + + + + + Exports the control's data to the specified stream in XLS format using the specified options. + + + + A object to which data is exported. + + + + A value that specifies how values are exported. + + + + + + + + Exports the control's data to the specified file in XLS format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + + A value that specifies how values are exported. + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format. + + + + A string that specifies the full path to the file to which the data is exported. + + + + + + + + Exports the control's data to the specified stream in XLSX (MS Excel 2007) format. + + + + A object to which data is exported. + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A string that specifies the full path to the file to which the data is exported. + + + + An object that contains export options. + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A object to which data is exported. + + + + A object which specifies the XLSX export options to be applied when the control is exported. + + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A which specifies the name (including the full path) of the file to which the control is exported. + + + + A value that specifies how values are exported. + + + + + + + + Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. + + + + A object to which data is exported. + + + + A value that specifies how values are exported. + + + + + + + + Occurs after a field location or visibility has been changed. + + + + + + + + Enables you to control whether the dragged field header can be dropped at the area it's currently located over. + + + + + + + + Occurs after a field has been moved. + + + + + + + + Fires when the expansion status of fields combined into a field group is changed. + + + + + + + + Occurs after the filter criteria have been changed for a specific field. + + + + + + + + Allows you to cancel changing the filter condition. + + + + + + + + Occurs after a field's property has been changed. + + + + + + + + Provides access to a PivotGridControl's field collection. + + + A object which represents a collection of all the fields within a PivotGridControl. + + + + + + + Invokes the customization form at the specified point. + + + + + A structure specifying the location of the customization form's top-left corner. The point is set in screen coordinates. + + + + + + + + + Invokes the customization form. + + + + + + + + Invokes the customization form. + + + + A descendant (pivot grid) which owns the customization form. + + + + + + + + Occurs before a tooltip is invoked. + + + + + + + + Fires after the property's value has been changed. + + + + + + + + Fires after a field value has been collapsed. + + + + + + + + Enables you to control whether field values can be collapsed. + + + + + + + + Enables the display text of individual column and row headers and filter dropdown items to be customized. + + + + + + + + + Fires after a field value has been expanded. + + + + + + + + Enables you to control whether field values can be expanded. + + + + + + + + Enables images to be shown within column and row headers. + + + + + + + + Occurs in OLAP mode, when an end-user clicks an expand button or selects Expand All from the context menu, and the field value cannot be expanded. + + + + + + + + Occurs after a field has been shown or hidden. + + + + + + + + Provides a notification that the field's width has been changed. + + + + + + + + Fires in response to cell focus changing. + + + + + + + + + Overrides the base class Font property. + + + A object to apply to the text displayed by the control. + + + + + + + Forces the PivotGridControl to finish its initialization. + + + + + + + + Gets the collection of style format conditions for a PivotGridControl. + + + A object which represents the collection of style format conditions. + + + + + + + Returns a cell value by the column and row indexes. + + + + A zero-based integer value that specifies the index of a column where the cell resides. + + + + A zero-based integer value that specifies the index of a row where the cell resides. + + + A value displayed in the specified cell. + + + + + + + Returns a cell value calculated for the specified column and row field values, against the specified data field. + + + + An array of column field values that identify the column where the cell resides. + + + + An array of row field values that identify the column where the cell resides. + + + + A object that specifies the data field, against which the required cell value is calculated. + + + A summary value calculated for the specified column and row field values, against the specified data field. + + + + + + + Returns a cell value calculated for the specified column and row field values. + + + + An array of column field values that identify the column where the cell resides. + + + + An array of row field values that identify the column where the cell resides. + + + A summary value calculated for the specified column and row field values. + + + + + + + Returns the index of the specified column. + + + + An array of column field values that identify the column. + + + An integer value that specifies the column index. -1 if the specified column has not been not found. + + + + + + + Returns the field whose header is displayed at the specified point. + + + + A structure which represents the test point. The point is relative to the top left corner of the control. + + + A field whose header is displayed at the specified point; null if there is no field header located at the specified point. + + + + + + + Returns a field at the specified visual position in the specified area. + + + + A value that identifies the area containing the required field. + + + + An integer value that specifies the visible index of the field within the specified area. + + + A object at the specified visual position within the specified area. + + + + + + + Returns the list of fields that are available in the bound data source. + + + A list of fields in the bound data source. + + + + + + + Returns a list of fields displayed in the specified area. + + + + A value that identifies the required area. + + + A list of visible fields displayed in the specified area. + + + + + + + Returns the specified column or row field's value for the cell addressed by its zero-based index in the Data Area. + + + + A object representing a column or row field whose value is to be obtained. + + + + A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + An object representing the field's value. + + + + + + + Returns an OLAP member for the specified field value. + + + + A object that represents the PivotGridControl field. + + + + An integer value that specifies the cell's index. + + + An object that implements the interface. null (Nothing) if the specified summary cell doesn't correspond to the specified field's value. + + + + + + + Gets the type of a specific column/row field's value. + + + + A object that refers to the required field. + + + + A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields. + + + + A value that idenfifies the type of the required column/row field value. + + + + + + + Gets the type of a field value in the column or row area. + + + + true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area. + + + + A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields. + + + + A value that idenfifies the type of the required column/row field value. + + + + + + + Returns an image that corresponds to a specific KPI value. + + + + A enumeration value that specifies the KPI graphic set. + + + + An integer value that specifies the KPI value (-1, 0 or 1). + + + A Bitmap object that corresponds to the specified KPI value. + + + + + + + Gets the list of key performance indicators (KPI) in a cube. + + + The list of KPI names. + + + + + + + Returns the Measures dimension's members used to calculate the value, goal, status and weight of the specified Key Performance Indicator (KPI). + + + + A string value that specifies the KPI's name. + + + A object that contains measures used to determine the KPI's value. + + + + + + + Returns a graphic set defined on the server for the specified KPI's trend and status. + + + + A string value that specifies the KPI's name. + + + + A enumeration value that identifies the image set. Images can be obtained only for trend and status KPI types. + + + A enumeration value that specifies the KPI graphic set. + + + + + + + Returns the specified KPI's value. + + + + A string value that specifies the KPI's name. + + + + A object that represents the specified KPI's value. + + + + + + + Returns the index of the specified row. + + + + An array of row field values that identify the row. + + + An integer value that specifies the row index. -1 if the specified row has not been not found. + + + + + + + Fires after the control's layout has been changed. + + + + + + + + Occurs after a group filter condition has been changed. + + + + + + + + Gets the collection of field groups. + + + + A object which represents a collection of field groups. + + + + + + + Gets or sets the source of images available for display within field headers. + + + An object that is an image collection providing images for the PivotGridControl's field headers. + + + + + + + Fires after an in-place editor has been closed. + + + + + + + + Fires before the customization form is closed. + + + + + + + + Hides the active editor discarding any changes made. + + + + + + + + Enables you to provide a proper response to entering an invalid cell value. + + + + + + + + Gets whether an asynchronous operation is in progress. + + + true if an asynchronous operation is in progress; otherwise, false. + + + + + + + Indicates whether a field header is being dragged by a user. + + + true if a user drags a field header; otherwise, false. + + + + + + + Returns whether the specified column field value or row field value is collapsed. + + + + A object that identifies a column or row field. + + + + A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + true if the specified column field value or row field value is collapsed; otherwise, false. + + + + + + + Returns whether the specified column field value or row field value is collapsed. + + + + true if the field value corresponds to a column field; false if the field value corresponds to a row field. + + + + A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields. + + + + An integer value that specifies the nesting level of the field value. + + + true if the specified column field value or row field value is collapsed; otherwise, false. + + + + + + + Returns whether a connection string is specified via the property, and so the control is bound to a cube in an MS Analysis Services database. + + + true if a connection string is specified via the property; otherwise, false. + + + + + + + Indicates whether the PivotGridControl can be printed. + + + true if the PivotGridControl can be printed; otherwise, false. + + + + + + + Updates a PivotGridControl. + + + + + + + + Occurs when a layout is restored from a data store (a stream, xml file or the system registry) and its version is different than that of the control's current layout version. + + + + + + + + + Occurs after the PivotGridControl is scrolled. + + + + + + + + Gets or sets the column and row indexes of the data cell displayed in the top left corner. + + + + A structure that identifies the column and row indexes of the data cell displayed in the top left corner. + + + + + + + + Gets the actual data source whose data is displayed within the control. + + + An object that represents the actual data source that provides data for the control. + + + + + + + Restores the collapsed state of field values from the specified file. + + + + A value that specifies the path to the file from which the collapsed state of field values is read. If the specified file does not exist, an exception is raised. + + + + + + + + + Restores the collapsed state of field values from the specified stream. + + + + A descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Provides access to the settings that control the PivotGridControl's look and feel. + + + A object whose properties specify the PivotGridControl's look and feel. + + + + + + + Allows custom responses to be provided for clicks on context menu items. + + + + + + + + Gets or sets the menu manager which controls the look and feel of the context menus. + + + An object which implements the interface. + + + + + + + Specifies a connection string to a cube in an MS Analysis Services database. + + + A that specifies a connection string to a cube in an MS Analysis Services database. + + + + + + + Gets or sets which data provider should be used to bind to an OLAP cube. + + + A enumeration member that specifies which data provider should be used to bind to an OLAP cube. + + + + + + + Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost. + + + + + + + + Fires after a specific interval of time has elapsed when sending a query to an OLAP server. + + + + + + + + Provides access to the control's behavior options. + + + A object containing the control's behavior options. + + + + + + + Provides access to the options controlling the display of the PivotGrid control's data in a chart control. + + + A object that contains corresponding options. + + + + + + + Provides access to the PivotGridControl's customization options. + + + A object which contains the PivotGridControl's customization options. + + + + + + + Provides access to the PivotGridControl's data specific options. + + + A class that contains the PivotGridControl's data specific options. + + + + + + + Provides access to the options which control the presentation of the data fields in the PivotGrid. + + + + A object. + + + + + + + Contains settings that specify the appearance and behavior of filter dropdown windows.. + + + A object that specifies the appearance and behavior of filter dropdown windows. + + + + + + + + Provides access to the PivotGridControl's hint options. + + + A object which contains the PivotGridControl's hint options. + + + + + + + Provides options that control how the PivotGridControl layout is stored to/restored from a storage (a stream, XML file or system registry). + + + A object that provides options for controlling how the layout is stored and restored. + + + + + + + Provides access to the PivotGridControl's menu options. + + + A object which contains the PivotGridControl's menu options. + + + + + + + Provides access to the PivotGridControl's OLAP mode specific options. + + + A object which contains the PivotGridControl's OLAP mode specific options. + + + + + + + Provides access to the PivotGridControl's print options. + + + A object which contains the PivotGridControl's print options. + + + + + + + Provides access to the PivotGridControl's selection options. + + + A object which contains the PivotGridControl's selection options. + + + + + + + Provides access to the PivotGridControl's display options. + + + A object which contains the PivotGridControl's display options. + + + + + + + Provides access to the appearance settings currently used to paint the PivotGridControl's elements. + + + A object which provides the appearance settings currently used to paint the PivotGridControl's elements. + + + + + + + Provides access to the appearance settings used to paint the PivotGridControl's elements when it's printed. + + + A object which provides the appearance settings used to paint the PivotGridControl's elements when it's printed. + + + + + + + Allows you to customize context menus. + + + + + + + + Posts the value being edited to the associated data source without closing the editor. + + + true if the value being edited has been successfully validated and saved to the associated data source; otherwise, false. + + + + + + + Gets the Prefilter's settings. + + + A object that contains the Prefilter's settings. + + + + + + + Fires when the Prefilter's criteria are changed. + + + + + + + + Prints the PivotGridControl. + + + + + + + + Reloads data from the control's data source and recalculates summaries. + + + + + + + + Reloads data from the control data source and recalculates summaries asynchronously. + + + + + + + + Reloads data from the control data source and recalculates summaries asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Returns the collection of repository items (inplace editors). + + + A object that stores the repository items. + + + + + + + Restores the layout stored at the specified system registry path. + + + + A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. + + + + + + + + Restores the PivotGridControl's layout stored at the specified system registry path, using the specified settings. + + + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method does nothing. + + + + A descendant which specifies which options should be restored. + + + + + + + + Restores a PivotGridControl's layout from the specified stream, using the specified settings. + + + + A descendant which contains the layout settings. If null (Nothing in Visual Basic), an exception is raised. + + + + A descendant which specifies which options should be restored. + + + + + + + + Restores a PivotGridControl's layout from the specified stream. + + + + A descendant from which the PivotGridControl's settings are read. If null (Nothing in Visual Basic), an exception is raised. + + + + + + + + Restores a PivotGridControl's layout from the specified XML file. + + + + A string value specifying the path to the XML file from which PivotGridControl's settings are read. If the specified file doesn't exist, an exception is raised. + + + + + + + + Restores a PivotGridControl's layout using the specified settings from the specified XML file. + + + + A string value specifying the path to the XML file from which the PivotGridControl's settings are read. If the specified file doesn't exist, an exception is raised. + + + + A descendant that specifies which options should be restored. + + + + + + + + Creates objects for all the fields in the bound data source. + + + + + + + + + Creates objects for all the fields in the bound data source, and moves the fields to the specified area, making them visible or hidden. + + + + A value that specifies the area to which the created fields are moved. + + + + true if the created fields are made visible; otherwise, false. + + + + + + + + Creates objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously. + + + + A enumeration value that specifies the area to which the created fields are moved. + + + + true to show the created fields; otherwise, false. + + + + + + + + Creates objects for all fields in a data source asynchronously. + + + + + + + + Creates objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + + A enumeration value that specifies the area to which the created fields are moved. + + + + true to show the created fields; otherwise, false. + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Creates objects for all fields in a data source asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A delegate referencing a method that should be executed after the operation is completed. + + + + + + + + Saves the collapsed state of field values to the specified file. + + + + A value which specifies the path to the file to which the collapsed state of field values is saved. If the specified file doesn't exist, it is created. + + + + + + + + + Saves the collapsed state of field values to the specified stream. + + + + A descendant to which the collapsed state of field values is saved. + + + + + + + + Saves a PivotGridControl's layout to the specified system registry path, using the specified settings. + + + + A string value which specifies the system registry path to which the layout is saved. + + + + A descendant that specifies which options should be saved. + + + + + + + + Saves a PivotGridControl's layout to a system registry path. + + + + A string value which specifies the system registry path to which the layout is saved. + + + + + + + + Saves a PivotGridControl's layout to the specified stream. + + + + A descendant to which a PivotGridControl's layout is written. + + + + + + + + Saves a PivotGridControl's layout to the specified stream, using the specified settings. + + + + A descendant to which the PivotGridControl's layout is written. + + + + A descendant that specifies which options should be saved. + + + + + + + + Saves a PivotGridControl's layout to the specified XML file, using the specified settings. + + + + A string value specifying the path to the file where the PivotGridControl's layout settings should be stored. If an empty string is specified, an exception is raised. + + + + A descendant that specifies which options should be saved. + + + + + + + + Saves a PivotGridControl's layout to an XML file. + + + + A string value specifying the path to the file where a PivotGridControl's layout should be stored. If an empty string is specified, an exception is raised. + + + + + + + + Saves the PivotGridControl's data and full layout to the specified file. + + + + A string that specifies the path to the file in which the control's data and layout will be saved. + + + + + + + + Saves the PivotGridControl's data and full layout to the specified file, and allows the data to be compressed. + + + + A string that specifies the path to the file in which the control's data and layout will be saved. + + + + true to compress the output file; otherwise, false. + + + + + + + + Saves the PivotGridControl's data and full layout to the specified stream. + + + + A descendant to which data is saved. + + + + + + + + Saves the PivotGridControl's data and full layout to the specified stream, and allows the data to be compressed. + + + + A descendant to which data is saved. + + + + true to compress the output stream; otherwise, false. + + + + + + + + Sets a data source for PivotGridControl and loads data asynchronously. + + + + An object that contains data for the PivotGridControl. + + + + + + + + Sets a data source for the PivotGridControl and loads data asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + + An object that contains data for the PivotGridControl. + + + + A delegate, referencing a method that should be executed after the operation is completed. + + + + + + + + Sets the specified sort order for the specified field asynchronously. + + + + A object that specifies a field whose sort order should be changed. + + + + A enumeration member that specifies the sort order to be set for the field. + + + + + + + + Sets the specified sort order for the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + A object that specifies a field whose sort order should be changed. + + + + A enumeration member that specifies the sort order to be set for the field. + + + + A delegate, referencing a method that should be executed after the operation is completed. + + + + + + + + Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously. + + + + A that specifies the connection string to an OLAP cube. + + + + + + + + Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously. Allows you to specify custom actions to be performed after this operation is completed. + + + + + + A that specifies the connection string to an OLAP cube. + + + + A delegate, referencing a method that should be executed after the operation is completed. + + + + + + + + Fires immediately after the customization form has been invoked. + + + + + + + + Invokes the focused cell's editor. + + + + + + + + Invokes the in-place editor for the cell at the specified position. + + + + The point where the target cell is located. + + + + + + + + Occurs before the customization form is displayed. + + + + + + + + Allows you to cancel editor activation. + + + + + + + + Fires after a cell editor has been invoked. + + + + + + + + Opens the Print Preview window with a toolbar-based interface. + + + + + + + + Opens the Print Preview window with a Ribbon-based interface. + + + + + + + + Invokes an Expression Editor that enables editing an expression for the specified unbound field. + + + + A that represents an unbound field whose expression will be edited in the Expression Editor. + + + true if the OK button has been pressed when closing the editor; otherwise, false. + + + + + + + Gets or sets the string associated with the control. + + + + A string associated with the control. + + + + + + + Gets or sets the tooltip controller component that controls the appearance, position and the content of the hints displayed by the XtraPivotGrid control. + + + The component which controls the appearance and behavior of the hints displayed by the XtraPivotGrid control. + + + + + + + Gets or sets whether the control is painted grayed out, when in the disabled state. + + + + true if the control is painted grayed out, when in the disabled state; otherwise, false + + + + + + + + Validates the active editor. + + + true if the active editor's value is valid; otherwise, false. + + + + + + + Enables you to manually validate cell values. + + + + + + + + Gets or sets the source of images that are available for display within field values. + + + An object that is an image collection providing images for the PivotGridControl's field values. + + + + + + + For internal use. + + + + @nbsp; + + + @nbsp; + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomGroupIntervalEventArgs class. + + + + A object that represents the processed field. + + + + An object that specifies the currently processed value. This value is assigned to the property. + + + + + + + + + A row in the datasource passed to the chart control. + + + + + + + Gets information about a pivot grid cell that corresponds to the current datasource row. + + + A object that contains information about a pivot grid cell that corresponds to the current datasource row. + + + + + + + Gets information about the column field value that corresponds to the current datasource row. + + + A object that contains information about the column field value that corresponds to the current datasource row. + + + + + + + Gets information about the row field value that corresponds to the current datasource row. + + + A object that contains information about the row field value that corresponds to the current datasource row. + + + + + + + + Provides data for the event. + + + + + + + Creates a instance that specifies a chart's series point with the specified argument, series and value. + + + + The point's series. This value is assigned to the property of the created object. + + + + The point's argument. This value is assigned to the property of the created object. + + + + The point's value. This value is assigned to the property of the created object. + + + The created instance that specifies a chart's series point. + + + + + + + Gets the collection of chart datasource rows. + + + A list of objects that specify chart datasource rows. + + + + + + + + References a method that will handle the event. + + + + + + + References a method that will handle the event. + + + + The event source. + + + + A event that contains event data. + + + + + + + + + Contains options that affect the appearance and behavior of filter dropdown windows. + + + + + + + Initializes a new instance of the PivotGridOptionsFilterPopup class. + + + + The event handler. + + + + + + + + Gets or sets whether right-clicking a filter popup window invokes a context menu. + + + true if a context menu is enabled for a filter popup; otherwise, false. + + + + + + + Gets or sets whether the filter's type can be changed at runtime, via a combobox displayed at the top of the filter dropdown window. + + + true if the filter's type can be changed at runtime; otherwise, false. + + + + + + + Gets or sets whether the incremental searching feature is enabled, allowing an end-user to locate an item in the dropdown by typing the item's initial characters. + + + true if the incremental searching feature is enabled; otherwise, false. + + + + + + + Gets or sets whether multiple item selection is enabled. + + + true if multiple item selection is enabled; otherwise, false. + + + + + + + Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down. + + + true if an end-user is allowed to select only a single item in the filter drop-down; otherwise, false. + + + + + + + Gets or sets whether toolbars should be displayed in filter popup windows. + + + true to display toolbars in filter popup windows; otherwise, false. + + + + + + + Gets or sets which buttons should be displayed in filter popup toolbars. + + + A set of flags that identify buttons displayed in filter popup toolbars. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotGroupEventArgs class. + + + + A object that represents the group for which the event has been raised. This value is assigned to the property. + + + + + + + + Gets the group for which the event has been raised. + + + A object that represents the group for which the event has been raised. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomDrawFieldHeaderThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets the field whose header is to be painted. + + + An object that implements the interface. Specifies the field whose header is to be painted. + + + + + + + Provides information required to paint a field header. + + + A object that provides information about the painted field header. + + + + + + + Gets the painter object that provides the default element painting mechanism. + + + A HeaderObjectPainter object. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CancelPivotCellEditEventArgs class with the specified settings. + + + + A PivotCellViewInfo object used to initialize the created CancelPivotCellEditEventArgs object. + + + + A descendant that specifies the in-place editor for the current cell. + + + + + + + + Gets or sets whether the event must be canceled. + + + true if the event must be canceled; otherwise, false + + + + + + + Gets the repository item which identifies the settings of the in-place editor for the cell. + + + A descendant that represents the in-place editor's settings. + + + + + + + + Contains options for a field. + + + + + + + Initializes a new instance of the PivotGridFieldOptionsEx class with the specified settings. + + + + A delegate that will receive change notifications. + + + + An IViewBagOwner object that is used to initialize the created object. + + + + A string value that is used to initialize the created object. + + + + + + + + Gets or sets whether data editing is allowed for the current field. + + + true to allow editing cell values that correspond to the current data field; otherwise, false. + + + + + + + + Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down. + + + A value that specifies whether an end-user is allowed to select only a single item in the filter drop-down. + + + + + + + Gets or sets whether end-users can modify cell values. + + + true to prevent a cell value from being changed; otherwise, false. + + + + + + + Gets or sets which cells corresponding to the current field display editor buttons. + + + A value that specifies the current display mode for cell buttons. + + + + + + + Gets or sets whether an end-user can open an Expression Editor for the current unbound field, using a context menu. + + + true if an end-user can open an Expression Editor for the current unbound field, using a context menu; otherwise, false. + + + + + + + + Provides customization options for a PivotGrid control. + + + + + + + Initializes a new instance of the PivotGridOptionsCustomizationEx class with the specified settings. + + + + A delegate that will handle firing of the event, as a result of changing the object's properties. + + + + + An IViewBagOwner object that is used to initialize the created object. + + + + A string value that is used to initialize the created object. + + + + + + + + Initializes a new instance of the PivotGridOptionsCustomizationEx class with the specified settings. + + + + A delegate that will handle firing of the event, as a result of changing the object's properties. + + + + + + + + + Gets or sets whether data editing is enabled. + + + true if data editing is enabled; otherwise, false. + + + + + + + Gets or sets whether end-users are allowed to resize the PivotGridControl's elements. + + + true if end-users are allowed to resize the PivotGridControl's elements; otherwise, false. + + + + + + + + Contains values that specify which cells of a data field display editor buttons. + + + + + + + + This option is equivalent to the ShowOnlyInEditor option. + + + + + + + + Editor buttons are displayed for all cells. + + + + + + + + Editor buttons are only displayed for the focused cell. + + + + + + + + + Editor buttons are only displayed when a cell editor is active. + + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PivotCustomCellEditEventArgs class. + + + + A PivotGridCellItem object. + + + + A object. This value is assigned to the property. + + + + + + + + Gets or sets the in-place editor for the current cell. + + + A descendant that specifies the in-place editor for the current cell. + + + + + + + + References a method that will handle the event. + + + + + + + References a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets an exception that has been thrown. + + + A that has been thrown. + + + + + + + Gets or sets whether the default exception handling actions should be performed. + + + true to perform the default exception handling actions; otherwise, false. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomDrawThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets the painted element's appearance settings. + + + A object that provides the painted element's appearance settings. + + + + + + + Gets the bounding rectangle of the painted element. + + + A structure that specifies the element's boundaries. + + + + + + + Gets an object used to paint an element. + + + A object used to paint an element. + + + + + + + Gets an object that specifies the storage for the most frequently used pens, fonts and brushes. + + + + A object that stores the most frequently used pens, fonts and brushes. + + + + + + + + Gets or sets whether the event has been handled. + + + true if the event has been handled and default painting is not required; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the PivotGridControl which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides thread-safe access to data for custom painting events invoked for particular data cells. + + + + + + + Initializes a new instance of the PivotCustomDrawCellBaseThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets the cell bounds. + + + A value that specifies the cell bounds. + + + + + + + Gets the column custom total that contains the current cell. + + + + A object, which specifies the column custom total that contains the current cell. + + + + + + + Gets the innermost column field that corresponds to the current cell. + + + An object that implements the interface. Specifies the innermost column field that corresponds to the current cell. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the visual index of the column that contains the current cell. + + + A zero-based integer value that specifies the visual index of the column that contains the current cell. + + + + + + + Gets the type of column that contains the current cell. + + + A enumeration value that specifies the type of column in which the current cell resides. + + + + + + + Gets the data field that identifies the current cell. + + + An object that implements the interface. Specifies the data field that identifies the current cell. + + + + + + + Gets the display text of the current cell. + + + A that specifies the cell's display text. + + + + + + + Gets whether the current cell is focused. + + + true if the processed cell is the focused cell; otherwise, false. + + + + + + + Gets the row custom total that contains the current cell. + + + + A object, which specifies the row custom total that contains the current cell. + + + + + + + Gets the innermost row field that corresponds to the current cell. + + + An object that implements the interface. Specifies the innermost row field that corresponds to the current cell. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the visual index of the row that contains the current cell. + + + An integer that specifies the visual index of the row that contains the current cell. + + + + + + + Gets the type of row that contains the current cell. + + + + A enumeration value that specifies the type of row in which the current cell resides. + + + + + + + Gets whether the current cell is selected. + + + true if the processed cell is selected; otherwise, false. + + + + + + + Gets the type of summary calculated in the current cell. + + + A enumeration value that specifies the summary type for the current cell. + + + + + + + Gets the current cell's value. + + + An object that is the current cell's value. + + + + + + + + Provides thread-safe access to custom painting events data. + + + + + + + Initializes a new instance of the PivotCustomDrawBaseThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + + + + + Gets the number of columns displayed in the pivot grid. + + + An integer value that specifies the number of columns displayed in the pivot grid. + + + + + + + Provides thread safe access to a pivot grid field collection. + + + An object that implements the interface. Provides thread safe read-only access to the collection of fields. + + + + + + + Returns the text displayed in the specified cell. + + + + A zero-based integer value that specifies the index of the column where the cell resides. + + + + + A zero-based integer value that specifies the index of the row where the cell resides. + + + + A that specifies the text displayed in the specified cell. + + + + + + + Returns a field located at the specified visual position in the specified area. + + + + + A value that identifies the area containing the required field. + + + + An integer value that specifies the visible index of the field within the specified area. + + + An object that implements the interface. Provides thread safe read-only access to basic field settings. + + + + + + + Returns a list of fields displayed in the specified area. + + + + A enumeration member that identifies a pivot grid area. + + + A list of visible fields displayed in the specified area. + + + + + + + Returns the display representation of the specified field value. + + + + An object that implements the interface. Identifies a field that owns the value whose display representation should be returned. + + + + A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + + A that specifies the display representation of the specified field value. + + + + + + + Provides thread safe access to a pivot grid group collection. + + + + An object that implements the interface. Provides thread safe read-only access to the collection of field groups. + + + + + + + Gets the number of rows displayed in the pivot grid. + + + An integer value that specifies the number of rows displayed in the pivot grid. + + + + + + + + Provides data for custom painting events invoked for particular data cells. + + + + + + + Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class. + + + + An object that implements the interface. + + + + A PivotGridCellItem object. + + + + A PivotGridViewInfo object. + + + + + + + + Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class. + + + + An object that implements the interface. + + + + A PivotGridCellItem object. + + + + A PivotGridViewInfo object. + + + + A Rectangle that specifies the cell coordinates and bounds. + + + + + + + + Gets the cell bounds. + + + A value that specifies the cell bounds. + + + + + + + Gets the column custom total that contains the current cell. + + + + A object, which specifies the column custom total that contains the current cell. + + + + + + + Gets the innermost column field that corresponds to the current cell. + + + A object that specifies the column field. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the visual index of the column that contains the current cell. + + + A zero-based integer value that specifies the visual index of the column that contains the current cell. + + + + + + + Gets the type of column that contains the current cell. + + + A enumeration value that specifies the type of column in which the current cell resides. + + + + + + + Returns a list of records used to calculate a summary value for the current cell. + + + A object that contains records used to calculate a summary value for the current cell. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned. + + + + An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned. + + + + A list of columns to be returned. + + + A object that contains the underlying data. + + + + + + + Returns a summary data source. + + + A object that is the summary data source. + + + + + + + + Gets the data field that identifies the current cell. + + + A object, which specifies the data field that identifies the current cell. + + + + + + + Gets the display text of the current cell. + + + A that specifies the cell's display text. + + + + + + + + Gets whether the current cell is focused. + + + true if the processed cell is the focused cell; otherwise, false. + + + + + + + Returns a cell value calculated for the specified column and row field values, against the specified data field. + + + + An array of column values. + + + + An array of row values. + + + + A object that specifies the data field, against which the required cell value is calculated. + + + A summary value calculated for the specified column and row field values, against the specified data field. + + + + + + + Returns a cell value calculated for the current column and row field values, against the specified data field. + + + + + A object that specifies the data field, against which the required cell value is calculated. + + + Value displayed in the specified cell; null (Nothing in Visual Basic) if the cell has not been found. + + + + + + + Returns a cell value by the column and row indexes. + + + + A zero-based integer value that specifies the index of a column where the cell resides. + + + + + A zero-based integer value that specifies the index of a row where the cell resides. + + + + A value displayed in the specified cell. + + + + + + + Returns an array of column fields that correspond to the current cell. + + + An array of column fields. + + + + + + + Returns a Column Grand Total value calculated for the specified row field values, against the specified data field. + + + + An array of row field values for which the required Column Grand Total is calculated. + + + + A object that specifies the data field, against which the required Column Grand Total is calculated. + + + The Column Grand Total value calculated for the specified row field values, against the specified data field. + + + + + + + Returns a Column Grand Total value calculated for the current row field values, against the specified data field. + + + + + + A object that specifies the data field, against which the required Column Grand Total is calculated. + + + + The Column Grand Total value calculated for the current row field values, against the specified data field. + + + + + + + Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index. + + + + + A object that specifies a column or row field, whose value should be obtained. + + + + A zero-based index of a cell that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. + + + The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index. + + + + + + + + Returns a field value that belongs to the specified field and corresponds to the current data cell. + + + + A object that specifies a column or row field, whose value should be obtained. + + + The field value that belongs to the specified field and corresponds to the current data cell; null (Nothing in Visual Basic) if the specified field is not a column or row field. + + + + + + + Returns the Grand Total value calculated against the specified data field. + + + + A object that specifies the data field, against which the required Grand Total value is calculated. + + + The Grand Total value calculated against the specified data field. + + + + + + + Returns the value of the cell located in the next column of the current row. + + + + A object that specifies the data field against which the required cell value is calculated. + + + The value of the cell located in the next column of the current row. + + + + + + + Returns the value of the cell located in the next row of the current column. + + + + A object that specifies the data field against which the required cell value is calculated. + + + + An object that is the value of the cell located in the next row of the current column. + + + + + + + + + Returns the value of the cell located in the previous column of the current row. + + + + A object that specifies the data field against which the required cell value is calculated. + + + + The value of the cell located in the previous column of the current row. + + + + + + + Returns the value of the cell located in the previous row of the current column. + + + + A object that specifies the data field against which the required cell value is calculated. + + + + The value of the cell located in the previous row of the current column. + + + + + + + + Returns an array of row fields that correspond to the current cell. + + + An array of row fields. + + + + + + + Returns a Row Grand Total value calculated for the current column field values, against the specified data field. + + + + + + A object that specifies the data field, against which the required Row Grand Total is calculated. + + + The Row Grand Total value calculated for the current column field values, against the specified data field. + + + + + + + Returns a Row Grand Total value calculated for the specified column field values, against the specified data field. + + + + An array of column field values for which the required Row Grand Total is calculated. + + + + A object that specifies the data field, against which the required Row Grand Total is calculated. + + + The Row Grand Total value calculated for the specified column field values, against the specified data field. + + + + + + + Indicates whether a field value that belongs to the specified field and corresponds to the current cell is expanded. + + + + A object that is the field in a pivot grid. + + + + true if the field value is expanded; otherwise, false. + + + + + + + Gets whether the value of the specified column or row field can be retrieved for the current cell by the method. + + + + A object which identifies the column or row field. + + + true if the specified field's value can be retrieved via the method; otherwise, false. + + + + + + + Indicates whether the current data cell resides within the "Others" row/column when the Top X Value feature is enabled. + + + + A object that is the field. + + + + true if the data cell resides within the "Others" row/column; otherwise, false. + + + + + + + Gets the row custom total that contains the current cell. + + + + + A object, which specifies the row custom total that contains the current cell. + + + + + + + Gets the innermost row field that corresponds to the current cell. + + + A object that specifies the row field. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets the visual index of the row that contains the current cell. + + + An integer that specifies the visual index of the row that contains the current cell. + + + + + + + Gets the type of row that contains the current cell. + + + + A enumeration value that specifies the type of row in which the current cell resides. + + + + + + + Gets whether the current cell is selected. + + + true if the processed cell is selected; otherwise, false. + + + + + + + Gets the type of summary calculated in the current cell. + + + A enumeration value that specifies the summary type for the current cell. + + + + + + + Gets values of the predefined summaries calculated for the current cell. + + + + A object that contains values of the predefined summaries calculated for the current cell. + + + + + + + Gets an event parameter that provides thread-safe access to event data. + + + A object that provides thread-safe access to event data. + + + + + + + Gets the current cell's value. + + + An object which is the current cell's value. + + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotFieldImageIndexThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets the custom total that corresponds to the currently processed column/row header. + + + + A object that specifies the custom total that corresponds to the currently processed column/row header. + + + + + + + Gets the data field that identifies the processed value. + + + An object that implements the interface. Specifies the data field that identifies the processed value. + + + + + + + Gets the display text of the processed field value. + + + A that specifies the display text of the processed field value. + + + + + + + Gets the field being processed. + + + An object that implements the interface. Specifies the field currently being processed. + + + + + + + Gets the field position among the visible fields within the header area. + + + An integer value that specifies the field position among the visible fields. + + + + + + + Returns the parent field(s) for the field value being currently processed. + + + An array of objects that implement the interface. These objects specify parent fields for the field value currently being processed. + + + + + + + Gets or sets the index of the image to display within the currently processed column/row header. + + + An integer value specifying the zero-based index of the image within the source collection. + + + + + + + For internal use. + + + @nbsp; + + + + + + + Gets whether the field is displayed within the Column Header Area. + + + true if the field is displayed within the Column Header Area; otherwise, false. + + + + + + + Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + + An integer value that specifies the maximum row or column index that corresponds to the processed field value. + + + + + + + Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the minimum row or column index that corresponds to the processed field value. + + + + + + + Gets the type of the currently processed column/row header. + + + A enumeration value which identifies the type of the currently processed column or row header. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomDrawHeaderAreaThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets a value that specifies the header area currently being painted. + + + A enumeration value that specifies the header area currently being painted. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomDrawFieldValueThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets the header area where the field is displayed. + + + A enumeration value that specifies the header area in which the field is displayed. + + + + + + + Gets the custom total that corresponds to the currently processed column/row header. + + + A object that specifies the custom total that corresponds to the currently processed column/row header; null (Nothing in Visual Basic) if the processed header does not correspond to a custom total. + + + + + + + Gets the display text of the header currently being painted. + + + A that specifies the header's display text. + + + + + + + Gets the field whose value is to be painted. + + + A object, which is the field whose value is to be painted. + + + + + + + Gets the field's position among the visible fields within the header area. + + + An integer value that specifies the field's position among the visible fields. + + + + + + + Returns the parent field(s) for the field value being currently processed. + + + An array of objects that implement the interface. These objects specify parent fields for the field value currently being processed. + + + + + + + + Gets an object which provides the information required to paint a field value. + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value. + + + + + + + Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the maximum row or column index that corresponds to the processed field value. + + + + + + + Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. + + + An integer value that specifies the minimum row or column index that corresponds to the processed field value. + + + + + + + Gets the painter object that provides the default element painting mechanism. + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object. + + + + + + + Gets the type of the currently processed column/row header. + + + A enumeration value that identifies the type of the currently processed column or row header. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomDrawCellThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets or sets the painted element's appearance settings. + + + A object that provides the painted element's appearance settings. + + + + + + + Gets an object used to paint an element. + + + A object used to paint an element. + + + + + + + Gets an object that specifies the storage for the most frequently used pens, fonts and brushes. + + + + A object that stores the most frequently used pens, fonts and brushes. + + + + + + + + Gets or sets whether the event has been handled. + + + true if the event has been handled and default painting is not required; otherwise, false. + + + + + + + + Provides thread-safe access to the event data. + + + + + + + Initializes a new instance of the PivotCustomAppearanceThreadSafeEventArgs class. + + + + An object that implements the interface. Provides access to pivot grid data. + + + + A object that owns the current event parameter. + + + + + + + + Gets or sets the appearance settings of the currently processed cell. + + + An object containing appearance settings for the processed cell. + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the PivotCellEditEventArgs class. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo object. + + + + A object, which is the editor that has been invoked or closed. This value is assigned to the property. + + + + + + + + + Gets the editor that has been invoked or closed. + + + A object that is the editor that has been invoked or closed. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the EditValueChangedEventArgs class. + + + + A DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo object. + + + + A object representing an editor that was used to change the processed cell value. This value is assigned to the property. + + + + + + + + Gets the editor that was used to change the processed cell value. + + + A object, which is the editor that was used to change the processed cell value. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomEditValueEventArgs class. + + + + The edit value of the processed cell. This value is assigned to the property. + + + + The PivotGridCellItem object. + + + + + + + + Gets or sets the edit value of the processed cell. + + + The edit value of the processed cell. + + + + + + + + Lists IDs that identify context menu items. + + + + + + + The 'Expand/Collapse' item that is displayed in the field value context menu. Used to expand and collapse individual field values. + + + + [To be supplied] + + + + + + The 'Clear Sorting' item that is displayed in the field header context menu, in OLAP mode. Used to switch the sort order of field values to the one defined by the OLAP server. + + + + [To be supplied] + + + + + + The 'Collapse All' item that is displayed in the field value context menu. Used to collapse all values of the current field. + + + + [To be supplied] + + + + + + The 'Expand All' item displayed in the field value context menu. Used to expand all values of the current field. + + + + [To be supplied] + + + + + + The 'Hide' item displayed in the field header context menu. Used to hide the current field. + + + [To be supplied] + + + + + + The 'Move to Left' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header one position left within its area. + + + + [To be supplied] + + + + + + The 'Move to Right' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header one position right within its area. + + + + [To be supplied] + + + + + + The 'Move to Beginning' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header to the first position in its area. + + + + + [To be supplied] + + + + + + The 'Move to End' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header to the last position in its area. + + + + [To be supplied] + + + + + + The 'Order' item that is displayed in the field header context menu. Invokes a submenu that contains items used to move the header within its area. + + + + [To be supplied] + + + + + + The 'Reload Data' item that is displayed in the field header and field area context menus. Used to update the PivotGridControl by reloading data from the data source. + + + + [To be supplied] + + + + + + The 'Remove All Sorting' item that is displayed in the column/row header context menu, when the column/row values are used to sort values of another field. Used to disable this sorting. + + + + [To be supplied] + + + + + + The 'Expression Editor...' item displayed in the field header context menu of unbound fields. Used to invoke the Expression Editor. + + + [To be supplied] + + + + + + The 'Show/Hide Field List' item that is displayed in the field header and field header area context menus. Used to invoke or hide a Customization Form. + + + [To be supplied] + + + + + + The 'Show Prefilter' item that is displayed in the field header and field header area context menus. Used to invoke a Prefilter Editor. Not displayed in OLAP mode. + + + [To be supplied] + + + + + + The 'Expression Editor...' item that is displayed in the column/row header context menu of unbound fields. Used to invoke the Expression Editor. + + + + [To be supplied] + + + + + + The 'Sort A-Z' item that is displayed in the field header context menu, in OLAP mode. Used to sort field values in ascending order. + + + + [To be supplied] + + + + + + The 'Sort Z-A' item that is displayed in the field header context menu, in OLAP mode. Used to sort field values in descending order. + + + + + [To be supplied] + + + + + Index: trunk/lib/DevExpress/DevExpress.Workflow.ToolBoxPackage.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.Office2010Blue.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Office.v12.2.Core.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/Tests/Specifications/Specifications/Deltares.Dam.Specifications.Tests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Tests/Specifications/Specifications/Deltares.Dam.Specifications.Tests.csproj (.../Deltares.Dam.Specifications.Tests.csproj) (revision 7) +++ trunk/src/Dam/Tests/Specifications/Specifications/Deltares.Dam.Specifications.Tests.csproj (.../Deltares.Dam.Specifications.Tests.csproj) (revision 8) @@ -21,24 +21,6 @@ ..\..\..\..\ true - - true - full - false - ..\..\..\..\bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true ..\..\..\..\bin\Debug\ Index: trunk/src/Piping/Tests/Deltares.Piping.Tests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Piping/Tests/Deltares.Piping.Tests.csproj (.../Deltares.Piping.Tests.csproj) (revision 7) +++ trunk/src/Piping/Tests/Deltares.Piping.Tests.csproj (.../Deltares.Piping.Tests.csproj) (revision 8) @@ -41,28 +41,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - false - false - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - false - false - False Index: trunk/lib/DevExpress/DevExpress.Xpf.Printing.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraGauges.v12.2.Presets.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraGauges.v12.2.Core.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraGauges.v12.2.Core.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraGauges.v12.2.Core.xml (revision 8) @@ -0,0 +1,4717 @@ + + + + DevExpress.XtraGauges.v12.2.Core + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the CustomTickmarkTextEventArgs class with the specified settings. + + + + A string value used to initialize the property. + + + + A Single value used to initialize the property. + + + + + + + + Gets or sets the custom tickmark display string. + + + A string that specifies the custom tickmark display string. + + + + + + + Gets the initial tickmark display string. + + + A string that specifies the initial tickmark display string. + + + + + + + Gets the current tickmark value. + + + A Single value that specifies the current tickmark value. + + + + + + + + Represents a method that handles the and events. + + + + + + + Represents a method that handles the and events. + + + + A object that provides data for the events. + + + + + + + + + Represents a collection of gradient stops. + + + + + + + Initializes a new instance of the GradientStopCollection class. + + + + + + + + + Represents the base class for gradient brushes used to paint gauge elements. + + + + + + + Gets or sets the color of the gradient brush at the end point. + + + A Color value that specifies the color of the gradient brush at the end point. + + + + + + + Gets or sets the brush's gradient stops. + + + A object that contains the brush's gradient stops. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the color of the gradient brush at the start point. + + + A Color value that specifies the color of the gradient brush at the start point. + + + + + + + + Represents a custom range for a circular gauge. + + + + + + + Initializes a new instance of the ArcScaleRange class. + + + + + + + + + Represents a custom range for a linear gauge. + + + + + + + Initializes a new instance of the LinearScaleRange class. + + + + + + + + + Represents the base class for ranges associated with a scale. + + + + + + + Gets or sets the end value of the range in percents. + + + A nullable Single value that specifies the end value of the range in percents. + + + + + + + + Gets the scale with which the current range is associated. + + + A DevExpress.XtraGauges.Core.Model.IScale object with which the current range is associated. + + + + + + + Gets or sets the start value of the range, as a percentage. + + + + A nullable Single value that specifies the start value of the range, as a percentage. + + + + + + + + + + Represents the base class for custom ranges. + + + + + + + Initializes a new instance of the BaseRange class. + + + + + + + + Gets the appearance settings used to paint the current range object. + + + A object + + + + + + + Copies settings of the specified object to the current object. + + + + A BaseRange object whose settings are copied to the current object. + + + + + + + + Gets or sets the range thickness at the end point, specified by the property. + + + + A Single value that specifies the range thickness at the end point, in relative coordinates. + + + + + + + + + Gets or sets the absolute end value of the range. + + + + A Single value that specifies the absolute end value of the range. + + + + + + + + Fires when a scale's value falls into the current range. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Fires when a scale's value leaves the current range. + + + + + + + + Gets or sets the name of the range. + + + A string that specifies the name of the range. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the offset of the range's most distant edge from the scale arc. + + + The offset of the range's most distant edge from the scale arc, in relative coordinates. + + + + + + + Gets or sets the thickness of the range at the starting point, specified by the property. + + + + A Single value that specifies the thickness of the range at the starting point, in relative coordinates. + + + + + + + + + Gets or sets the absolute start value of the range. + + + + A Single value that specifies the absolute start value of the range. + + + + + + + + + Represents a collection of custom ranges. + + + + + + + Copies settings of the specified object to the current object. + + + + A RangeCollection object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + + Paints an area with a linear gradient. + + + + + + + Initializes a new instance of the LinearGradientBrushObject class with the specified points. + + + + A PointF2D structure that is used to initialize the property. + + + + A PointF2D structure that is used to initialize the property. + + + + + + + + Initializes a new instance of the LinearGradientBrushObject class. + + + + + + + + Creates a LinearGradientBrushObject object based on the specified string data. + + + + A string that contains data used to initialize the created LinearGradientBrushObject object. + + + + + + + + Gets or sets the ending two-dimensional coordinates of the linear gradient. + + + A PointF2D structure that specifies the ending two-dimensional coordinates of the linear gradient. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the starting two-dimensional coordinates of the linear gradient. + + + A PointF2D structure that specifies the starting two-dimensional coordinates of the linear gradient. + + + + + + + + Paints an area with a solid color. + + + + + + + Creates a SolidBrushObject object based on the specified string data. + + + + A string that contains data used to initialize the created SolidBrushObject object. + + + + + + + + Initializes a new instance of the SolidBrushObject class with the specified brush color. + + + + The color used to initialize the property. + + + + + + + + Initializes a new instance of the SolidBrushObject class. + + + + + + + + Gets or sets the color of the current brush. + + + A Color that represents the color of this brush. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + + Represents the base class for brushes used to paint gauge elements. + + + + + + + Applies the specified shader to the current brush. + + + + A shader to be applied to the brush. + + + + + + + + Copies settings of the specified object to the current object. + + + + A BrushObject object whose settings are copied to the current object. + + + + + + + + Gets or sets the rectangle to paint by the brush. + + + A RectangleF2D value that specifies the rectangle to paint by the brush. + + + + + + + Returns the default value for the property. + + + @nbsp; + + + + + + + Represents an empty brush. + + + - + + + + + + + Gets a System.Drawing.Brush object that is set up in the same manner as the current object. + + + + A rectangle that defines the region for the brush. + + + A System.Drawing.Brush object that is set up in the same manner as the current object. + + + + + + + Gets a System.Drawing.Pen object that is set up in the same manner as the current object. + + + + A Single value that identifies the pen's width. + + + A System.Drawing.Pen object that is set up in the same manner as the current object. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets whether the current brush object is empty. + + + true if the current brush object is empty; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + + Contains appearance settings used to paint text labels within gauges. + + + + + + + Initializes a new instance of the BaseTextAppearance class. + + + + + + + + Initializes a new instance of the BaseTextAppearance class by copying settings of the specified BaseTextAppearance object. + + + + A BaseTextAppearance object whose settings are copied to the created object. + + + + + + + + Initializes a new instance of the BaseTextAppearance class with the specified brush. + + + + A used to initialize the property. + + + + + + + + Gets or sets the font attributes. + + + A object that specifies the font attributes. + + + + + + + Gets or sets text formatting settings. + + + A value that contains text formatting settings. + + + + + + + Gets or sets the outer indents of a text region. + + + A DevExpress.XtraGauges.Core.Base.TextSpacing value that contains spacing settings. + + + + + + + Gets or sets the brush used to paint text. + + + A BrushObject descendant used to paint text. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Provides appearance settings used to paint various shapes. + + + + + + + Initializes a new instance of the BaseShapeAppearance class. + + + + + + + + Initializes a new instance of the BaseShapeAppearance class with the specified brushes. + + + + A used to initialize the property. + + + + A used to initialize the property. + + + + + + + + Initializes a new instance of the BaseShapeAppearance class by copying settings of the specified BaseShapeAppearance object. + + + + A BaseShapeAppearance object whose settings are copied to the created object. + + + + + + + + Gets or sets the brush used to paint the object's border. + + + A BaseShapeAppearance descendant used to paint the object's border. + + + + + + + Gets or sets the border's width. + + + A Single value that specifies the border's width. + + + + + + + Gets or sets the brush used to paint the object's interior region. + + + A BaseShapeAppearance descendant used to paint the object's interior region. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Provides appearance settings used to paint scales. + + + + + + + Initializes a new instance of the BaseScaleAppearance class by copying settings of the specified BaseScaleAppearance object. + + + + A BaseScaleAppearance object whose settings are copied to the created object. + + + + + + + + Initializes a new instance of the BaseScaleAppearance class. + + + + + + + + Initializes a new instance of the BaseScaleAppearance class with the specified brush. + + + + An object used to initialize the property. + + + + This parameter is ignored. + + + + + + + + Gets or sets the brush used to paint the scale. + + + A BaseScaleAppearance descendant used to paint the scale. + + + + + + + Gets or sets the scale's width. + + + A Single value that specifies the scale's width. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Identifies settings common to minor tickmarks. + + + + + + + Gets or sets the offset of the tick marks from the scale arc. + + + A Single value that specifies the offset of the tick marks from the scale arc, in relative coordinates. + + + + + + + Gets or sets the tickmark's scale along the X and Y axes. + + + A Factor2D structure that specifies the tickmark's scale factors along the X and Y axes. + + + + + + + Gets or sets the object's paint style. + + + A TickmarkShapeType value that specifies the object's paint style. + + + + + + + Gets or sets whether the first tickmark is visible. + + + A Boolean value that specifies whether the first tickmark is visible. + + + + + + + Gets or sets whether the last tickmark is visible. + + + A Boolean value that specifies whether the last tickmark is visible. + + + + + + + Gets or sets whether the tickmarks are visible. + + + true if the tickmarks are visible; otherwise, false. + + + + + + + + Identifies settings common to major tickmarks. + + + + + + + Gets or sets the value added to the scale's values. The result is displayed by the tickmark labels. + + + A Single value added to the scale's values. + + + + + + + Gets or sets whether minor tickmarks are displayed at the positions where major tickmarks are displayed. + + + true if minor tickmarks are displayed at the positions where major tickmarks are displayed; otherwise, false. + + + + + + + Gets or sets the format string used to format values of major tickmarks. + + + A string used to format values of major tickmarks. + + + + + + + Gets or sets the multiplier value for the scale's values. The result is displayed by the tickmark labels. + + + A Single value that specifies the multiplier for the scale's values. + + + + + + + Gets or sets the offset of the tick marks from the scale arc. + + + A Single value that specifies the offset of the tick marks from the scale arc, in relative coordinates. + + + + + + + Gets or sets the tickmark's scale along the X and Y axes. + + + A Factor2D structure that specifies the tickmark's scale factors along the X and Y axes. + + + + + + + Gets or sets the object's paint style. + + + A TickmarkShapeType value that specifies the object's paint style. + + + + + + + Gets or sets whether the first tickmark is visible. + + + A Boolean value that specifies whether the first tickmark is visible. + + + + + + + Gets or sets whether the last tickmark is visible. + + + A Boolean value that specifies whether the last tickmark is visible. + + + + + + + Gets or sets whether tickmark labels are visible. + + + true if tickmark labels are visible; otherwise, false. + + + + + + + Gets or sets whether the tickmarks are visible. + + + true if the tickmarks are visible; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the offset of the tick mark labels from the scale arc. + + + + A Single value that specifies the offset of the labels from the scale arc, in relative coordinates. + + + + + + + Gets or sets the text orientation. + + + A value that identifies the text orientation. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + + A collection that stores the scale value labels of a particular scale. + + + + + + + Copies all the elements from the LabelCollection object passed as the parameter. + + + + A LabelCollection object whose elements are copied to the current object. If null (Nothing in Visual Basic), then a is thrown. + + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + + The base object for other classes used in gauges. + + + + + + + Locks the BaseObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BaseObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Occurs after any property of the BaseObject object has been changed. + + + + + + + + Disposes the BaseObject object. + + + + + + + + Occurs after the BaseObject has been disposed of. + + + + + + + + Unlocks the BaseObject object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets whether the form is currently being disposed of. + + + true if the form is currently being disposed of; otherwise, false. + + + + + + + Gets whether the object has been locked for updating. + + + true if the object is locked; otherwise, false. + + + + + + + + The base class for all value indicator components. + + + + + + + Gets the actual value of an indicator. + + + + A value that is the actual value of an indicator. + + + + + + + + Gets or sets the value of a scale indicator. + + + A nullable value that specifies the position of a value indicator on the scale. + + + + + + + + The base class for all dependent scale components. + + + + + + + Locks the BaseScaleDependentComponent@lt;TProvider@gt; object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Unlocks the BaseScaleDependentComponent@lt;TProvider@gt; object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Unlocks the BaseScaleDependentComponent@lt;TProvider@gt; object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Invalidates the region occupied by the component. + + + + + + + + + The base class for all scale components. + + + + + + + + Represents the base class for gauges. + + + + + + + Initializes a new instance of the BaseGauge class with the specified container. + + + + A container that will own the created gauge. + + + + + + + + Initializes a new instance of the BaseGauge class. + + + + + + + + Applies the specified collection of styles to the current gauge. + + + + A object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + @nbsp; + + + + + + + + Locks the BaseGauge object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Gets or sets the gauge's bounds. + + + A Rectangle that specifies the gauge's bounds. + + + + + + + Unlocks the BaseGauge object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when the object's properties are changed. + + + + + + + + Occurs before every gauge element is drawn, allowing you to draw it in a custom manner. + + + + + + + + + + + + + Unlocks the BaseGauge object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + Gets whether the object is being disposed of. + + + true if the object is being disposed of; otherwise, false + + + + + + + Gets the gauge's minimum size. + + + The gauge's minimum size. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the gauge's name. + + + A string that specifies the gauge's name. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets whether the gauge is proportionally zoomed when resizing. + + + + true if the gauge is proportionally zoomed when resizing; otherwise, false + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the object that contains data associated with the BaseGauge object. + + + + An that contains any arbitrary data. + + + + + + + Gets the type name of the current object. + + + A string that specifies the type name of the current object. + + + + + + + + Contains values that specify how text is digital gauges is rendered. + + + + + + + Symbols are represented using the 14-segment style. + + + + + + + + + Symbols are represented using the 5x8 matrix. + + + + + + + + Symbols are represented using the 8x14 matrix. + + + + + + + + Symbols are represented using the 7-segment style. + + + + + + + + + The base class for Arc Scale and Linear Scale range bars. + + + + + + + Gets the actual value of the range bar. + + + + + A value that is the actual value of a range bar. + + + + + + + + Gets or sets the start value of the range. + + + The start value of the range. + + + + + + + Contains appearance settings used to paint the range bar. + + + A class descendant that provides corresponding appearance settings. + + + + + + + Gets or sets the offset of the range bar's most distant arc from the scale arc (in case of an arc scale) or the offset of the range bar's right edge from the scale axis (in case of a linear scale). + + + + The end offset of the range bar, in relative coordinates. + + + + + + + Sets a custom end value for the range bar. + + + + A custom end value for the range bar. + + + + + + + + Gets the scale object to which the current BaseRangeBar object is linked. + + + An IScale object that is the scale to which the current object is linked. + + + + + + + + + Gets or sets the offset of the range bar's nearest arc from the scale center (in case of an arc scale) or the offset of the range bar's left edge from the scale axis (in case of a linear scale). + + + + The start offset of the range bar, in relative coordinates. + + + + + + + Clears a custom ending value that has been set via the method. + + + + + + + + Gets or sets the value of a range bar. + + + A value that specifies the position of a range bar on the scale. + + + + + + + + Represents the base class for labels in gauges. + + + + + + + Initializes a new instance of the Label class. + + + + + + + + Initializes a new Label object with the specified name. + + + + A string that specifies the label's name. This value is assigned to the Name property. + + + + + + + + Gets or sets whether HTML tags can be used to format the . + + + true if HTML formatting is supported for the label's text; otherwise, false. + + + + + + + Contains appearance settings used to paint the label's background. + + + A BaseShapeAppearance object that provides corresponding appearance settings. + + + + + + + Contains appearance settings used to paint the label's text. + + + A BaseTextAppearance object that provides corresponding appearance settings. + + + + + + + Copies settings from the specified object to the current object. + + + + A Label object whose settings are copied to the current object. + + + + + + + + Copies settings from the specified object to the current object. + + + + An ILabel object whose settings are copied to the current object. + + + + + + + + Gets or sets the format string for the display text. + + + A format string. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the label's name. + + + A string that specifies the label's name. + + + + + + + Gets or sets the position of the label's center within the parent gauge. + + + A PointF2D structure that represents the position of the label's center within the parent gauge, in relative coordinates. + + + + + + + Gets or sets the label's size. + + + A SizeF structure that represents the label's size, in relative coordinates. + + + + + + + Gets or sets the label's text. + + + A string that specifies the label's text. + + + + + + + Gets or sets the orientation of the label's text. + + + A LabelOrientation value that specifies the orientation of the label's text. + + + + + + + Gets the label's shape. This method supports the internal infrastructure and is not intended to be used directly from your code. + + + A TextShape object. + + + + + + + + Represents the base class for effect layers within digital gauges. + + + + + + + + Initializes a new instance of the DigitalEffectLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the DigitalEffectLayer class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A DigitalEffectLayer object whose settings are copied to the current object. + + + + + + + + Gets or sets the position of the layer's right-bottom corner. + + + The position of the layer's right-bottom corner, in relative coordinates. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + A DigitalEffectShapeType value that represents the object's painting style. + + + + + + + Gets or sets the position of the layer's left-top corner. + + + The position of the layer's left-top corner, in relative coordinates. + + + + + + + + Represents the base class for background layers within digital gauges. + + + + + + + Initializes a new instance of the DigitalBackgroundLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the DigitalBackgroundLayer class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A DigitalBackgroundLayer object whose settings are copied to the current object. + + + + + + + + Gets or sets the position of the layer's right-bottom corner. + + + The position of the layer's right-bottom corner, in relative coordinates. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets the shape used to paint the layer's center. + + + A class descendant. + + + + + + + Gets the shape used to paint the layer's most distant edge. + + + A BaseShape object. + + + + + + + Gets the shape used to paint the layer's nearest edge. + + + A class descendant. + + + + + + + Gets or sets the object's painting style. + + + A DigitalBackgroundShapeSetType value that represents the object's painting style. + + + + + + + Gets or sets the position of the layer's left-top corner. + + + The position of the layer's left-top corner, in relative coordinates. + + + + + + + + Represents the base class for state indicators within gauges of all types. + + + + + + + Initializes a new instance of the StateIndicator class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the StateIndicator class. + + + + + + + + Creates states from the elements of the specified enumerator and adds them to the collection. + + + + An enumerator value that identifies states to be added to the collection. + + + + + + + + Copies settings of the specified object to the current object. + + + + A StateIndicator object whose settings are copied to the current object. + + + + + + + + Gets or sets the position of the state indicator's center within the parent gauge. + + + A PointF2D structure that represents the position of the state indicator's center within the parent gauge, in relative coordinates. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Activates a specific state by its name. + + + + A string that specifies the name of the state to activate. + + + + + + + + Gets or sets the size of the state indicator. + + + A SizeF structure that represents the size of the state indicator, in relative coordinates. + + + + + + + Gets the state indicator's current state. + + + An IIndicatorState object that represents the current state. + + + + + + + Gets or sets the index of the current state in the collection of states. + + + An integer value that specifies the index of the current state in the collection of states. + + + + + + + Contains states for the state indicator. + + + An IndicatorStateCollection that contains states for the state indicator. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + + Represents the base class for background layers within circular gauges. + + + + + + + Initializes a new instance of the ArcScaleBackgroundLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleBackgroundLayer class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleBackgroundLayer object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleBackgroundLayer object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets the scale object to which the current ArcScaleBackgroundLayer object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Gets or sets the position of the scale's center relative to the layer's left-top corner. + + + A PointF2D structure that specifies the position of the scale's center relative to the layer's left-top corner, in fractions. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + A BackgroundLayerShapeType value that represents the object's painting style. + + + + + + + Gets or sets the size of the layer. + + + A SizeF structure that represents the size of the layer, in relative coordinates. + + + + + + + + Represents the base class for spindle caps within circular gauges. + + + + + + + Initializes a new instance of the ArcScaleSpindleCap class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleSpindleCap class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleSpindleCap object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleSpindleCap object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets the scale object to which the current ArcScaleSpindleCap object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + A SpindleCapShapeType value that represents the object's painting style. + + + + + + + Gets or sets the size of the layer. + + + A SizeF structure that represents the size of the spindle cap, in relative coordinates. + + + + + + + + Represents the base class for range bars within circular gauges. + + + + + + + + Initializes a new instance of the ArcScaleRangeBar class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleRangeBar class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleRangeBar object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleRangeBar object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + + Represents the base class for needles within circular gauges. + + + + + + + + Initializes a new instance of the ArcScaleNeedle class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleNeedle class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleNeedle object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleNeedle object whose settings are copied to the current object. + + + + + + + + Gets or sets the offset of the needle's end point from the scale arc. + + + The offset of the needle's end point from the scale arc, in relative coordinates. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets the scale object to which the current ArcScaleNeedle object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + A NeedleShapeType value that represents the object's painting style. + + + + + + + Gets or sets the offset of the needle's starting point from the scale center. + + + The offset of the needle's starting point from the scale center, in relative coordinates. + + + + + + + + Represents the base class for markers within circular gauges. + + + + + + + + Initializes a new instance of the ArcScaleMarker class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleMarker class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleMarker object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleMarker object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets the scale object to which the current ArcScaleMarker object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the offset of the marker's center from the scale arc. + + + The offset of the marker's center from the scale arc, in relative coordinates. + + + + + + + Gets or sets the marker's scale along the X and Y axes. + + + A Factor2D structure that specifies the marker's scale factors along the X and Y axes. + + + + + + + Gets or sets the object's painting style. + + + A MarkerPointerShapeType value that represents the object's painting style. + + + + + + + + Represents the base class for effect layers within circular gauges. + + + + + + + + Initializes a new instance of the ArcScaleEffectLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScaleEffectLayer class. + + + + + + + + Gets or sets the scale object to which the current ArcScaleEffectLayer object is linked. + + + An IArcScale object that represents the scale to which the current object is linked. + + + + + + + Copies settings of the specified object to the current object. + + + + A ArcScaleEffectLayer object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets the scale object to which the current ArcScaleEffectLayer object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Gets or sets the position of the scale's center relative to the layer's left-top corner. + + + A PointF2D structure that specifies the position of the scale's center, relative to the layer's left-top corner, in fractions. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + An EffectLayerShapeType value that represents the object's painting style. + + + + + + + Gets or sets the size of the layer. + + + A SizeF structure that represents the size of the layer, in relative coordinates. + + + + + + + + Represents the base class for background layers within linear gauges. + + + + + + + Initializes a new instance of the LinearScaleBackgroundLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the LinearScaleBackgroundLayer class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A LinearScaleBackgroundLayer object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the scale object to which the current LinearScaleBackgroundLayer object is linked. + + + An ILinearScale object that represents the scale to which the current object is linked. + + + + + + + Gets the scale object to which the current LinearScaleBackgroundLayer object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Positions the current layer relative to the scale's ending point. + + + A PointF2D structure that specifies the position of the scale's ending point relative to the layer's left-top corner, in fractions. + + + + + + + Positions the current layer relative to the scale's starting point. + + + A PointF2D structure that specifies the position of the scale's starting point relative to the layer's left-top corner, in fractions. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + A BackgroundLayerShapeType value that represents the object's painting style. + + + + + + + + Represents the base class for effect layers within linear gauges. + + + + + + + + Initializes a new instance of the LinearScaleEffectLayer class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the LinearScaleEffectLayer class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A LinearScaleEffectLayer object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the scale object to which the current LinearScaleEffectLayer object is linked. + + + An ILinearScale object that represents the scale to which the current object is linked. + + + + + + + Gets the scale object to which the current LinearScaleEffectLayer object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Positions the current layer relative to the scale's ending point. + + + A PointF2D structure that specifies the position of the scale's ending point relative to the layer's left-top corner, in fractions. + + + + + + + Positions the current layer relative to the scale's starting point. + + + A PointF2D structure that specifies the position of the scale's starting point relative to the layer's left-top corner, in fractions. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the object's painting style. + + + An EffectLayerShapeType value that represents the object's painting style. + + + + + + + + Represents the base class for range bars within linear gauges. + + + + + + + + Initializes a new instance of the LinearScaleRangeBar class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the LinearScaleRangeBar class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A LinearScaleRangeBar object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the scale object to which the current LinearScaleRangeBar object is linked. + + + An ILinearScale object that represents the scale to which the current object is linked. + + + + + + + + Represents the base class for markers within linear gauges. + + + + + + + + Initializes a new instance of the LinearScaleMarker class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the LinearScaleMarker class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A LinearScaleMarker object whose settings are copied to the current object. + + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the scale object to which the current LinearScaleMarker object is linked. + + + An ILinearScale object that represents the scale to which the current object is linked. + + + + + + + Gets the scale object to which the current LinearScaleMarker object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Specifies the shape of the current object according to the current painting style specified by the ShapeType property. + + + A BaseShape object that represents the current shape. + + + + + + + Gets or sets the offset of the marker's center from the scale axis. + + + The offset of the marker's center from the scale axis, in relative coordinates. + + + + + + + A Factor2D structure that specifies the marker's scale factors along the X and Y axes. + + + A Factor2D structure that specifies the marker's scale factors along the X and Y axes. + + + + + + + Gets or sets the object's painting style. + + + A MarkerPointerShapeType value that represents the object's painting style. + + + + + + + + Represents the base class for level bars within linear gauges. + + + + + + + Initializes a new instance of the LinearScaleLevel class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the LinearScaleLevel class. + + + + + + + + Copies settings of the specified object to the current object. + + + + A LinearScaleLevel object whose settings are copied to the current object. + + + + + + + + Gets the shape used to paint the level bar's empty section. + + + A BaseShape object. + + + + + + + Gets the shape used to paint the level bar's ending section. + + + A BaseShape object. + + + + + + + Gets the shape object used to paint the level bar's packed section. + + + A BaseShape object. + + + + + + + Gets the shape of the level bar's starting section. + + + A BaseShape object. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + Gets or sets the scale object to which the current LinearScaleLevel object is linked. + + + An ILinearScale object that represents the scale to which the current object is linked. + + + + + + + Gets the scale object to which the current LinearScaleLevel object is linked. + + + An IScale object that represents the scale to which the current object is linked. + + + + + + + Gets or sets the object's painting style. + + + A LevelShapeSetType value that represents the object's painting style. + + + + + + + + Represents the base class for scales within circular gauges. + + + + + + + + Initializes a new instance of the ArcScale class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the ArcScale class. + + + + + + + + Occurs before the ArcScale object starts animation. + + + + + + + + Occurs after the ArcScale object finishes animation. + + + + + + + + Provides access to appearance settings of the scale. + + + A BaseScaleAppearance object that provides corresponding appearance settings. + + + + + + + Copies settings of the specified object to the current object. + + + + An object whose settings are copied to the current object. + + + + + + + + Gets or sets whether the scale's range of values is automatically expanded when the scale's current Value reaches either the or . + + + true if the auto-expanding of the scale's minimum and maximum values is enabled; otherwise, false. + + + + + + + Gets or sets the center of the scale arc. + + + A point that represents the center of the scale arc, in relative coordinates. + + + + + + + + Creates a label object of the type that is compatible with the current ArcScale object. + + + A label object. + + + + + + + Creates a range object of the type that is compatible with the current ArcScale object. + + + A range object. + + + + + + + Allows you to implement a custom algorithm for adjusting the and properties when the property is set to true. + + + + + + + + Allows you to dynamically customize the text of tickmarks. + + + + + + + + Gets or sets the angle at which the scale ends. + + + The angle at which the scale ends, in degrees. + + + + + + + Fires after any of the following properties has changed: , , , or . + + + + + + + + Gets the actual value that has been assigned to the scale. + + + A Single value that specifies the actual value that has been assigned to the scale. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + This property is reserved for future use. + + + A Boolean value. + + + + + + + Gets whether the current object is identical to the some predefined empty ArcScale object. + + + true if the current object is identical to the some predefined empty ArcScale object. + + + + + + + This property is reserved for future use. + + + A Boolean value. + + + + + + + Provides access to the collection of text labels displayed on the same layer as the current scale. + + + + A object that contains text labels. + + + + + + + Gets or sets the total number of major tickmarks displayed on a circular scale. + + + + An integer value that defines the total number of major tickmarks. + + + + + + + Provides access to major tick marks' display options. + + + An object implementing the interface that provides settings controlling the display of major tick marks. + + + + + + + Gets or sets the maximum value of the circular scale. + + + A value that is the maximum limit of the circular scale. + + + + + + + + Fires when the value of the or property is changed. + + + + + + + + Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks. + + + An integer value that defines the number of minor tickmarks between adjacent major tickmarks. + + + + + + + + + Provides access to minor tick marks' display options. + + + An object implementing the interface that provides settings controlling the display of minor tick marks. + + + + + + + Gets or sets the minimum value of the circular scale. + + + A value that is the minimum limit of the circular scale. + + + + + + + Identifies the current direction of a vector pointing to the current value. + + + A PointF structure specifying the vector pointing to the current value. + + + + + + + Gets the percent of the current value, in relation to the scale's minimum and maximum values. + + + The percent of the current value in relation to the scale's minimum and maximum values. + + + + + + + Converts the specified percent value to the corresponding point along the scale. + + + + The percent value to be converted to a point along the scale. The percent value of 0 corresponds to the point on the scale at the angle specified by the . The percent value of 100 corresponds to the point on the scale at the angle specified by the . + + + A point along the scale between the and , in relative coordinates. + + + + + + + Converts the specified percent to a value. + + + + The percent to be converted to a value. + + + The value corresponding to the specified percent. + + + + + + + Converts a point to a percent value. + + + + A point, in relative coordinates. + + + The percent value of the specified point. If the point belongs to the radius specified by the , the percent value of 0 is returned. If the point belongs to the radius specified by the , the percent value of 100 is returned. + + + + + + + Gets or sets the X radius of the scale arc. + + + The X radius of the scale arc, in relative coordinates. + + + + + + + Gets or sets the Y radius of the scale arc. + + + The Y radius of the scale arc, in relative coordinates. + + + + + + + Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale. + + + + A RangeCollection object that represents a collection of ranges. + + + + + + + Enables an algorithm for smart adjustment of the and properties when the property is set to true. + + + true if the algorithm for the smart adjustment of the and properties is enabled; otherwise, false. + + + + + + + Specifies the threshold, in percents, where the automatic correction of the takes place. This property is in effect if the property is set to true. + + + The threshold, in percents, where the automatic correction of the takes place. + + + + + + + Specifies the threshold, in percents, where the automatic correction of the takes place. This property is in effect if the property is set to true. + + + The threshold, in percents, where the automatic correction of the takes place. + + + + + + + Gets the length of the scale. + + + The scale's length. + + + + + + + Gets or sets the angle at which the scale starts. + + + The angle at which the scale starts, in degrees. + + + + + + + Gets the total number of major and minor tick marks on the scale. + + + An integer value that specifies the total number of major and minor tick marks on the scale. + + + + + + + Gets or sets the scale's current value. + + + The scale's current value. + + + + + + + Fires after the scale's current value () has been changed. + + + + + + + + Returns the percent of the specified value in relation to the scale's minimum and maximum values. + + + + The value whose percent is to be returned. + + + The percent of the specified value in relation to the scale's minimum and maximum values. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + + Represents the base class for scales in linear gauges. + + + + + + + + Initializes a new instance of the LinearScale class. + + + + + + + + Initializes a new instance of the LinearScale class. + + + + A string that specifies the name of the created component. + + + + + + + + Occurs before the LinearScale object starts animation. + + + + + + + + Occurs after the LinearScale object finishes animation. + + + + + + + + Provides access to appearance settings of the scale. + + + A BaseScaleAppearance object that provides corresponding appearance settings. + + + + + + + Copies settings of the specified object to the current object. + + + + + A object whose settings are copied to the current object. + + + + + + + + Gets or sets whether the scale's range of values is automatically expanded when the scale's current Value reaches either the or . + + + true if the auto-expanding of the scale's minimum and maximum values is enabled; otherwise, false. + + + + + + + Creates a label object of the type that is compatible with the current LinearScale object. + + + A label object. + + + + + + + Creates a range object of the type that is compatible with the current LinearScale object. + + + A range object. + + + + + + + Allows you to implement a custom algorithm for adjusting the and properties when the property is set to true. + + + + + + + + Allows you to dynamically customize the text of tickmarks. + + + + + + + + Gets or sets the ending point of the scale. + + + An integer value that specifies the ending point of the scale, in relative coordinates. + + + + + + + Fires after any of the following properties has changed: or . + + + + + + + + Gets the actual value that has been assigned to the scale. + + + A Single value that specifies the actual value that has been assigned to the scale. + + + + + + + Returns whether the current object has different settings than the specified one. + + + + An object to be compared with the current object. + + + true if the current object has different settings than the specified one; otherwise, false. + + + + + + + This property is reserved for future use. + + + A Boolean value. + + + + + + + Gets whether the current object is identical to the some predefined empty LinearScale object. + + + true if the current object is identical to the some predefined empty LinearScale object. + + + + + + + This property is reserved for future use. + + + A Boolean value. + + + + + + + Provides access to the collection of text labels displayed on the same layer as the current scale. + + + + A object that contains text labels. + + + + + + + Gets or sets the total number of major tickmarks displayed on a linear scale. + + + + An integer value that defines the total number of major tickmarks. + + + + + + + Provides access to major tick marks' display options. + + + An object implementing the interface that provides settings controlling the display of major tick marks. + + + + + + + Gets or sets the maximum value of the linear scale. + + + A value that is the maximum limit of the linear scale. + + + + + + + + Fires when the value of the or property is changed. + + + + + + + + Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks. + + + An integer value that defines the number of minor tickmarks between adjacent major tickmarks. + + + + + + + + Provides access to minor tick marks' display options. + + + An object implementing the interface that provides settings controlling the display of minor tick marks. + + + + + + + Gets or sets the minimum value of the linear scale. + + + A value that is the minimum limit of the linear scale. + + + + + + + Gets the percent of the current value, in relation to the scale's minimum and maximum values. + + + The percent of the current value in relation to the scale's minimum and maximum values. + + + + + + + Converts the specified percent value to the corresponding point along the scale, between the and . + + + + The percent value to be converted to a point along the scale. + + + A point along the scale between the and , in relative coordinates. + + + + + + + Converts the specified percent to a value. + + + + The percent to be converted to a value. + + + The value corresponding to the specified percent. + + + + + + + Converts the specified point along the scale to the corresponding percent value in relation to the and . + + + + + A point along the scale between the and , in relative coordinates. + + + The percent value of the specified point in relation to the and . + + + + + + + Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale. + + + + A RangeCollection object that represents a collection of ranges. + + + + + + + Enables an algorithm for smart adjustment of the and properties when the property is set to true. + + + true if the algorithm for the smart adjustment of the and properties is enabled; otherwise, false. + + + + + + + Specifies the threshold, in percents, where the automatic correction of the takes place. This property is in effect if the property is set to true. + + + The threshold, in percents, where the automatic correction of the takes place. + + + + + + + Specifies the threshold, in percents, where the automatic correction of the takes place. This property is in effect if the property is set to true. + + + The threshold, in percents, where the automatic correction of the takes place. + + + + + + + Gets the length of the scale, determined by its minimum and maximum value. + + + The length of the scale. + + + + + + + Gets or sets the starting point of the scale. + + + An integer value that specifies the starting point of the scale, in relative coordinates. + + + + + + + Gets the total number of major and minor tick marks on the scale. + + + An integer value that specifies the total number of major and minor tick marks on the scale. + + + + + + + Gets or sets the scale's current value. + + + The scale's current value. + + + + + + + Fires after the scale's current value has been changed. + + + + + + + + Returns the percent of the specified value in relation to the scale's minimum and maximum values. + + + + The value whose percent is to be returned. + + + The percent of the specified value in relation to the scale's minimum and maximum values. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + + A Style Manager form that allows end-users to customize gauge styles at runtime. + + + + + + + Invokes a Style Manager form for the specified gauge container. + + + + An object implementing the interface. + + + true if the Style Manager form has been invoked successfully; otherwise, false. + + + + + + + + A Style Chooser form that allows end-users to customize gauge styles at runtime. + + + + + + + Invokes a Style Chooser form for the specified gauge. + + + + An object implementing the interface. + + + true if the Style Chooser form has been invoked successfully; otherwise, false. + + + + + + + + Represents the base class for visual elements of gauges. + + + + + + + Initializes a new instance of the BaseLeafPrimitive class. + + + + A string that specifies the name of the created component. + + + + + + + + Initializes a new instance of the BaseLeafPrimitive class. + + + + + + + + Gets or sets the angle, measured in degrees, at which the current object is displayed. + + + The angle at which the current object is displayed, measured in degrees. + + + + + + + Prevents the transformation of the BaseLeafPrimitive object from being performed until the EndTransform method is called. + + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A string value. + + + + + + + Retrieves information on the object's inner element, located under the specified point. + + + + A point to be tested. + + + A BasePrimitiveHitInfo object that identifies the object's inner element located under the specified point. + + + + + + + Unlocks the object after the BeginTransform method has been called, without performing transformation. + + + + + + + + Occurs before every gauge element is drawn, allowing you to draw it in a custom manner. + + + + + + + + + Gets or sets whether the object is enabled. + + + true if the object is enabled; otherwise, false. + + + + + + + Unlocks the BaseLeafPrimitive object after the BeginUpdate method call and performs object transformation. + + + + + + + + Gets or sets whether the hit-testing feature is enabled for the current object. + + + true if the hit-testing feature is enabled for the current object; otherwise, false. + + + + + + + Gets whether the object has been locked by the method. + + + true if the object has been locked by the method; otherwise, false. + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A Boolean value. + + + + + + + Gets or sets the object's location. + + + A point that specifies the object's location, in relative points. + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A string value. + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A string value. + + + + + + + Gets or sets whether the object can be rendered on a graphics surface. + + + true if the object can be rendered on a graphics surface; otherwise, false. + + + + + + + Resets the object's location, rotation angle and scale factor. + + + + + + + + Gets or sets the object's scale along the X and Y axes. + + + A Factor2D structure that specifies the object's scale factors along the X and Y axes. + + + + + + + Gets or sets an object that allows the color of the object to be modified. + + + A BaseColorShader object that represents the shader object. + + + + + + + Gets the collection of inner elements of the current object. + + + A BaseShapeCollection of inner elements. + + + + + + + Gets or sets the transformation matrix. + + + A object that specifies the transformation matrix. + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + A string value. + + + + + + + For internal use only. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + An XtraItemEventArgs object. + + + An object. + + + + + + + Gets or sets the Z-Order of the object. + + + An integer value that specifies the Z-Order. Objects with higher Z-Orders are overlapped by objects with lower Z-Orders. + + + + + + + + The base class for many collections used in XtraGauges. + + + + + + + Initializes a new instance of the GaugeCollection class with default settings. + + + + + + + + For internal use only. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.Xpo.v12.2.Extensions.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.TreeListEditors.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/Forms/Deltares.Dam.Forms.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Forms/Deltares.Dam.Forms.csproj (.../Deltares.Dam.Forms.csproj) (revision 7) +++ trunk/src/Dam/Forms/Deltares.Dam.Forms.csproj (.../Deltares.Dam.Forms.csproj) (revision 8) @@ -38,26 +38,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - False Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.Office2007Black.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/SlopeW/cm2quadmesh.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.SharePoint.WSS.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Service.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Service.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.Service.xml (revision 8) @@ -0,0 +1,1269 @@ + + + + DevExpress.XtraReports.v12.2.Service + + + + + + If implemented by a class, provides the functionality to work with report datasources. + + + + + + + Fills the report's datasources with data. + + + + An object. + + + + A value, specifying the report name. + + + + true, if the design session is active; otherwise false. + + + + + + + + + Registers the report's datasources on the server. + + + + An object. + + + + A value, specifying the report name. + + + + + + + + + Provides methods for registering and obtaining report datasources during an editing session with a Silverlight Report Designer. + + + + + + + Obtains a report's datasource by its name, to populate it for a design session. This is an extension method. + + + + An object. + + + + A value, specifying the datasource name. + + + A value, specifying the datasource. + + + + + + + Registers the name of a report's datasource to populate it during the design session. This is an extension method. + + + + An object. + + + + A value, specifying the datasource name. + + + + A value, specifying the report's datasource. + + + + + + + + + Provides the functionality to register . + + + + + + + Registers a data provider on the server. + + + + An object implementing the interface. + + + + A value. + + + + A value. + + + + A value. + + + + + + + + + If implemented by a class, generates unique report names for the Silverlight Report Wizard. + + + + + + + Generates a unique name for a report. + + + A value. + + + + + + + Indicates whether or not the specified report name has already been generated. + + + + A value, specifying the report name. + + + true if the specified report name has been generated; otherwise false. + + + + + + + + Implements extensions of the specified types for a Report Service. + + + + + + + Initializes a new instance of the ReportServiceExtensionsResolver class with default settings. + + + + + + + + Applies a resolver of the specified type to the Report Service. + + + + A value. + + + + + + + + Applies a resolver of the specified type to the Report Service. + + + + An object implementing the interface. + + + + + + + + Applies a resolver of the specified type to the Report Service. + + + + A delegate. + + + + + + + + + If implemented by a class, provides the functionality to store reports with the End-User Report Designer for Silverlight. + + + + + + + Restores a report's layout. + + + + A structure, containing the report layout. + + + A value, specifying the report name. + + + + + + + Saves a report's layout to a byte array. + + + + A value, specifying the report name. + + + + A structure, containing the report layout. + + + + + + + + + If implemented by a class, resolves reports by their names. + + + + + + + Returns a report object based on the specified report name. + + + + A value, specifying the report name. + + + + true if the report is required only to obtain its parameters; otherwise false. + + + An object. + + + + + + + + If implemented by a class, maintains WCF service and provides the printing and exporting functionality. + + + + + + + Invokes a Silverlight Report Wizard for a new report. + + + + A object. + + + A value. + + + + + + + Deletes a report from the specified session. + + + + A object, identifying the report editing session. + + + + + + + + Gets the current build status of the specified report. + + + + A object. + + + A structure. + + + + + + + Returns a collection of columns available in a datasource. + + + + + + A value, specifying the datasource name. + + + + A object. + + + A collection of objects. + + + + + + + Gets the display name of the specified datasource. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member name. + + + A value. + + + + + + + Gets the Field List display names for members of the specified datasource. + + + + A object. + + + + A value, specifying the data member name. + + + A value. + + + + + + + Obtains the available datasources for a Silverlight Report Wizard. + + + A collection of objects. + + + + + + + Obtains the information about a datasource for a Silverlight Report Wizard. + + + + A object, identifying the report editing session. + + + A object. + + + + + + + Gets the data related to the specified document. + + + + A object. + + + A object. + + + + + + + Obtains the item properties from a datasource for a Silverlight Report Wizard. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member name. + + + An array of objects. + + + + + + + Obtains the item properties from a datasource for the Field List panel of a Silverlight Report Designer. + + + + A object. + + + + A value, specifying the data member name. + + + An array of objects. + + + + + + + Obtains the list item properties from a datasource for a Silverlight Report Wizard. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member name. + + + An array of objects. + + + + + + + Obtains the list item properties from a datasource for the Field List panel of a Silverlight Report Designer. + + + + A object. + + + + A value, specifying the data member name. + + + An array of objects. + + + + + + + Returns the content of the specified document page. + + + + A object, identifying the document. + + + + An integer value, specifying the page index. + + + + A enumeration value. + + + A value, specifying the page content. + + + + + + + Returns an array of report pages. + + + + A object. + + + + An array of integer values. + + + + A enumeration value. + + + A array. + + + + + + + Gets the document that is ready to print. + + + + A object. + + + A object. + + + + + + + Gets the current status of a document that is being printed. + + + + A object. + + + A object. + + + + + + + Returns an object that contains parameters available in a report. + + + + An object. + + + A object. + + + + + + + Obtains the data tables from a datasource for a Silverlight Report Wizard. + + + + A value, specifying the datasource name. + + + A collection of objects. + + + + + + + Obtains the data views from a datasource for a Silverlight Report Wizard. + + + + A value, specifying the datasource name. + + + A collection of objects. + + + + + + + Invokes a Silverlight Report Designer for an existing report. + + + + A object. + + + + An array of descendants. + + + + A value. + + + + + + + Saves the report that is currently opened in a Silverlight Report Designer. + + + + A object, identifying the report editing session. + + + + + + + + Starts building a report document on the server. + + + + An object. + + + + A object. + + + A object. + + + + + + + Starts a design session for the specified report. + + + + An object. + + + + A enumeration value. + + + A object. + + + + + + + Starts printing the specified document. + + + + A object. + + + + A enumeration value. + + + A object. + + + + + + + When implemented by a class, stops building the document. + + + + + A object that identifies the report document. + + + + + + + + Stops printing the specified document. + + + + A object. + + + + + + + + + If implemented by a class, assists the processing of reports created by using the Silverlight Report Wizard. + + + + + + + Handles the event of the Report Service. + + + + A value, specifying the report name. + + + + A object. + + + + A array. + + + + + + + + + Maintains WCF service and provides the printing functionality. + + + + + + + Initializes a new instance of the ReportService class with default settings. + + + + + + + + Initializes a new instance of the ReportService class with the specified service provider. + + + + An object implementing the interface. + + + + + + + + For internal use. Initializes a new instance of the ReportService class with the specified settings. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Creates a new report based on the specified report model. + + + + A object. + + + A value. + + + + + + + Deletes a report from the specified session. + + + + A object, identifying the report editing session. + + + + + + + + Gets the current build status of the specified report. + + + + A object. + + + A structure. + + + + + + + Returns a collection of columns available in a datasource. + + + + + + A value, specifying the datasource name. + + + + A object. + + + A collection of objects. + + + + + + + Gets the display name of the specified datasource. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member name. + + + A value. + + + + + + + Gets the Field List display names for members of the specified datasource. + + + + A object. + + + + A value, specifying the data member name. + + + A value. + + + + + + + Obtains the available datasources. + + + A collection of objects. + + + + + + + Obtains the datasources available for a report in the Field List panel. + + + + A object, identifying the report editing session. + + + An array of objects. + + + + + + + Gets the data related to the specified document. + + + + A object. + + + A object. + + + + + + + Obtains item properties from a data member. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member. + + + An array of objects. + + + + + + + Obtains item properties from a data member for the Field List panel. + + + + A object, identifying the datasource. + + + + A value, specifying the data member. + + + An array of objects. + + + + + + + Obtains list item properties from a data member. + + + + A value, specifying the datasource name. + + + + A value, specifying the data member. + + + An array of objects. + + + + + + + Obtains list item properties from a data member for the Field List panel. + + + + A object, identifying the datasource. + + + + A value, specifying the data member. + + + An array of objects. + + + + + + + Returns the content of the specified document page. + + + + A object. + + + + An integer value, specifying the page index. + + + + A enumeration value. + + + A value, specifying the page contents. + + + + + + + Returns an array of report pages. + + + + A object. + + + + An array of integer values. + + + + A DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility enumeration value. + + + A array. + + + + + + + Gets the document that is ready to print. + + + + A object. + + + A object. + + + + + + + Gets the current status of a document that is being printed. + + + + A object. + + + A object. + + + + + + + Returns an object that contains parameters available in a report. + + + + An object. + + + A object. + + + + + + + Obtains data tables available in a datasource. + + + + A value, specifying the datasource name. + + + A collection of objects. + + + + + + + Obtains data views available in a datasource. + + + + A value, specifying the datasource name. + + + A collection of objects. + + + + + + + Enables performing an action by an end-user in the Silverlight Report Designer. + + + + A object, identifying the report editing session. + + + + An array of descendants, corresponding to an end-user's actions in the Designer. + + + A value. + + + + + + + Saves a report. + + + + A object, identifying the report editing session. + + + + + + + + Starts building a report document on the server. + + + + An object. + + + + A object. + + + A object. + + + + + + + Starts a design session for the specified report. + + + + An object. + + + + A enumeration value. + + + A object. + + + + + + + Starts printing the specified document. + + + + A object. + + + + A enumeration value. + + + A object. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + Stops building the document. + + + + A object that identifies the report document. + + + + + + + + Stops printing the specified document. + + + + A object. + + + + + + + + + If implemented by a class, processes the class descendants to be used in the End-User Designer for Silverlight. + + + + + + + Fills the dictionary with an 's properties, to make them accessible via the programming interface of the End-User Report Designer for Silverlight. + + + + A value, specifying the report name. + + + + An descendant. + + + + A dictionary, listing a control's properties. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.SharePoint.2010.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.ScriptRecorder.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Validation.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/DamLive/Tests/Deltares.Dam.Application.Live.Tests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/DamLive/Tests/Deltares.Dam.Application.Live.Tests.csproj (.../Deltares.Dam.Application.Live.Tests.csproj) (revision 7) +++ trunk/src/Dam/DamLive/Tests/Deltares.Dam.Application.Live.Tests.csproj (.../Deltares.Dam.Application.Live.Tests.csproj) (revision 8) @@ -15,25 +15,6 @@ ..\..\..\ true - - true - full - false - ..\..\..\bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - ..\..\..\bin\Release\ - TRACE - prompt - 4 - x86 - true ..\..\..\bin\Debug\ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.ViewVariantsModule.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.SpellChecker.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpf.SpellChecker.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpf.SpellChecker.v12.2.xml (revision 8) @@ -0,0 +1,216 @@ + + + + DevExpress.Xpf.SpellChecker.v12.2 + + + + + + Contains options that affect text processing. + + + + + + + Initializes a new instance of the OptionsSpelling class. + + + + + + + + + Represents the base component of the DXSpellChecker Suite for WPF. + + + + + + + Initializes a new instance of the SpellChecker class. + + + + + + + + Checks whether the control is registered for use with the DXSpellChecker. + + + + A descendant, representing a control to be checked for spelling mistakes. + + + true if the control is already registered by the DXSpellChecker; otherwise false. + + + + + + + Checks the specified control for spelling mistakes. + + + + A object representing a control to be checked for spelling mistakes. + + + + + + + + Checks the spelling of the text available through the controller interface. + + + + An object implementing the ISpellCheckTextController interface. + + + + + + + + Occurs when the spell check is complete. + + + + + + + + Checks the controls within the container for spelling mistakes. + + + + A object, representing a container which holds controls to be checked for spelling mistakes. + + + + + + + + Checks the spelling of the controls in the container specified for the DXSpellCkecker instance. + + + + + + + + Occurs when the culture setting of the spell cheker is changed. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + A SpellingFormsManager object. + + + + + + + Creates a list of commands available to an end-user, which depend on the type of misspelling and current spell checker operation mode. + + + + A object, representing a situation when a misspelled word is found. + + + A generic list of objects. + + + + + + + Constructs an ordered list of suggestions for a given word. + + + + A representing a word for which the suggestions should be calculated. + + + A object representing a sorted list of suggested words. + + + + + + + Indicates whether the current DXSpellChecker control performs a spelling check. + + + true if a spelling check is performed; otherwise, false. + + + + + + + Occurs when the Spelling Options form used to specify the is about to be shown. + + + + + + + + Provides access to the spelling options set for the spell checker instance. + + + An object containing the spell checking options. + + + + + + + Gets or sets the control, representing the parent container for the DXSpellChecker instance. + + + A object, which is the parent container for the controls to be checked. + + + + + + + Gets or sets the DXSpellChecker operation mode. + + + A enumeration member. + + + + + + + Occurs when the property is changed. + + + + + + + + Occurs when the Spelling form is about to be displayed or an end-user clicks the command button that changes the form's contents. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.MetropolisLight.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Reports.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Scheduler.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraCharts.v12.2.UI.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Gauges.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpf.Gauges.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpf.Gauges.v12.2.xml (revision 8) @@ -0,0 +1,7204 @@ + + + + DevExpress.Xpf.Gauges.v12.2 + + + + + + Contains presentation settings for a symbols panel of a matrix 5x8 type. + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the Matrix5x8Model class with default settings. + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + For internal use. + + + + + + + Initializes a new instance of the Matrix8x14Model class with default settings. + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + For internal use. + + + + + + + Initializes a new instance of the FourteenSegmentsModel class with default settings. + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A linear scale marker. + + + + + + + Initializes a new instance of the LinearScaleMarker class with default settings. + + + + + + + + Gets or sets the options of a marker that specify its shape and position on a Linear scale. + + + A object that contains the settings of the marker. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for a linear scale marker. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the marker. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for a state of a state indicator control. + + + + + + + + Contains presentation settings for a symbols panel of a matrix 8x14 type. + + + + + + + + Contains presentation settings for a symbols panel of the fourteen segments type. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + A base class for creeping line and blinking animation effects of a digital gauge control. + + + + + + + + Gets or sets the refresh time between two symbol animations. + + + A value that is the refresh time between two animations. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the layers of a particular circular gauge. + + + + + + + + + Initializes a new instance of the CircularGaugeLayerCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + For internal use. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + Contains presentation settings for a symbols panel of the seven segments type. + + + + + + + + A dictionary that stores elements for custom symbol mapping. + + + + + + + Initializes a new instance of the SymbolDictionary class with the specified owner. + + + + A class descendant that should be the owner of the created collection. + + + + + + + + + Contains the values used to specify the symbol type to display custom symbol characters on a digital gauge control. + + + + + + + An additional symbol is displayed in the same segment with the previous character. + + + + + + + + + + A main symbol is displayed in its own segment. + + + + + + + + + + + + Contains properties to define how a custom symbol should be displayed on a digital gauge control. + + + + + + + + Initializes a new instance of the SymbolSegmentsMapping class with default settings. + + + + + + + + Specifies appropriate segment states for a desired character. + + + A value that specifies segments states. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies a custom symbol that can be displayed on the symbols panel using symbol segments mapping. + + + A value that specifies a custom symbol. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a symbol type that is used for displaying a custom symbol on a digital gauge control. + + + A enumeration value that specifies a symbol type for custom symbol mapping. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores custom elements of a particular scale. + + + + + + + Initializes a new instance of the ScaleCustomElementCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A base class for all segment view types of a digital gauge control. + + + + + + + + Initializes a new instance of the SegmentsView class with default settings. + + + + + + + + For internal use. Provides the information about elements that are used in symbol mapping. + + + A object that stores the element that defines a symbol view of a digital gauge control. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A base class for all matrix view types of a digital gauge control. + + + + + + + Initializes a new instance of the MatrixView class with default settings. + + + + + + + + + A state of a state indicator control. + + + + + + + Initializes a new instance of the State class with default settings. + + + + + + + + This property is hidden and intended for internal use only. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for a state. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the state indicator control. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores states of a particular state indicator control. + + + + + + + Initializes a new instance of the StateCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + For internal use. + + + + + + + + A state indicator control shipped with the DXGauges Suite. + + + + + + + Initializes a new instance of the StateIndicatorControl class with default settings. + + + + + + + + Gets the actual model used to draw elements of a State Indicator. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the collection of state indicator additional states. + + + + A object that is the collection of state indicator additional states. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the default state that specifies the appearance when the state index is out of the predefined model states or additional states. + + + A object that specifies the default state of the State Indicator control. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a model for the state indicator control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined models for a State Indicator control. + + + A of objects. + + + + + + + Provides access to the current state of the . + + + A object containing the state image. + + + + + + + Returns the total number of all states (both predefined and additional) that are currently available in the State Indicator control. + + + + An integer value that is the number of the state indicator's states. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the index of a state image that is currently displayed on the . + + + An integer value that is the current state index. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A matrix8x14 symbols panel type of a digital gauge control. + + + + + + + + Initializes a new instance of the MatrixView8x14 class with default settings. + + + + + + + + Gets or sets the current presentation that specifies the appearance of the 8x14 matrix. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A matrix5x8 symbols panel type of digital gauge control. + + + + + + + + Initializes a new instance of the MatrixView5x8 class with default settings. + + + + + + + + Gets or sets the current presentation that specifies the appearance of the 5x8 matrix. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A seven segments symbols panel type of digital gauge control. + + + + + + + + Initializes a new instance of the SevenSegmentsView class with default settings. + + + + + + + + Gets or sets the current presentation that specifies the appearance of the seven segment view type. + + + + A object + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A fourteen segments symbols panel type of digital gauge control. + + + + + + + + Initializes a new instance of the FourteenSegmentsView class with default settings. + + + + + + + + Gets or sets the current presentation that specifies the appearance of the fourteen segment view type. + + + + A object + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A method that will handle the event. + + + + + + + + + A method that will handle the event. + + + + + The event source. + + + + An object that contains event data. + + + + + + + + + A custom element on a scale. + + + + + + + Initializes a new instance of the ScaleCustomElement class with default settings. + + + + + + + + Gets or sets the scale custom element's content. This is a dependency property. + + + A value that is the custom element's content. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of the custom element's content represented by the property. This is a dependency property. + + + + A object, representing the template which defines the presentation of the custom element's content. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the scale custom element is visible. + + + true if the custom element is visible on the scale; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a scale custom element. + + + An integer value that is the z-index. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains options that define the layout of symbols inside the symbols panel. + + + + + + + Initializes a new instance of the SymbolOptions class with default settings. + + + + + + + + Gets or sets the margin of a digital gauge symbol. + + + A value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a skew angle of a symbol along the X axis. + + + A value that is a symbol skew angle along the X-axis. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a skew angle of a symbol along the Y-axis. + + + A value that is the symbol skew angle along the Y-axis. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + For internal use. + + + + + + + For internal use. Gets or sets a model for the fourteen segments view type of the digital gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use. Provides access to a collection of layer models contained in the current Digital Gauge control. + + + + A object that contains layer models of a digital gauge. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use. Gets or sets a model for the matrix5x8 view type of the digital gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use. Gets or sets a model for the matrix8x14 view type of the digital gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + For internal use. Gets or sets a model for the seven segments view type of the digital gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for a digital gauge layer. + + + + + + + + A base class for all analog gauges shipped in the DXGauge Suite. + + + + + + + + Initializes a new instance of the AnalogGaugeControl class with default settings. + + + + + + + + Gets the value of the attached property for the specified . + + + + A object whose property's value is to be returned. + + + The value of the property for the specified state indicator. + + + + + + + Gets or sets a panel template that specifies how to arrange scales within a Gauge control. + + + A object that is a panel template. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Sets the value of the attached property for the specified . + + + + The state indicator control from which the property value is read. + + + + The required class descendant. + + + + + + + + Gets or sets a value that can be bound to any value indicator of the analog gauge control (needle, range bar, etc.). This is an attached property. + + + A class descendant that specifies an indicator value to which a state indicator can be bound. + + + + + + + Identifies the attached property. + + + [To be supplied] + + + + + + + For internal use. + + + + + + + Initializes a new instance of the SevenSegmentsModel class with default settings. + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A base class for all animation available in the DXGauge Suite. + + + + + + + + Gets or sets a value specifying whether the digital gauge control should be animated using creeping line or blinking animation. + + + true to enable animation; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains the values used to specify the symbol length (either width or height) for the current symbol view appearance on a digital gauge control. + + + + + + + A symbol has a predefined length (width and height) according to the view type of the current symbols panel. + + + + + + + + + A symbol length is specified in absolute values. + + + + + + + + A symbol is zoomed proportionally to fill the entire symbols panel. + + + + + + + + A symbol is stretched to fill the entire symbols panel. Note that the height to width proportion will not be preserved in this case. + + + + + + + + + Contains the values used to specify the length (width or height) of a symbol on the symbols panel. + + + + + + + Initializes a new instance of the SymbolLength class with the specified symbol length type and symbol length value. + + + + A enumeration value that specifies the type of a symbol length. This value is assigned to the property. + + + + + A value that specifies the symbol length. This value is assigned to either the or property, depending on the value passed as the type parameter. + + + + + + + + + Initializes a new instance of the SymbolLength class with the specified owner. + + + + A enumeration value that specifies one of the possible symbol length types. This value is assigned to the property. + + + + + + + + + Provides access to the width and height of symbols that are set in absolute values. + + + + A double value that is the symbol length specified in absolute value. + + + + + + + Provides access to the width and height of symbols that are specified in proportional values. + + + A value that is the symbols length specified in proportional values. + + + + + + + Returns the type of the SymbolLength object. + + + A enumeration value that specifies is the type of the SymbolLength object. + + + + + + + + Lists the values used to specify the vertical alignment of a text that is shown on the symbols panel. + + + + + + + A text is docked to the bottom of the symbols panel. + + + + + + + + + + A text is placed at the center of the symbols panel. + + + + + + + + + + A text is docked to the top of the symbols panel. + + + + + + + + + + + Lists the values used to specify the horizontal alignment of a text that is shown on the symbols panel. + + + + + + + A text fragment (e.g. "Hello!!!") is positioned at the center of the symbols panel. + + + +Before using horizontal alignment, you need to set the property to a value that is less than number of text symbols. + + + + + + + + + A text fragment (e.g. "Hello!!!") is positioned to the left side of the symbols panel. + + + +Before using horizontal alignment, you need to set the property to the value that is less than the number of text symbols. + + + + + + + + + + A text fragment (e.g. "Hello!!!") is positioned to the right side of the symbols panel. + + + +Before using horizontal alignment, you need to set the property to a value that is less than the number of text symbols. + + + + + + + + + + + Lists the possible directions of a creeping line that is shown on the symbols panel during the creeping line animation. + + + + + + + A creeping line is shown on the symbols panel from left to right. + + + + + + + + A creeping line is shown on the symbols panel from right to left. + + + + + + + + + Contains settings to provide a creeping line animation for the digital gauge control. + + + + + + + Initializes a new instance of the CreepingLineAnimation class with default settings. + + + + + + + + Specifies the additional steps which the creeping line animation executes on the symbols panel relative to the inanimate text position. + + + + + An integer value that is the additional step of the creeping line animation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs when the creeping line animation is completed in the digital gauge control. + + + + + + + + Gets or sets the direction of creeping line animation on the symbols panel. + + + A enumeration value that specifies the creeping line animation direction. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies the additional moves which the creeping line animation executes on the symbols panel relative to the inanimate text position. + + + + An integer value that is the additional move of the creeping line animation. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies the start segment from which the creeping line animation begins on the symbols panel. + + + An integer value that specifies the start segment of creeping line animation on the symbols panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the creeping line animation should be repeated. + + + true to repeat the creeping line animation for the digital gauge control; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies space segments that appear on the symbols panel each time the text animation is repeated. + + + An integer value that specifies the number of space segments on the symbols panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies the start segment from which the creeping line animation begins on the symbols panel. + + + An integer value that specifies the start segment of creeping line animation on the symbols panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists which parts of a text limited by the property should be shown on the symbols panel. + + + + + + + The initial part of a text limited by the property value is shown on the symbols panel. + +For instance, the image below shows the initial part of the "Hello!" text. The property is set to 3. + + + + + + + + + + The final part of a text limited by the property value is shown on the symbols panel. + +For instance, the image below shows the final part of the "Hello!" text. The property is set to 3. + + + + + + + + + + + A base class for all symbol view types of a digital gauge control. + + + + + + + + Initializes a new instance of the SymbolViewBase class with default settings. + + + + + + + + Provides access to the animation object that allows you to customize animation for the current symbol view type. + + + A class descendant. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides elements that are used in custom symbol mapping. + + + A object that stores elements for custom symbol mapping. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies the symbol's height for the current symbol view. + + + A object that is the symbol's height. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the settings that specify the symbol view position on the symbols panel. + + + A object that contains the settings of the symbol view type. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Specifies the symbol's width for the current symbol view. + + + + A object that is the symbol's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A states mask that is used to display a custom symbol on a . + + + + + + + + Initializes a new instance of the StatesMask class with specified initial states. + + + + + A array that contains the initial states. + + + + + + + + + + Provides access to the symbol states that are used to provide both custom symbol mapping and specify the blinking animation effect. + + + + A array that contains the symbol states. + + + + + + + + A layer that contains properties to define the visual presentation of a digital gauge. + + + + + + + Initializes a new instance of the DigitalGaugeLayer class with default settings. + + + + + + + + Returns a list of predefined presentations for a digital gauge layer. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the layer. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the layers of a particular digital gauge. + + + + + + + Initializes a new instance of the DigitalGaugeLayerCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A digital gauge control shipped with the DXGauge Suite. + + + + + + + Initializes a new instance of the DigitalGaugeControl class with default settings. + + + + + + + + Gets the actual model used to draw elements of a Digital Gauge. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual symbol view of the . + + + A class descendant that is the actual symbol view. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of layers contained in the digital gauge. + + + A object that contains digital gauge layers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a model for the digital gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined models for a Digital Gauge control. + + + A of objects. + + + + + + + Specifies the total number of symbols (both containing a text and empty or only empty) that should be displayed on the symbols panel. + + + An integer value that is the symbols number. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the settings of the current symbol view of the DigitalGaugeControl. + + + A class descendant that is the current symbol view. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a text that is displayed on the symbols panel of the digital gauge control. + + + + A object that is the text displayed on the digital gauge control. + + + + + + + + Specifies which part of a text limited by the property should be shown on the symbols panel (either the initial or final). + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the horizontal alignment of a text for the digital gauge control. + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the text vertical alignment for the digital gauge control. + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains settings to provide a blinking animation effect for the digital gauge control. + + + + + + + Initializes a new instance of the BlinkingAnimation class with default settings. + + + + + + + + Specifies symbols states to show (hide) blinking animation on the symbols panel. + + + + A value that specifies symbols states. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the layers of a particular scale. + + + + + + + Initializes a new instance of the LayerCollection@lt;T@gt; class with the specified owner. + + + + A class descendant that should be the owner of the created collection. + + + + + + + + + Contains layout and appearance options for a scale line. + + + + + + + Initializes a new instance of the ScaleLineOptions class with default settings. + + + + + + + + Gets or sets the offset specifying a line's position on a scale. + + + A value that specifies the line's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the thickness of the line on a scale. + + + A value that is the thickness of the line. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a scale line. + + + A value that is the z-index. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains settings that define the presentation of scale tickmarks. + + + + + + + + + A base for all classes that contain presentation settings. + + + + + + + Returns the human-readable name of the current presentation. + + + A value which is the presentation name. + + + + + + + + Contains presentation settings for a linear scale marker. + + + + + + + + Lists the values used to specify the measure units of a range. + + + + + + + Range value is specified in absolute measure units. + + + + + + + + Range value is specified in percents. + + + + + + + + + Stores one of the range values. + + + + + + + Initializes a new instance of the RangeValue class with the specified value. + + + + A object that specifies one of the range values. This value is assigned to the property. + + + + + + + + Initializes a new instance of the RangeValue class with the specified value and value type. + + + + A object that specifies one of the range values. This value is assigned to the property. + + + + A enumeration value that specifies how the assigned value should be treated - as percents or as an absolute value. This parameter is assigned to the property. + + + + + + + + Indicates whether or not a range boundary's value is set in absolute units. + + + true if a range value is stored in absolute units; otherwise, false. + + + + + + + Indicates whether or not a range boundary's value is set as a percent. + + + + true if a range value is stored as a percent; otherwise, false. + + + + + + + + Returns a value specifying in which units to store range boundaries. + + + A enumeration value that specifies the measurement unit for a range boundary. + + + + + + + + + Returns the value that specifies either the start or end boundary of a range. + + + A value that is used to store the range boundaries in either absolute or relative units. + + + + + + + + A base class for all classes that contain presentation settings for value indicators. + + + + + + + + A collection that stores the value indicators of a particular scale. + + + + + + + Initializes a new instance of the ValueIndicatorCollection@lt;T@gt; class with the specified owner. + + + + A class descendant that should be the owner of the created collection. + + + + + + + + + Serves as the base class for all value indicators. + + + + + + + + Initializes a new instance of the ValueIndicatorBase class with default settings. + + + + + + + + Provides access to the animation object that allows you to customize animation for the current value indicator. + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that defines whether or not an indicator can be returned as a hit-testing result. + + + + true in case the indicator can be shown as the result of hit testing; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that indicates whether interactivity is enabled for the current value indicator or not. + + + + true to enable interactivity; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the value of a scale indicator. + + + A value that specifies the position of a value indicator on the scale. + + + + + + + Occurs when the property has been changed. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the value indicator is visible. + + + true if the value indicator is visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets the new value of a property. + + + A that is the new value. + + + + + + + + Gets the old value of a property. + + + A that is the old value. + + + + + + + + + Serves as a base for classes that contain appearance and behavior options for tickmarks. + + + + + + + Gets or sets a value by which the tickmarks' length should be multiplied. + + + A value that is the tickmarks' length multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value by which the tickmarks' thickness should be multiplied. + + + A value that is the tickmarks' thickness multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the offset of tickmarks shown on a scale. + + + A value that specifies the tickmark position on a scale. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for a spindle cap. + + + + + + + + Contains layout options for a spindle cap. + + + + + + + Initializes a new instance of the SpindleCapOptions class with default settings. + + + + + + + + Gets or sets a value by which the spindle cap's height should be multiplied. + + + A value that is the spindle cap's height multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value by which the spindle cap's width should be multiplied. + + + A value that is the spindle cap's width multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a spindle cap. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base class for scale layers. + + + + + + + Provides access to the settings that specify the shape and position of the current scale layer. + + + + + + A object that contains the settings of the layer. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as a base for classes that contain appearance and behavior options for scale labels. + + + + + + + Gets or sets a value that should be added to every label's value. + + + A value which is added to every label's value on a scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the format string for the display text on a scale. + + + A value that is the format string of a label. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value by which every label's value should be multiplied. + + + A value which is a multiplier applied to every label's value on a scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the offset specifying a label's position on a scale. + + + A value that specifies the label's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether or not the first label should be shown on a scale. + + + true to display the first label on a scale; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether or not the last label should be shown on a scale. + + + + + true to display the last label on a scale; otherwise false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of scale labels. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the custom labels of a particular scale. + + + + + + + + + + Initializes a new instance of the ScaleCustomLabelCollection class with the specified owner. + + + + A class descendant that should be the owner of the created collection. + + + + + + + + + A scale custom label. + + + + + + + Initializes a new instance of the ScaleCustomLabel class with default settings. + + + + + + + + Gets or sets the offset specifying a custom label's position on a scale. + + + A value that specifies the custom label's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the value about which the custom label is located on a scale. + + + A value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A base class for collections containing scales. + + + + + + + Initializes a new instance of the ScaleCollection@lt;T@gt; class with the specified owner. + + + + An class descendant that should be the owner of the created collection. + + + + + + + + + Serves as the base class for all scales. + + + + + + + Initializes a new instance of the Scale class with default settings. + + + + + + + + Provides access to a collection of custom elements contained in the current Circular Scale or Linear Scale. + + + A object that contains scale custom elements. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of custom labels contained in the current scale. + + + A object that contains scale custom labels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the end value of the scale. + + + A value which is the end of the scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the current presentation that specifies the appearance of labels. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the options that specify the shape and position of a scale line, either Circular or Linear. + + + + + A object that contains line options. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the number of intervals between major tickmarks on a scale. + + + A value that is the number of intervals between major tickmarks' on a scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the options that define the appearance, behavior and location of major tickmarks within the current scale. + + + A object that contains settings for major tickmarks. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the number of intervals between minor tickmarks on a scale. + + + A value that is the number of intervals between minor tickmarks' on a scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the options that define the appearance, behavior and location of minor tickmarks within the current scale. + + + A object that contains settings for minor tickmarks. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for labels. + + + A of objects. + + + + + + + Contains the list of predefined presentations for scale tickmarks. + + + A of objects. + + + + + + + Gets or sets a value indicating whether or not labels should be displayed on a scale. + + + true to show labels on a scale; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether or not a line should be displayed on a scale. + + + A enumeration value that specifies a line's visibility on a scale. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the major tickmarks should be visible on a scale. + + + A enumeration value that specifies the visibility of major tickmarks on a scale. + + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the minor tickmarks should be visible on a scale or not. + + + A enumeration value that specifies the visibility of minor tickmarks on a scale. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the start value of the scale. + + + A value which is a scale start. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns whether the current presentation of scale tickmarks is circular or linear. + + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base class for all ranges. + + + + + + + Initializes a new instance of the RangeBase class with default settings. + + + + + + + + Gets or sets the end position of the range on a scale. + + + + A object that allows to set the end position of the range in absolute or relative units. + + + + + + + + Gets a value that specifies the end range position on a scale in absolute units. + + + A value that is the end range position in absolute units. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs when any value indicator enters the current range. + + + + + + + + + Occurs when any value indicator leaves the current range. + + + + + + + + + Gets or sets a value that defines whether or not a range can be returned as a hit-testing result. + + + true in case the range can be shown as the result of hit testing; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to the settings that specify the shape and position of the current range. + + + + A object that contains the settings of the range. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the start position of the range on a scale. + + + A object that allows setting the start position of the range in either absolute or relative units. + + + + + + + + Gets a value that specifies the start range position in absolute units. + + + A value that is the start range position in absolute units. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains layout and appearance options for a range. + + + + + + + Initializes a new instance of the RangeOptions class with default settings. + + + + + + + + Gets or sets the offset specifying a range's position on a scale. + + + A value that specifies the range's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the thickness of the range on a scale. + + + A value that is the thickness of the range. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a range. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base class for range bar options. + + + + + + + Gets or sets the offset specifying a range bar's position on a scale. + + + A value that specifies the range bar's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies the thickness of the range bar on a scale. + + + A value that is the thickness of the range bar. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Defines the kind of a predefined element. + + + + + + + Returns the name of the predefined element. + + + A that is the element name. + + + + + + + Returns the textual representation of the PredefinedElementKind object. + + + A value, which is the textual representation of the element kind. + + + + + + + Returns the type of the predefined element. + + + A that is the element type. + + + + + + + + Contains settings that define the layout and behavior of the minor tickmarks along the scale. + + + + + + + Initializes a new instance of the MinorTickmarkOptions class with default settings. + + + + + + + + Gets or sets a value indicating whether or not minor tickmarks should be visible at the positions of the corresponding major tickmarks. + + + + + + true to display minor tickmarks at the major tickmark positions; otherwise false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of minor tickmarks. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base class for all marker options. + + + + + + + Gets or sets a value by which the marker's height should be multiplied. + + + A value that is the marker's height multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value by which the marker's width should be multiplied. + + + A value that is the marker's width multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the offset specifying a marker's position on a scale. + + + A value that specifies the marker's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains settings that define the layout and behavior of the major tickmarks along the scale. + + + + + + + Initializes a new instance of the MajorTickmarkOptions class with default settings. + + + + + + + + Gets or sets a value indicating whether or not the fitst major tickmark should be shown on a scale. + + + true to display the first major tickmark; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether or not the last major tickmark should be shown on a scale. + + + true to display the last major tickmark on a scale; otherwise false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of major tickmarks. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the ranges of a particular linear scale. + + + + + + + + + + Initializes a new instance of the LinearScaleRangeCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + Contains appearance and layout options for a linear scale range bar. + + + + + + + Initializes a new instance of the LinearScaleRangeBarOptions class with default settings. + + + + + + + + Gets or sets the z-index of a range bar. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the range bars of a particular linear scale. + + + + + + + + + Initializes a new instance of the LinearScaleRangeBarCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A linear scale range bar. + + + + + + + Initializes a new instance of the LinearScaleRangeBar class with default settings. + + + + + + + + Gets or sets the value on a scale that specifies the fixed edge of the range bar. + + + + A value on a scale. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the options of a range bar that specify its shape and position on a Linear scale. + + + An object that contains the settings of the range bar. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for a linear scale range bar. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the range bar. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A linear scale range. + + + + + + + Initializes a new instance of the LinearScaleRange class with default settings. + + + + + + + + Returns a list of predefined presentations for a linear scale range. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the range. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains layout options for a linear scale marker. + + + + + + + Initializes a new instance of the LinearScaleMarkerOptions class with default settings. + + + + + + + + Provides different types of orientation for the marker on the Linear scale. + + + A object that specifies possible ways the marker can be oriented. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a marker. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for a linear scale level bar. + + + + + + + + A collection that stores the markers of a particular linear scale. + + + + + + + + + + Initializes a new instance of the LinearScaleMarkerCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + Contains layout options for a linear scale's level bar. + + + + + + + Initializes a new instance of the LinearScaleLevelBarOptions class with default settings. + + + + + + + + Gets or sets a value by which the level bar's thickness should be multiplied. + + + A value that is the level bar's thickness multiplier. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the offset specifying a level bar's position on a Linear scale. + + + A value that specifies the level bar's offset. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a level bar. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for a linear scale layer. + + + + + + + + A collection that stores the level bars of a particular linear scale. + + + + + + + + + Initializes a new instance of the LinearScaleLevelBarCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A linear scale level bar. + + + + + + + Initializes a new instance of the LinearScaleLevelBar class with default settings. + + + + + + + + Gets or sets the options of a level bar that specify its shape and position on a Linear scale. + + + A object that contains the settings of the level bar. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for a linear gauge level bar. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the level bar. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the layers of a particular linear scale. + + + + + + + + + Initializes a new instance of the LinearScaleLayerCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A layer that contains properties to define the visual presentation of a linear scale. + + + + + + + + + + Initializes a new instance of the LinearScaleLayer class with default settings. + + + + + + + + Returns a list of predefined presentations for a linear scale layer. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the layer. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains behavior, layout and data representation options for linear scale labels. + + + + + + + Initializes a new instance of the LinearScaleLabelOptions class with default settings. + + + + + + + + Provides different types of orientation for labels on the Linear scale. + + + A object that specifies possible ways labels can be oriented. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the value indicators of a particular linear scale. + + + + + + + Initializes a new instance of the LinearScaleIndicatorCollection@lt;T@gt; class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + Serves as the base class for a linear scale's value indicators. + + + + + + + + A collection of linear scales. + + + + + + + Initializes a new instance of the LinearScaleCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A linear scale. + + + + + + + Initializes a new instance of the LinearScale class with default settings. + + + + + + + + Gets or sets the options that specify the position and format for labels displayed on the scale. + + + + A object that contains label settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of layers contained in the current Linear Scale. + + + A object that contains scale layers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides different types of layouts for the Linear Scale. + + + + A enumeration value that specifies the possible ways a linear scale can be positioned. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of level bars contained in the current Linear Scale. + + + A object that contains scale level bars. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the current presentation that specifies the appearance of a line. + + + A object. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of markers contained in the current Linear Scale. + + + A object that contains scale markers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for lines. + + + A of objects. + + + + + + + Provides access to a collection of range bars contained in the current Linear Scale. + + + A object that contains scale range bars. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of ranges contained in the current Linear Scale. + + + A object that contains scale ranges. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the layers of a particular linear gauge. + + + + + + + + + Initializes a new instance of the LinearGaugeLayerCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + A layer of a Linear Gauge. + + + + + + + Initializes a new instance of the LinearGaugeLayer class with default settings. + + + + + + + + Returns a list of predefined presentations for a linear gauge layer. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the layer. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A Linear Gauge control shipped with the DXGauges Suite. + + + + + + + Initializes a new instance of the LinearGaugeControl class with default settings. + + + + + + + + Gets the actual model used to draw elements of a Linear Gauge. + + + + + A class descendant that is the actual model. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns information on the gauge elements located at the specified point. + + + + + A structure which specifies the test point coordinates relative to the gauge's top-left corner. + + + A object, which contains information about the gauge elements located at the test point. + + + + + + + + Provides access to a collection of layers contained in the linear gauge. + + + A object that contains linear gauge layers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a model for the linear gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined models for a Linear Gauge control. + + + A of objects. + + + + + + + Provides access to a collection of scales contained in the linear gauge. + + + A object that contains linear gauge scales. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains information about a specific point within a linear gauge. + + + + + + + Gets a value indicating whether the test point is within a level bar. + + + true if the test point is within a level bar; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a marker. + + + true if the test point is within a marker; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a range. + + + true if the test point is within a range; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a range bar. + + + true if the test point is within a range bar; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a linear scale. + + + true if the test point is within a scale; otherwise, false. + + + + + + + Gets a level bar which is located under the test point. + + + + + A object that is the level bar located under the test point. + + + + + + + Gets a marker which is located under the test point. + + + A object that is the marker located under the test point. + + + + + + + Gets a range which is located under the test point. + + + A object that is the range located under the test point. + + + + + + + Gets a range bar which is located under the test point. + + + A object that is the range bar located under the test point. + + + + + + + Gets a scale which is located under the test point. + + + A object that is the scale located under the test point. + + + + + + + + A base class for all classes that contain presentation settings for layers. + + + + + + + + + Contains layout options for a layer. + + + + + + + Initializes a new instance of the LayerOptions class with default settings. + + + + + + + + Gets or sets the z-index of a layer. + + + An integer value that is the z-index. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base class for all layers. + + + + + + + Initializes a new instance of the LayerBase class with default settings. + + + + + + + + Gets or sets whether the layer is visible. + + + true if the layer is visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Provides data for the event. + + + + + + + + + A base class for classes that provide data for and events. + + + + + + + Gets the object, for which either the or event has been raised. + + + A class descendant representing the indicator. + + + + + + + + + Contains settings for animating a value indicator when it changes its value. + + + + + + + Initializes a new instance of the IndicatorAnimation class with default settings. + + + + + + + + Gets or sets the duration of an animation effect. + + + A value that is the duration of an animation effect. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an animation function that defines how indicator values change during animation. + + + + + An object implementing the interface. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A method that will handle the event. + + + + + + + + + A method that will handle the event. + + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + + A base class for collections containing gauge layers. + + + + + + + + Initializes a new instance of the GaugeLayerCollection@lt;T@gt; class with the specified owner. + + + + A class descendant that should be the owner of the created collection. + + + + + + + + + Serves as the base class for gauge-related layers. + + + + + + + Provides access to the settings that specify the shape and position of the current gauge layer. + + + + + + + A object that contains the settings of the layer. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A base class for classes that contains information about a specific point within a gauge. + + + + + + + + A base class for collections containing gauge elements. + + + + + + + + Initializes a new instance of the GaugeElementCollection@lt;T@gt; class with default settings. + + + + + + + + + The base class for other gauge elements, and is intended to hide most properties of the class. + + + + + + + + + + A base class for all collections in the DXGauges Suite. + + + + + + + Initializes a new instance of the GaugeDependencyObjectCollectionBase@lt;T@gt; class with default settings. + + + + + + + + Appends the specified item to the current collection. + + + + An object to append to the collection. + + + + + + + + Removes all items from the collection. + + + + + + + + Adds the specified item to the collection at the specified position. + + + + A zero-based integer which specifies the position at which the item is to be inserted. + + + + An item to insert into the collection. + + + + + + + + Provides indexed access to individual items in the collection. + + + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + An object which represents an item at the specified position. + + + + + + + + Moves a specific item to another position within the collection. + + + + An integer value specifying the zero-based index of an item to be moved. + + + + An integer value specifying the zero-based destination index of the moved item. + + + + + + + + Removes the specified item from the collection. + + + + + An item to be removed from the collection. + + + true if the specified item was found and successfully removed from the collection; false if the specified item wasn't found. + + + + + + + Removes an item at the specified position from the collection. + + + + A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. + + + + + + + + + A base class for most collections in the DXGauges Suite. + + + + + + + Initializes a new instance of the GaugeDependencyObjectCollection@lt;T@gt; class with default settings. + + + + + + + + + Enables Windows Presentation Foundation (WPF) property system services for its derived model classes. + + + + + + + Occurs every time any of the GaugeDependencyObject class properties has changed its value. + + + + + + + + + The base class for all gauge controls shipped with the DXGauges Suite. + + + + + + + + Initializes a new instance of the GaugeControlBase class with default settings. + + + + + + + + This property is hidden and intended for internal use only. Normally, you won't need to use it. + + + A collection of elements. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether value indicators should be animated when changing their values. + + + true to enable animation; otherwise, false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This property is hidden, because it is not supported in this class. + + + A value. + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + This property is hidden because it is not supported in this class. + + + A value. + + + + + + + + Contains presentation settings for a circular gauge layer. + + + + + + + + A layer of a Circular Gauge. + + + + + + + Initializes a new instance of the CircularGaugeLayer class with default settings. + + + + + + + + Returns a list of predefined presentations for a circular gauge layer. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the layer. + + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains information about a specific point within a circular gauge. + + + + + + + Gets a value indicating whether the test point is within a marker. + + + true if the test point is within a marker; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a needle. + + + true if the test point is within a needle; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a range. + + + true if the test point is within a range; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a range bar. + + + true if the test point is within a range bar; otherwise, false. + + + + + + + Gets a value indicating whether the test point is within a scale. + + + true if the test point is within a scale; otherwise, false. + + + + + + + Gets a marker which is located under the test point. + + + An object that is the marker located under the test point. + + + + + + + Gets a needle which is located under the test point. + + + An object that is the needle located under the test point. + + + + + + + Gets a range which is located under the test point. + + + An object that is the range located under the test point. + + + + + + + Gets a range bar which is located under the test point. + + + An object that is the range bar located under the test point. + + + + + + + Gets a scale which is located under the test point. + + + An object that is the scale located under the test point. + + + + + + + + Contains presentation settings for an arc scale range bar. + + + + + + + + A collection that stores the ranges of a particular arc scale. + + + + + + + + + Initializes a new instance of the ArcScaleRangeCollection class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + Contains appearance and layout options for an arc scale range bar. + + + + + + + Initializes a new instance of the ArcScaleRangeBarOptions class with default settings. + + + + + + + + Gets or sets the z-index of a range bar. + + + An integer value that is the z-index. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the range bars of a particular arc scale. + + + + + + + + Initializes a new instance of the ArcScaleRangeBarCollection class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + An arc scale range bar. + + + + + + + Initializes a new instance of the ArcScaleRangeBar class with default settings. + + + + + + + + Gets or sets the value on a scale that specifies a fixed edge of the range bar. + + + A value on a scale. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the options of a range bar that specify its shape and position on a Circular scale. + + + + An object that contains the settings of the range bar. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for an arc scale range bar. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the range bar. + + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + An arc scale range. + + + + + + + Initializes a new instance of the ArcScaleRange class with default settings. + + + + + + + + Returns a list of predefined presentations for an arc scale range. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the range. + + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains layout options for an arc scale marker. + + + + + + + Initializes a new instance of the ArcScaleMarkerOptions class with default settings. + + + + + + + + Provides different types of orientation for the marker on the Circular scale. + + + An object that specifies possible ways the marker can be oriented. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a marker. + + + An integer value that is the z-index. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for an arc scale marker. + + + + + + + + Contains presentation settings for an arc scale needle. + + + + + + + + Contains layout options for arc scale needles. + + + + + + + Initializes a new instance of the ArcScaleNeedleOptions class with default settings. + + + + + + + + Gets or sets the offset of the needle's end point from the edge of the Circular scale. + + + A value that specifies the end offset of the needle. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the offset of the needle's starting point from the Circular scale center. + + + A value that specifies the start offset of the needle. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the z-index of a needle. + + + An integer value that is the z-index. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the needles of a particular arc scale. + + + + + + + + + Initializes a new instance of the ArcScaleNeedleCollection class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + An arc scale needle. + + + + + + + Initializes a new instance of the ArcScaleNeedle class with default settings. + + + + + + + + Gets or sets the options that allow you to customize the needle's shape and position on a Circular scale. + + + An object that contain the settings for the needle. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for an arc scale needle. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the needle. + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores the markers of a particular arc scale. + + + + + + + + Initializes a new instance of the ArcScaleMarkerCollection class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + An arc scale marker. + + + + + + + Initializes a new instance of the ArcScaleMarker class with default settings. + + + + + + + + Gets or sets the options of a marker that specify its shape and position on a Circular scale. + + + An object that contains the settings of the marker. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for an arc scale marker. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the marker. + + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains presentation settings for an arc scale layer. + + + + + + + + A collection that stores the layers of a particular arc scale. + + + + + + + + Initializes a new instance of the ArcScaleLayerCollection class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + A layer that contains properties to define the visual presentation of a circular scale. + + + + + + + + Initializes a new instance of the ArcScaleLayer class with default settings. + + + + + + + + Returns a list of predefined presentations for an arc scale layer. + + + A of objects. + + + + + + + Gets or sets the current presentation that specifies the appearance of the layer. + + + An object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains appearance and behavior options for arc scale labels. + + + + + + + Initializes a new instance of the ArcScaleLabelOptions class with default settings. + + + + + + + + Provides different types of orientation for labels on the Circular scale. + + + An object that specifies possible ways labels can be oriented. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection that stores value indicators of a particular circular scale. + + + + + + + Initializes a new instance of the ArcScaleIndicatorCollection@lt;T@gt; class with the specified owner. + + + + An object that should be the owner of the created collection. + + + + + + + + + A class that specifies value indicators of a circular scale. + + + + + + + + A collection of arc scales. + + + + + + + + Initializes a new instance of the ArcScaleCollection class with the specified owner. + + + + A object that should be the owner of the created collection. + + + + + + + + + An arc scale. + + + + + + + Initializes a new instance of the ArcScale class with default settings. + + + + + + + + Gets an actual value indicating the visibility of a Spindle Cap. + + + true to show a spindle cap; otherwise, false. + + + + + + + Gets or sets the angle that specifies the scale end position. + + + A value that is the end angle of the scale. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the options that specify the position and format for labels displayed on the scale. + + + + An object that contains label settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of layers contained in the current Circular scale. + + + An object that contains scale layers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides different types of layouts for the Circular Scale. + + + + An enumeration value that specifies the possible ways a circular scale can be positioned. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the current presentation that specifies the appearance of a line. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of markers contained in the current Circular Scale. + + + An object that contains scale markers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of needles contained in the current Circular Scale. + + + An object that contains scale needles. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined presentations for lines. + + + A of objects. + + + + + + + Contains the list of predefined presentations for the Spindle Cap element. + + + A of objects. + + + + + + + Provides access to a collection of range bars contained in the current Circular Scale. + + + An object that contains scale range bars. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to a collection of ranges contained in the current Circular Scale. + + + An object that contains scale ranges. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether a spindle cap should be shown or not. + + + true to show a spindle cap; false to hide it. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the options that specify the position and format for a spindle cap displayed on the scale. + + + + A object that contains spindle cap settings. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the current presentation that specifies the appearance of the spindle cap. + + + A object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the angle that specifies the scale start position. + + + A value that is the start angle of the scale. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists the possible ways linear scale markers can be oriented. + + + + + + + + Linear scale marker is painted from right to left. + + + + + + + + + + Linear scale marker is painted from left to right. + + + + + + + + + + + Lists possible layouts of a linear scale. + + + + + + + + A Linear scale is positioned from bottom to top. + + + +Note that you may need to change the and properties of to provide a custom appearance. + + + + + + + + + A linear scale is positioned from left to right. + + + +Note that you may need to change the and properties of to provide a custom appearance. + + + + + + + + A linear scale is positioned from right to left. + + + +Note that you may need to change the and properties of to provide a custom appearance. + + + + + + + + A linear scale is positioned from top to bottom. + + + +Note that you may need to change the and properties of to provide a custom appearance. + + + + + + + + + Lists the possible ways linear scale labels can be oriented. + + + + + + + + Linear scale labels are painted from bottom to top. + + + + + + + + + + Linear scale labels are painted from left to right. + + + + + + + + + + Linear scale labels are painted from top to bottom. + + + + + + + + + + + Lists the possible ways arc scale markers can be oriented. + + + + + + + + + An Arc scale marker isn't rotated when painted, and its default orientation is used. For example, in the picture below, a marker's model represents an arrow oriented from right to left. + + + + + + + + + + + The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented from the scale center. + + + + + + + + + + + The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented to the scale center. + + + + + + + + + + + The Arc scale marker is rotated clockwise by 90 degrees when being painted. For example, in the picture below a marker's model represents an arrow oriented from bottom to top. + + + + + + + + + + + The Arc scale marker is rotated counterclockwise by 90 degrees when being painted. For example, in the picture below a marker's model represents an arrow oriented from top to bottom. + + + + + + + + + + + The Arc scale marker is rotated, so that at any point on a scale a marker is tangentially oriented to the corresponding values on a scale. + + + + + + + + + + + The Arc scale marker is rotated by 180 degrees when being painted. For example, in the picture below, a marker's model represents an arrow oriented from left to right. + + + + + + + + + + + + Lists possible layouts of an arc scale. + + + + + + + + An arc scale appears as an ellipse whose length depends on the start and end scale angles. + + + + + + + + + + + An arc scale always appears as a circle that tries to occupy as much space as possible. + + + + + + + + + + An arc scale appears as an ellipse which sides are stretched. + + + + + + + + + + An arc scale appears as the upper half of a circle which tries to occupy as much space as possible. + + + + + + + + + + + An arc scale appears as an upper left quarter circle. + + + + + + + + + + An arc scale appears as an upper right quarter circle. + + + + + + + + + + An arc scale is displayed as a three quarter circle. + + + + + + + + + + + Lists the possible ways arc scale labels can be oriented. + + + + + + + + + Arc scale labels are painted from bottom to top. + + + + + + + + + + Arc scale labels are painted from left to right. + + + + + + + + + + Arc scale labels are painted radially to the corresponding values on a scale. + + + + + + + + + + Arc scale labels are painted tangentially to the corresponding values on a scale. + + + + + + + + + + Arc scale labels are painted from top to bottom. + + + + + + + + + + + A Circular Gauge control shipped with the DXGauges Suite. + + + + + + + Initializes a new instance of the CircularGaugeControl class with default settings. + + + + + + + + Gets the actual model used to draw elements of a Circular Gauge. + + + + A class descendant that is the actual model. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns information on the gauge elements located at the specified point. + + + + + A structure which specifies the test point coordinates relative to the gauge's top-left corner. + + + A object, which contains information about the gauge elements located at the test point. + + + + + + + + Provides access to a collection of layers contained in the circular gauge. + + + A object that contains circular gauge layers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a model for the circular gauge control that is used to draw its elements. + + + A class descendant that is the actual model. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns a list of predefined models for a Circular Gauge control. + + + A of objects. + + + + + + + Provides access to a collection of scales contained in the Circular gauge. + + + An object that contains circular gauge scales. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + Index: trunk/src/MStab/ClassFactory.cs =================================================================== diff -u --- trunk/src/MStab/ClassFactory.cs (revision 0) +++ trunk/src/MStab/ClassFactory.cs (revision 8) @@ -0,0 +1,181 @@ +using System; +using System.Collections.Generic; +using System.Reflection; +using Deltares.Geometry; +using Deltares.Geotechnics; +using Deltares.Geotechnics.GeotechnicalGeometry; +using Deltares.Stability; +using Deltares.Standard; + +namespace Deltares.MStab +{ + public class ClassFactory : IClassFactory + { + private List assembliesList = null; + private MStabProject mStabProject = null; + private Dictionary typesDictionary = null; + + public ClassFactory() + { + typesDictionary = new Dictionary(); + assembliesList = new List(); + AppDomain.CurrentDomain.AssemblyLoad += new AssemblyLoadEventHandler(OnAssemblyLoad); + UpdateTypeDictionaries(); + } + + #region IClassFactory Members + + public object Create(string aTypeFullName) + { + object requiredObject = null; + switch (aTypeFullName) + { + case "Deltares.MStab.MStabProject": + { + requiredObject = new MStabProject(); + mStabProject = requiredObject as MStabProject; + break; + } + //case "Deltares.Stability.Soil": + // { + // requiredObject = new Deltares.Soils.Data.Soil(); + // break; + // } + case "Deltares.Stability.StressCurve": + { + requiredObject = new StressCurve(); + break; + } + case "Deltares.Geometry.GeometryData": + { + requiredObject = new GeometryData(); + //((GeometryData) requiredObject).CoordinateSystems = this.coordinateSystem; + break; + } + /*case "Deltares.Standard.ProjectIdentification": + { + requiredObject = new Deltares.Standard.Project(); + break; + } + case "Deltares.Stability.SoilGeometryModel": + { + requiredObject = new Deltares.Stability.SoilGeometryModel(this.mStabProject.Geometry, this.mStabProject.Soils); + break; + }*/ + case "Deltares.Stability.SoilModel": + { + requiredObject = new SoilModel(); + break; + } + case "Deltares.Stability.StabilityModel": + { + requiredObject = new StabilityModel(); + break; + } + case "Deltares.Geotechnics.GeotechnicsModel": + { + requiredObject = new GeotechnicsModel(); + break; + } + default: + { + Type aType = GetClassType(aTypeFullName); + if (aType != null) + { + requiredObject = Activator.CreateInstance(aType); + } + break; + } + } + + return requiredObject; + } + + public object Create(Type aType) + { + if (aType.FullName.Contains("unit")) {} + return Create(aType.FullName); + } + + #endregion + + private string GetShortName(string aTypeFullName) + { + if (aTypeFullName.IndexOf('.') != -1) + { + string[] types = aTypeFullName.Split(new char[] + { + '.' + }, StringSplitOptions.RemoveEmptyEntries); + return (string) types.GetValue(types.Length - 1); + } + return aTypeFullName; + } + + private void OnAssemblyLoad(object aObject, AssemblyLoadEventArgs aAssemblyLoadEventArgs) + { + UpdateTypesFromAssembly(aAssemblyLoadEventArgs.LoadedAssembly); + } + + /// + /// Stores the type information in order to fetch the type fastly. + /// + private void UpdateTypeDictionaries() + { + typesDictionary.Clear(); + Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies(); + int length = assemblies.Length; + if (length > 0) + { + for (int i = 0; i < length; i++) + { + UpdateTypesFromAssembly(assemblies[i]); + } + } + } + + private void UpdateTypesFromAssembly(Assembly aAssembly) + { + if (!assembliesList.Contains(aAssembly.FullName) && aAssembly.FullName.StartsWith("Delft")) + { + try + { + Type[] types = aAssembly.GetTypes(); + if (types.Length > 0) + { + if (!assembliesList.Contains(aAssembly.FullName)) + { + assembliesList.Add(aAssembly.FullName); + } + foreach (var loopType in types) + { + // Usual case + if (!typesDictionary.ContainsKey(loopType.FullName)) + { + typesDictionary.Add(loopType.FullName, loopType); + } + } + } + } + catch + { + // could be com dll + } + } + } + + /// + /// Gets the type based on a name + /// + /// The name that has to be checked + /// Type is returned + private Type GetClassType(string aName) + { + if (typesDictionary.ContainsKey(aName)) + { + return typesDictionary[aName]; + } + return null; + } + } +} \ No newline at end of file Index: trunk/lib/DevExpress/DevExpress.XtraDashboard.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.Xpf.Grid.v12.2.xml (revision 8) @@ -0,0 +1,16620 @@ + + + + DevExpress.Xpf.Grid.v12.2 + + + + + + Contains settings specific to a lookup editor. + + + + + + + Initializes a new instance of the LookUpEditSettings class. + + + + + + + + Gets or sets whether columns should be created automatically for all fields in a data source. This is a dependency property. + + + true to automatically create columns for all fields in a data source; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the dropdown's width matches the width of the edit box. This is a dependency property. + + + true if the dropdown's width matches the width of the edit box; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents the Lookup editor. + + + + + + + Initializes a new instance of the LookUpEdit class. + + + + + + + + Gets or sets whether columns should be created automatically for all fields in a data source. This is a dependency property. + + + true to automatically create columns for all fields in a data source; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the default minimum allowed height for the editor's dropdown. To specify the dropdown's minimum height, use the property. + + + + [To be supplied] + + + + + + Gets the default minimum allowed width for the editor's dropdown. To specify the dropdown's minimum width, use the property. + + + [To be supplied] + + + + + + Gets the collection of items that match the text typed by an end-user into the edit box. + + + The collection of filtered items. + + + + + + + Returns an embedded . + + + A object that represents the DXGrid control for WPF. + + + + + + + Gets or sets whether the dropdown's width matches the width of the edit box. This is a dependency property. + + + true if the dropdown's width matches the width of the edit box; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that defines the appearance and behavior of the . + + + + A descendant that defines the appearance and behavior of the . + + + + + + + + Provides access to View commands. + + + + + + + Toggles the specified group row's expanded state. + + + A command implementing the . + + + + + + + Ungroups the grid. + + + A command implementing the . + + + + + + + Collapses all group rows. + + + A command implementing the . + + + + + + + Expands all group rows. + + + A command implementing the . + + + + + + + Moves focus to the group row that owns the currently focused row. + + + A command implementing the . + + + + + + + Invokes the Runtime Summary Editor. + + + A command implementing the . + + + + + + + + Represents a View that displays data in a tabular form. + + + + + + + Initializes a new instance of the TableView class with default settings. + + + + + + + + Initializes a new instance of the TableView class with the specified settings. + + + + @nbsp; + + + + @nbsp; + + + + @nbsp; + + + + + + + + Gets the actual template selector that chooses a data row template based on custom logic. This is a dependency property. + + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + A Double value indicating the actual detail expand button's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + A Double value specifying the actual width of the header displayed above detail expand buttons. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + true if detail expand buttons should be displayed; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the Row Indicator Panel is shown within a view. This is a dependency property. + + + true if the Row Indicator Panel is shown within a view; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Adds a new record. + + + + + + + + Gets or sets whether it's allowed to calculate optimal widths, and apply them to all columns displayed within a View. + + + + true to allow optimal widths to be calculated and applied to all columns displayed within a View; otherwise, false. The default is true. + + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not cascading data updates are allowed. This is a dependency property. + + + true to allow cascading data updates; otherwise, false. The default is false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether menu items used to fix a column to the left or right, are shown within a column's context menu. This is a dependency property. + + + true to show items used to fix a column to the left or right, within a column's context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the top row for the visible group is always displayed as the user scrolls through grouped data. This is a dependency property. + + + A enumeration value that specifies whether to fix group rows when scrolling through grouped data. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether group summaries are asynchronously calculated, one after another, in a background thread. This is a dependency property. + + + true to enable asynchronous calculation of group summaries; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. + + + true to enable virtualization; false to disable it. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether end-users can access this View's details. + + + true to allow end-users access detail views; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether per-pixel scrolling is enabled or not. This is a dependency property. + + + true to enable per-pixel scrolling; false to enable row by row scrolling. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether View's details can be printed. This is a dependency property. + + + + A enumeration value that specifies whether View's details can be printed. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not to print/export empty details. This is a dependency property. + + + A enumeration value that specifies whether or not to print/export empty details. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can change column widths by dragging the edges of their headers. + + + true to allow an end-user to change column widths; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column headers are automatically scrolled once a user drags a column header to the View's left or right. This is a dependency property. + + + true to allow horizontal scrolling of column headers; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. + + + A value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the alternate row frequency. This is a dependency property. + + + An integer value that is the alternate row frequency. By default, it's set to 0. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to data cells displayed within the Auto Filter Row. This is a dependency property. + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an object that represents the Auto Filter Row's data. + + + A object that represents the row's data. + + + + + + + Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused. + + + true if horizontal navigation keys can move focus between rows; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column widths are automatically changed so that the total columns' width matches the grid's width. + + + true to enable the column auto width feature; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property. + + + A enumeration value that specifies interface elements that are taken into account when calculating optimal width for columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Resizes the specified column to the minimum width required to display the column's contents completely. + + + + + A representing the grid column whose width should be optimized. + + + + + + + + Resizes all visible columns to optimally fit their contents. + + + + + + + + Gets or sets the number of records taken into account when calculating the optimal widths required for columns to completely display their contents. This is a dependency property. + + + An integer value that specifies the number of records processed by a View to apply best fit. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. + + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the column's optimal (minimum) width required to display its contents completely. + + + + A object that represents the grid column. + + + + A value that specifies the column's optimal (minimum) width required to display its contents completely. + + + + + + + + Returns information about the specified element contained within the table view. + + + + A object that represents the element contained within the table view. + + + A object that contains information about the specified view element. + + + + + + + Copies the values displayed within the specified block of cells to the clipboard. + + + + An integer value that specifies the handle of the row containing the cell that identifies the starting point. + + + + A object that represents the column containing the cell that identifies the starting point. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point. + + + + A object that represents the column containing the cell that identifies the end point. + + + + + + + + Copies the values displayed within the specified cells to the clipboard. + + + + An array of objects which contain cell coordinates. + + + + + + + + Copies the values displayed within selected cells to the clipboard. + + + + + + + + Enables you to manually calculate the optimal width for a column(s). + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel). + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of data rows. This is a dependency property. + + + A object that defines the presentation of data rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a data row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the template that defines the default presentation of data rows. This is a dependency property. + + + A object that defines the default presentation of data rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + A enumeration value identifying the location of the column that displays detail expand buttons. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the detail expand button's width. + + + A Double value specifying the detail expand button's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Exports a grid to the specified stream in CSV format using the specified CSV-specific options. + + + + A object to which the created CSV file should be sent. + + + + A object which specifies the CSV export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in CSV format. + + + + A object to which the created CSV file should be sent. + + + + + + + + Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + A object which specifies the CSV export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in CSV format. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + + + + + Exports a grid to the specified file path in HTML format. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + + + + + Exports a grid to the specified stream in HTML format, using the specified HTML-specific options. + + + + A object to which the created HTML file should be sent. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in HTML format. + + + + A object to which the created HTML file should be sent. + + + + + + + + Exports a grid to the specified file path in HTML format using the specified HTML-specific options. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in image format. + + + + A which specifies the file name (including the full path) for the created image file. + + + + + + + + Exports a grid to the specified stream in image format. + + + + A object to which the created image file should be sent. + + + + + + + + Exports a grid to the specified file path in image format using the specified image-specific options. + + + + A which specifies the file name (including the full path) for the created image file. + + + + A object which specifies the image export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in image format, using the specified image-specific options. + + + + + A object to which the created image file should be sent. + + + + A object which specifies the image export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in MHT format, using the specified MHT-specific options. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in MHT format using the specified MHT-specific options. + + + + A object to which the created MHT file should be sent. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in MHT format. + + + + A object to which the created MHT file should be sent. + + + + + + + + Exports a grid to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + + + + + Exports a grid to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + + + + + Exports a grid to the specified file path in PDF format, using the specified PDF-specific options. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in PDF format. + + + + A object to which the created PDF file should be sent. + + + + + + + + Exports a grid to the specified stream in PDF format, using the specified PDF-specific options. + + + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in RTF format. + + + + A object to which the created RTF file should be sent. + + + + + + + + Exports a grid to the specified stream in RTF format, using the specified RTF-specific options. + + + + A object to which the created RTF file should be sent. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in RTF format, using the specified RTF-specific options. + + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in RTF format. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + + + + + Exports a grid to the specified stream in text format, using the specified text-specific options. + + + + A object to which the created text file should be sent. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in text format. + + + + A which specifies the file name (including the full path) for the created text file. + + + + + + + + Exports a grid to the specified stream in text format. + + + + A object to which the created text file should be sent. + + + + + + + + Exports a grid to the specified file path in text format, using the specified text-specific options. + + + + A which specifies the file name (including the full path) for the created text file. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLS format. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + + + + + Exports a grid to the specified file path in XLS format using the specified XLS-specific options. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLS format. + + + + A object to which the created XLS file should be sent. + + + + + + + + Exports a grid to the specified stream in XLS format, using the specified XLS-specific options. + + + + A object to which the created XLS file should be sent. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLSX format. + + + + A object to which the created XLSX file should be sent. + + + + + + + + Exports a grid to the specified stream in XLSX format, using the specified XLSX-specific options. + + + + A object to which the created XLSX file should be sent. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLSX format, using the specified XLSX-specific options. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLSX format. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + + + + + Exports a grid to the specified file path in XPS format. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + + + + + Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. + + + + A object to which the created XPS file should be sent. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XPS format. + + + + A object to which the created XPS file should be sent. + + + + + + + + Exports a grid to the specified file path in XPS format using the specified XPS-specific options. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Returns the list of visible columns that are fixed to the left. This is a dependency property. + + + The list of visible columns fixed to the left. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the fixed line's width. This is a dependency property. + + + A value that specifies the fixed line's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the horizontally scrollable viewport. This is a dependency property. + + + A value that specifies the width of the horizontally scrollable viewport, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the list of visible columns that are not fixed within a View. This is a dependency property. + + + The list of visible columns that are not fixed within a View. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + Returns the list of visible columns that are fixed to the right. This is a dependency property. + + + The list of visible columns fixed to the right. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a focused row's border. This is a dependency property. + + + A object that represents the template that displays the border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the selected data cells. + + + The list of objects that contain cell coordinates (row and column). + + + + + + + Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. + + + A object that is the style applied to group summary items aligned by columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. + + + A object that defines the presentation of group summary items aligned by columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the position of group summaries within a group row. This is a dependency property. + + + A enumeration value that specifies the position of group summaries within a group row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the view has details. + + + true if the view has details; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the minimum height of the Column Header Panel. This is a dependency property. + + + A value that is the minimum height of the Column Header Panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the horizontal scrollbar's visibility. This is a dependence property. + + + A enumeration value that specifies the horizontal scrollbar's visibility. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the view's client area. + + + A value that specifies the client area's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the row indicator header. This is a dependency property. + + + A value that specifies the width of the row indicator header, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the width of the row indicator panel. + + + An integer value specifying the width of the row indicator panel in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to initialize new rows with default values. + + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Indicates whether the specified cell is selected. + + + + An integer value that specifies the row's handle. + + + + A descendant that represents the column which contains the cell. + + + true if the specified cell is selected; otherwise, false. + + + + + + + Gets or sets the binding that determines which rows display detail expand buttons. + + + A object specifying which rows display detail expand buttons. + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + A BindingContainer object. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a custom Layout Calculator. This is a dependency property. + + + An object that implements the interface. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Moves focus to the row preceding the one currently focused, and optionally allows the Automatic Filter Row to be focused. + + + + true to allow the Automatic Filter Row to be focused; otherwise, false. + + + + + + + + Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. + + + A enumeration value that specifies the selection mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to data cells displayed within the New Item Row. This is a dependency property. + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an object that represents the New Item Row's data. + + + A object that represents the row's data. + + + + + + + Gets or set the New Item Row's position within a View. + + + A enumeration value that specifies the New Item Row's position within a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Invokes the Print dialog and prints the grid. + + + + + + + + Gets or sets whether the grid is printed with all group rows expanded. + + + true to print the grid with all group rows expanded; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether printed columns' widths are automatically changed, so that the grid fits the width of the report page. + + + true to automatically change the grid's width so that it fits the width of the report page; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to all data cells when the grid is printed. This is a dependency property. + + + A object that represents the style applied to all data cells when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column headers are printed. + + + true to print column headers; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to column headers when the grid is printed. This is a dependency property. + + + A object that represents the style applied to column headers when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the bottom print detail indent. This is a dependency property. + + + A value that specifies the bottom indent, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the top print detail indent. This is a dependency property. + + + A value that specifies the top indent, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Prints the grid using the default printer. + + + + + + + + Prints the grid using the printer specified by the print queue. + + + + A object specifying the print queue. + + + + + + + + Gets or sets the template that defines the Fixed Summary Panel's presentation when the grid is printed. This is a dependency property. + + + A object that defines the Fixed Summary Panel's presentation when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Fixed Summary Panel is printed. This is a dependency property. + + + true to print the Fixed Summary Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. This is a dependency property. + + + A object that represents the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the Summary Panel's presentation when the grid is printed. This is a dependency property. + + + A object that defines the Summary Panel's presentation when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to group rows when the grid is printed. This is a dependency property. + + + A object that represents the style applied to group rows when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of group rows when the grid is printed. This is a dependency property. + + + A object that defines the presentation of group rows when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column headers when the grid is printed. This is a dependency property. + + + A object that defines the presentation of column headers when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to the row indents when the grid is printed. This is a dependency property. + + + A object that is the style applied to the row indents when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of data rows when the grid is printed. This is a dependency property. + + + A object that defines the presentation of data rows when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Summary Panel is printed. + + + true to print the Summary Panel; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to total summary items when the grid is printed. This is a dependency property. + + + A object that represents the style applied to total summary items when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the row decoration template. This is a dependency property. + + + A object that represents the row decoration template. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs when a row is double-clicked. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a row indicator's content. This is a dependency property. + + + + A object that defines the presentation of row indicators. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a row's minimum height. This is a dependency property. + + + A value that specifies a row's minimum height. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to data rows. This is a dependency property. + + + A object that represents the style applied to data rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the scroll animation length. This is a dependency property. + + + A value that specifies the animation length, in milliseconds. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the per-pixel scrolling mode. This is a dependency property. + + + A enumeration value that specifies the per-pixel scrolling mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Selects the cell. + + + + An integer value that specifies the handle of the row where the cell is located. + + + + A object that represents the column which contains the cell. + + + + + + + + Selects multiple cells. + + + + + An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. + + + + A object that represents the column containing the cell that identifies the starting point of the selection. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. + + + + A object that represents the column containing the cell that identifies the ending point of the selection. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets or sets whether the Automatic Filter Row is displayed. + + + true to show the automatic filter row; otherwise, false. The default is false. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether to display expand buttons within master rows. + + + true to display expand buttons within master rows; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether horizontal lines are displayed. This is a dependency property. + + + true to display horizontal lines; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether the Row Indicator panel is displayed. + + + true to display the row indicator panel; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method is intended to be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method is intended to be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method is intended to be used in XBAP applications. + + + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + + + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether vertical lines are displayed. This is a dependency property. + + + true to display vertical lines; otherwise, false. The default is true. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Provides access to view commands. + + + A object that provides a set of view commands. + + + + + + + Unselects the specified cell. + + + + An integer value that specifies the handle of the row, containing the cell. + + + + A object that represents the column, containing the cell. + + + + + + + + Unselects the specified cells. + + + + + An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. + + + + A object that represents the column containing the cell that identifies the starting point of the selection. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. + + + + A object that represents the column containing the cell that identifies the end point of the selection. + + + + + + + + For internal use. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether rows can be selected via the Row Indicator Panel. + + + true if rows can be selected via the row indicator; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the vertical scrollbar's visibility. This is a dependency property. + + + A enumeration value that specifies the vertical scrollbar's visibility. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that specify the selection mode in a Card View. + + + + + + + Multi-selection is disabled. + + + + + + + + Allows selection of multiple cards. + + + + + + + + + Represents an object which corresponds to a data cell. + + + + + + + Initializes a new instance of the GridCell class. + + + + An integer value that specifies the handle of the row which owns the cell. This value is assigned to the property. + + + + A object that represents the column which contains the cell. This value is assigned to the property. + + + + + + + + Gets the column which contains the cell. + + + A object that represents the column which contains the cell. + + + + + + + Gets the handle of the row which owns the cell. + + + An integer value that specifies the handle of the row which owns the cell. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Contains information about the specified element contained within the Table View. + + + + + + + Gets the visual element located under the test object. + + + A enumeration value that identifies the visual element located under the test object. + + + + + + + Gets whether the test object is within a data cell. + + + true if the test object is within a data cell; otherwise, false. + + + + + + + + Serves as the base for classes providing information about a particular view element. + + + + + + + Gets a column located under the test object. + + + A object that represents the column located under the test object. + + + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + + + The property value for the element. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the test object is within a column's header. + + + true if the test point is within a column's header; otherwise, false. + + + + + + + Gets whether the test object is within the column header panel. + + + true if the test point is within the column header panel; otherwise, false. + + + + + + + Gets whether the test object is within the Filter Panel. + + + true if the test point is within the filter panel; otherwise, false. + + + + + + + [To be supplied] + + [To be supplied] + + + + + + Gets whether the test object is within the Group Panel. + + + true if the test point is within the group panel; otherwise, false. + + + + + + + Gets whether the test object is within a row. + + + true if the test object is within a row; otherwise, false. + + + + + + + Gets the handle of a row that contains the test object. + + + An integer value the specifies the row's handle. + + + + + + + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The descendant. + + + + + + + + + Contains information about the specified element contained within the Card View. + + + + + + + Gets the visual element located under the test object. + + + A enumeration value that identifies the visual element located under the test object. + + + + + + + Gets whether the test object is within a card header. + + + true if the test object is within a card header; otherwise, false. + + + + + + + Gets whether the test object is within a card. + + + true if the test object is within a card; otherwise, false. + + + + + + + Gets whether the test object is within the Group Panel. + + + true if the test object is within the group panel; otherwise, false. + + + + + + + Gets whether the test object is within a card row. + + + true if the test object is within a card row; otherwise, false. + + + + + + + + Lists values which identify card view elements. + + + + + + + The test object belongs to a card. + + + + + + + + The test object belongs to a card's header. + + + + + + + + The test object belongs to a card expand button. These buttons are displayed at the right edge of card headers, allowing end-users to expand and collapse cards. + + + + + + + + The test object belongs to a column's header. + + + + + + + + The test object belongs to a column header's filter button. + + + + + + + + The test object belongs to the Column Header Panel. + + + + + + + + The test object belongs to the button used to show/hide the column header panel. + + + + + + + + The test object belongs to the area within a card view which is not occupied by cards. + + + + + + + + The test object belongs to a field's caption. + + + + + + + + The test object belongs to a field value. + + + + + + + + The test object belongs to the Filter Panel. + + + + + + + + The test object belongs to the button in the Filter Panel used to activate filtering within a View. + + + + + + + + The test object belongs to the Close button displayed within the Filter Panel. + + + + + + + + The test object belongs to the button displayed within the Filter Panel. + + + + + + + + The test object belongs to a filter expression displayed within the Filter Panel. + + + + + + + + The test object belongs to the Fixed Summary Panel. + + + + + + + + The test object belongs to the Group Panel. + + + + + + + + The test object belongs to a column header displayed within the Group Panel. + + + + + + + + The test object belongs to the filter button displayed by a column header that resides within the Group Panel. + + + + + + + + The test object belongs to the group row. + + + + + + + + The test object belongs to the button used to expand/collapse a group row. + + + + + + + + The test object belongs to a group summary. + + + + + + + + The test object belongs to a value displayed within the group row. + + + + + + + + The test object belongs to a view's the horizontal scrollbar. + + + + + + + + The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. + + + + + + + + The test object doesn't belong to a View (it is outside the View). + + + + + + + + The test point belongs to a card separator. + + + + + + + + The test object belongs to a total summary. + + + + + + + + The test object belongs to the Summary Panel. + + + + + + + + The test object belongs to a view's the vertical scrollbar. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CellValueChangedEventArgs class. + + + + The routed event. + + + + A descendant that is the view that raised the event. + + + + An integer value that specifies the row's handle. This value is assigned to the property. + + + + A object that is the column. This value is assigned to the property. + + + + An object that represents the cell's new value. This value is assigned to the property. + + + + An object that represents the cell's previous value. This value is assigned to the property. + + + + + + + + Gets the cell's previous value. + + + An object that represents the cell's previous value. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GridSelectionChangedEventArgs class. + + + + A descendant that is the view that raised the event. + + + + A System.ComponentModel.CollectionChangeAction enumeration value that specifies how the grid's selection has been changed. This value is assigned to the property. + + + + An integer value that specifies the handle of the row whose selected state has been changed. This value is assigned to the property. + + + + + + + + Gets an action which indicates how the grid's selection has been changed. + + + A enumeration value that specifies how the grid's selection has been changed. + + + + + + + Identifies the row whose selected state has been changed. + + + An integer value that specifies the handle of the row whose selected state has been changed. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomGroupDisplayTextEventArgs class with the specified view, row handle, column, value and display text. + + + + + A class descendant, which specifies the grid view containing an editor, for which an event has been raised. + + + + An integer value, which specifies the handle of the row, for which an event has been raised. This value is assigned to the + + + + A object, which specifies the grid column, for which an event has been raised. This object is assigned to the property. + + + + A , which specifies the value, for which an event has been raised. This object is assigned to the property. + + + + A value, which specifies the text to be displayed for a custom group. This object is assigned to the property. + + + + + + + + Gets or sets the text displayed within the processed group row. + + + A value that specifies the text displayed within the processed group row. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomBestFitEventArgs class with the specified settings. + + + + A that is a column for which an event has been raised. + + + + A object that specifies how the optimal width required for a column to completely display its contents is calculated. This value is assigned to the property. + + + + + + + + Provides access to a grid column whose width should be adjusted. + + + + A object that represents the column, for which this event has been raised. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Provides data for the event. + + + + + + + Gets the unbound column currently being processed. + + + A object that represents the unbound column. + + + + + + + Returns the value of the specified cell within the processed row in the grid's data source. + + + + A value that specifies the name of the data source field. + + + An object that represents a value from the grid's data source. + + + + + + + Returns the value of the specified cell within the specified row in the grid's data source. + + + + A zero-based integer value that identifies the record in a data source by its index. + + + + A value that specifies the name of the data source field. + + + An object that represents a value from the grid's data source. + + + + + + + Gets the index of the record in a data source to which the processed row corresponds. + + + A zero-based integer value that specifies the index of the record in a data source to which the processed row corresponds. + + + + + + + Gets the grid control that raised the event. + + + A object that raised the event. + + + + + + + + Represents a collection of selected rows. + + + + + + + Initializes a new instance of the SelectedRowsCollection class that serves as a wrapper around the specified . + + + + The with which to create this instance of the SelectedRowsCollection class. + + + + + + + + + Occurs when the collection has been changed. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides data for the and event. + + + + + + + Initializes a new instance of the EditorEventArgs class. + + + + A descendant that represents a view. + + + + A zero-based integer value that specifies the row handle. This value is assigned to the property. + + + + A object that represents the column. This value is assigned to the property. + + + + The in-place editor for which an event has been raised. This value is assigned to the property. + + + + + + + + + Gets or sets a grid column, for which an event has been raised. + + + A instance. + + + + + + + Gets or sets an editor, for which an event has been raised. + + + An object that implements the interface. + + + + + + + Gets the data row for which an event has been raised. + + + A specifying the data row. + + + + + + + + + Contains options that specify how column specific settings are stored to and restored from a stream or file in XML format. + + + + + + + Initializes a new instance of the GridSerializationOptions class. + + + + + + + + + Displays the content of a data row. + + + + + + + Initializes a new instance of the GridRowContent class. + + + + + + + + Gets or sets the row's actual height. This is a dependency property. + + + A value that specifies the row's height. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Contains information about a card. + + + + + + + Initializes a new instance of the CardData class. + + + + @nbsp; + + + + + + + + Gets the object that contains the card header's data. + + + A object that contains the card header's data. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + Indicates whether the specified card is expanded. + + + + A CardData object that corresponds to the card whose expanded state is returned. + + + true if the specified card is expanded; otherwise, false. + + + + + + + Gets whether the card is expanded. + + + true if the card is expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Contains a card header's data. + + + + + + + Initializes a new instance of the CardHeaderData class. + + + + + + + + Gets or sets the binding. + + + The binding. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + + Contains default item captions displayed within the summary context menu. + + + + + + + Initializes a new instance of the DefaultSummaryMenuItemNames class. + + + + + + + + Returns "ItemAverage". Corresponds to the menu item used to display a column's average value. + + + + [To be supplied] + + + + + + Returns "ItemCount". Corresponds to the menu item used to display the total number of rows. + + + [To be supplied] + + + + + + Returns "ItemCustomize". Corresponds to the menu item used to invoke the Summary Editor. + + + [To be supplied] + + + + + + Returns "ItemMax". Corresponds to the menu item used to display a column's maximum value. + + + [To be supplied] + + + + + + Returns "ItemMin". Corresponds to the menu item used to display a column's minimum value. + + + [To be supplied] + + + + + + Returns "ItemSum". Corresponds to the menu item used to display the sum of all values in a column. + + + [To be supplied] + + + + + + + Contains default item captions displayed within the column context menu. + + + + + + + Initializes a new instance of the DefaultColumnMenuItemNames class. + + + + + + + + Returns "BestFit". Corresponds to the menu item used to best fit the width of the current grid column. + + + [To be supplied] + + + + + + Returns "BestFitColumns". Corresponds to the menu item used to best fit the widths of all grid columns. + + + [To be supplied] + + + + + + Returns "ItemClearGrouping". Corresponds to the menu item used to ungroup the grid. + + + [To be supplied] + + + + + + Returns "ItemClearGroupSummarySorting". Corresponds to the menu item used to cancel sorting rows by group summary values. In this instance, group rows are sorted by the values of the corresponding grouping column. + + + [To be supplied] + + + + + + Returns "ItemFullCollapse". Corresponds to the menu item used to collapse all group rows within a View. + + + [To be supplied] + + + + + + Returns "ItemFullExpand". Corresponds to the menu item used to expand all group rows within a View. + + + [To be supplied] + + + + + + Returns. "ItemGroupBox". Corresponds to the menu item used to show/hide the Group Panel. + + + [To be supplied] + + + + + + Returns "ItemGroupColumn". Corresponds to the menu item used to group/ungroup data by the values of the corresponding column. + + + [To be supplied] + + + + + + Returns "ItemGroupSummaryEditor". Corresponds to the menu item used to invoke the Group Summary Editor. + + + [To be supplied] + + + + + + Returns "GroupInterval". Corresponds to the sub menu item, allowing an end-user to specify a DateTime column's interval grouping. + + + [To be supplied] + + + + + + Returns "Day". Corresponds to the menu item that groups rows by the date part of their values. The time portion is ignored in this grouping mode. To learn more, see interval grouping. + + + [To be supplied] + + + + + + Returns "Month". Corresponds to the menu item that groups rows by the month of their values. To learn more, see interval grouping. + + + [To be supplied] + + + + + + Returns "None". Corresponds to the menu item that applies default grouping mode. To learn more, see interval grouping. + + + [To be supplied] + + + + + + Returns "Smart". Corresponds to the menu item that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. + + + [To be supplied] + + + + + + Returns "Year". Corresponds to the menu item that groups rows by the year of their values. To learn more, see interval grouping. + + + + [To be supplied] + + + + + + Returns "ItemSortBySummary". Corresponds to the menu item used to sort group rows by group summary values. + + + + [To be supplied] + + + + + + Returns. "UnboundExpressionEditor". Corresponds to the menu item used to show/hide the Expression Editor. + + + [To be supplied] + + + + + + Returns "ItemUnGroupColumn". Corresponds to the menu item used to ungroup the column. + + + $ + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Lists values that specify how cards are arranged within a Card View. + + + + + + + Cards are arranged in columns. + + + + + + + + + Cards are arranged in rows. + + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the RowAllowEventArgs class. + + + + The routed event. + + + + A descendant that is the view that owns the processed row. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + + + + + Gets or sets whether the operation is allowed. + + + true to allow the operation; otherwise, false. + + + + + + + + Contains information about a group row. + + + + + + + Initializes a new instance of the GroupRowData class. + + + + @nbsp; + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets a value that specifies at which nesting level the group row resides. This is a dependency property. + + + An integer value that specifies the nesting level at which the group row resides. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the list of objects that contain information on group summaries displayed within a group row. This is a dependency property. + + + The list of objects that contain information on group summaries displayed within a group row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the group row's value. This is a dependency property. + + + A object that represents the group row's value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + [To be supplied] + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + + Contains information about the summary value displayed within a group row. + + + + + + + Initializes a new instance of the GridGroupSummaryData class. + + + + @nbsp; + + + + + + + + Gets whether the group summary is the first visible summary (left most) displayed within a group row. This is a dependency property. + + + true if the group summary is the first visible summary (left most) displayed within a group row; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the group summary is the last visible summary (right most) displayed within a group row. This is a dependency property. + + + true if the group summary is the last visible summary (right most) displayed within a group row; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the summary item. + + + A object that represents the summary item. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the group row's summary value. + + + An object that represents the group row's summary value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the summary text displayed within the group row. + + + A value that represents the summary text displayed within the group row. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A collection of summary items. + + + + + + + Initializes a new instance of the GridSummaryItemCollection class. + + + + A descendant that owns the collection. + + + + A enumeration value that specifies the type of summaries contained within the collection (Group or Total). + + + + + + + + + Represents a summary item. + + + + + + + Initializes a new instance of the GridSummaryItem class with default settings. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ShowingEditorEventArgs class. + + + + A descendant that represents a grid's view. + + + + An integer value that specifies the handle of the row containing the cell. + + + + A object that represents the column containing the cell. + + + + + + + + Gets a column, for which an event has been raised. + + + A object, that is the grid column. + + + + + + + + Gets the data row for which an event has been raised. + + + A specifying the data row. + + + + + + + + + Represents a method that will handle the , , and events. + + + + + + + Represents a method that will handle the , , and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the , , and events. + + + + + + + Initializes a new instance of the RowEventArgs class with the specified settings. + + + + The routed event. + + + + A descendant that represents the grid's view. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + + + + + Initializes a new instance of the RowEventArgs class with the specified settings. + + + + The routed event. + + + + A descendant that represents the grid's view. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + An object that represents the data object corresponding to the processed row. + + + + + + + + Gets the processed row. + + + An object that represents the processed row. + + + + + + + Gets the processed row's handle. + + + An integer value that specifies the processed row's handle. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InvalidRowExceptionEventArgs class. + + + + A descendant that represents the grid's view. + + + + An integer value that specifies the handle of the row that failed validation. This value is assigned to the property. + + + + A value that specifies the error description. This value is assigned to the property. + + + + A value that specifies the caption of the error window. This value is assigned to the property. + + + + A object representing the exception that raised the event. This value is assigned to the property. + + + + An enumeration value that specifies how an exception should be handled. This value is assigned to the property. + + + + + + + + Gets or sets the error description. + + + A value that specifies the error description. + + + + + + + Gets the exception that raised the event. + + + A object representing the exception that raised the event. + + + + + + + Gets or sets a value that specifies how an exception should be handled. + + + An enumeration value that specifies how an exception should be handled. + + + + + + + Gets or sets the error window's caption. + + + A value that specifies the caption of the error window. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + An object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InitNewRowEventArgs class. + + + + An integer value that specifies the added row's handle. This value is assigned to the property. + + + + + + + + Gets the handle of the added row. + + + An integer value that specifies the added row's handle. + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the GridSortInfoCollection class with default settings. + + + + + + + + Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. + + + + An integer value that specifies how many columns are used to group data. + + + + An array of objects to add to the collection. + + + + + + + + Groups data by the values of the specified column. + + + + A System.String value that specifies the column's field name. + + + + + + + + Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. + + + + A value that specifies the field name of the column by whose values data is grouped. + + + + A zero-based integer value that specifies the grouping level. If negative, an exception is raised. + + + + A enumeration value that specifies the column's sort order. + + + + + + + + Gets or sets how many columns are used to group data. + + + An integer value that specifies how many columns are used to group data. + + + + + + + Ungroups data by the values of the specified column. + + + + A value that speicifies the field name of the column by whose values data grouping is canceled. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GridRowValidationEventArgs class. + + + + An object that raised the event. + + + + An object that represents the value currently being validated. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + A descendant that represents the grid's view. + + + + + + + + Gets the processed row. + + + An object that represents the row currently being validated. + + + + + + + Gets the processed row's handle. + + + An integer value that specifies the processed row's handle. + + + + + + + + Represents a collection which contains the information required to sort the group rows by summary values. + + + + + + + Initializes a new instance of the GridGroupSummarySortInfoCollection class. + + + + The collection owner. + + + + + + + + Adds an array of objects to the current collection. + + + + An array of objects. + + + + + + + + Clears the current collection and adds the specified objects. + + + + An array of objects. + + + + + + + + + Represents an element in the . + + + + + + + Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item, group column and sort order. + + + + A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. + + + + A enumeration value that specifies the sort order. This value is assigned to the property. + + + + + + + + Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item and group column. + + + + A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. + + + + + + + + Gets or sets the field name of a grouping column. + + + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. + + + + + + + Gets or sets the order in which group rows are sorted. This is a dependency property. + + + A enumeration value that specifies the sort order. + + + + + + + Gets the summary item. + + + A object that represents the summary item. + + + + + + + Gets the summary item's position within the collection. + + + An integer value that specifies the item's position within the collection. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GridCellValidationEventArgs class. + + + + An object that raised the event. + + + + An object that represents the cell's value currently being validated. + + + + An integer value that specifies the handle of the row that contains the cell. This value is assigned to the property. + + + + A descendant that represents the grid's view. + + + + A object that represents the column whose cell is validated. This value is assigned to the property. + + + + + + + + Gets the cell's old valid value. + + + An object that represents the cell's old valid value. + + + + + + + Gets a column that owns the cell. + + + A object that represents the column whose cell is validated. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomColumnSortEventArgs class. + + + + A object, representing the column that contains the values to compare. This value is assigned to the property. + + + + An integer value that specifies the first row's index in the data source. This value is assigned to the property. + + + + An integer value that specifies the second row's index in the data source. This value is assigned to the property. + + + + An object that represents the first of the two values being compared. This value is assigned to the property. + + + + An object that represents the second of the two values being compared. This value is assigned to the property. + + + + A value that specifies the sort order applied to the specified column. This value is assigned to the property. + + + + + + + + Gets the column whose values are being compared. + + + A object, representing the column that contains the values to compare. + + + + + + + Gets or sets whether a comparison operation is handled and no default processing is required. + + + true if a comparison operation is handled; otherwise false. + + + + + + + Gets the index of the first of the two rows being compared in the data source. + + + + An integer value that specifies the first row's index in the data source. + + + + + + + Gets the index of the second of the two rows being compared in the data source. + + + + An integer value that specifies the second row's index in the data source. + + + + + + + Gets or sets the result of a custom comparison. + + + An integer value that specifies the result. + + + + + + + Gets the sort order applied to the column. + + + A value that specifies the column's sort order. + + + + + + + Gets the grid control that raised the event. + + + A object that raised the event. + + + + + + + Gets the first value being compared. + + + An object that represents the first of the two values being compared. + + + + + + + Gets the second value being compared. + + + An object that represents the second of the two values being compared. + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomColumnDisplayTextEventArgs class. + + + + + + + + Gets the column which owns the processed cell. + + + A object that represents the column to which the processed cell belongs. + + + + + + + Gets or sets the display text for the cell currently being processed. + + + A value that specifies the cell's display text. + + + + + + + Gets the index of a record in a data source that corresponds to the processed data row. + + + An integer value that specifies the index of the processed record in a data source. + + + + + + + Gets the row which owns the processed cell. + + + An object that represents the row in which the processed cell resides. + + + + + + + Gets the processed row's handle. + + + An integer value that specifies the row's handle. + + + + + + + Gets the grid control that raised the event. + + + A object that raised the event. + + + + + + + Gets the processed cell's value. + + + An object that represents the value of the processed cell. + + + + + + + + Represents a method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the CellValueEventArgs class. + + + + The routed event. + + + + A descendant that is the view that raised the event. + + + + An integer value that specifies the row's handle. This value is assigned to the property. + + + + A object that is the column. This value is assigned to the property. + + + + An object that represents the cell's new value. This value is assigned to the property. + + + + + + + + Gets a column that contains the edited cell. + + + A object that represents the column that contains the edited cell. + + + + + + + Gets or sets the processed cell's value. + + + An object that represents the cell's value. + + + + + + + + Lists values that specify the New Item Row's position within a View. + + + + + + + The new item row is displayed at the bottom of the view. + + + + + + + + The new item row is not shown. + + + + + + + + The new item row is displayed at the top of the view. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CopyingToClipboardEventArgs class. + + + + A descendant that is the view that raised the event. + + + + An array of cells whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + true to copy column headers; otherwise, false. + + + + + + + + Initializes a new instance of the CopyingToClipboardEventArgs class. + + + + A descendant that is the view that raised the event. + + + + An array of row handles that identifies rows whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + + true to copy column headers; otherwise, false. + + + + + + + + Gets an array of cells whose values are about to be copied to the clipboard. + + + An array of objects whose values are about to be copied to the clipboard. + + + + + + + + Represents a column's header. + + + + + + + Initializes a new instance of the GridColumnHeader class with default settings. + + + + + + + + + Represents the grid's column collection. + + + + + + + Initializes a new instance of the GridColumnCollection class with the specified owner. + + + + A object that owns the current collection. + + + + + + + + + The grid column. + + + + + + + Initializes a new instance of the GridColumn class with default settings. + + + + + + + + Gets whether an end-user can group data by the current column. This is a dependency property. + + + true if an end-user can group data by the current column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a group row value template based on custom logic. This is a dependency property. + + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether an end-user can group data by the current column. This is a dependency property. + + + A enumeration value that specifies whether an end-user can group data by the current column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the column's position among grouping columns. + + + An integer value that specifies the column's position among grouping columns. -1 if a View isn't grouped by the values of this column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. + + + A enumeration value that specifies how data rows are grouped. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. + + + A object that defines the presentation of group values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group value template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether a View is grouped by the values of this column. This is a dependency property. + + + true if a View is grouped by the values of this column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to validate the active editor's value. + + + + + + + + + Provides access to grid commands. + + + + + + + Resizes the column to the minimum width required to display the column's contents completely. + + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Adjusts the width of columns so that columns fit their contents in an optimal way. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Hides the active editor, discarding all the changes made within the focused row. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles the specified card's expanded state. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles a column's sort order. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles the specified group row's expanded state. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Removes the filter condition applied to a column. + + + The command which removes the filter condition applied to a column. + + + + + + + Clears the grid's filter expression. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Removes the filter condition applied to a column. + + + The command which removes the filter condition applied to a column. + + + + + + + Ungroups the grid. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Collapses all group rows. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Deletes the focused data row or card. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Activates the focused cell's inplace editor. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. + + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Expands all group rows. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Hides the Column Chooser. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the first cell displayed within the first visible row. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the first visible row or card within a View. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the last cell displayed within the last visible row. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the last visible row or card within a View. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Focuses the next cell after the focused cell. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus forward by the number of rows or cards displayed onscreen within a View. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the row or card following the one currently focused. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the group row that owns the currently focused row. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Focuses the preceding cell before the focused cell. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus backward by the number of rows or cards displayed onscreen within a View. + + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Moves focus to the row or card preceding the one currently focused. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Invokes the Column Chooser. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Invokes the Filter Editor. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Invokes the Expression Editor. + + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + + Represents a View that displays data using cards. + + + + + + + Initializes a new instance of the CardView class with default settings. + + + + + + + + Gets the actual template selector that chooses a card header template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a card row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a card template based on custom logic. This is a dependency property. + + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user is allowed to change the width (or height) of cards. This is a dependency property. + + + true to allow an end-user to resize cards; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns information about the specified element contained within the card view. + + + + A object that represents the element contained within the card view. + + + A object that contains information about the specified view element. + + + + + + + Gets or sets the alignment of cards within a view. + + + A enumeration value that specifies the alignment of cards within a view. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the binding which points to the data member to display within card headers. + + + The display member binding. + + + + + + + Gets or sets the template that defines the presentation of card headers. This is a dependency property. + + + A object that defines the presentation of card headers. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a card header template based on custom logic. This is a dependency property. + + + A descendant that applies a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies how cards are arranged within a Card View. + + + A enumeration value that specifies how cards are arranged within a Card View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the outer margin of a card. + + + A object that represents the thickness of a frame around a card. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of card rows. This is a dependency property. + + + A object that defines the presentation of card rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a card row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a card's style. + + + A object that represents a card's style. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of cards. This is a dependency property. + + + A object that defines the presentation of cards. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a card template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Collapses all cards. + + + + + + + + Collapses the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + Gets the orientation of collapsed cards. This is a dependency property. + + + A enumeration member that specifies the orientation of collapsed cards. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Expands all cards. + + + + + + + + Expands the specified card. + + + + An integer value that identifies the card by its handle. + + + + + + + + Gets or sets a card's width (or height). + + + A value that specifies a card's width or height. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a focused card's border. This is a dependency property. + + + A object that represents the template that displays the border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a focused cell's border in a Card View. This is a dependency property. + + + A object that represents the template that displays the border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the specified card is expanded. + + + + An integer value that specifies the card's handle. + + + true if the specified card is expanded; otherwise, false. + + + + + + + Gets whether an end-user can resize cards. This is a dependency property. + + + true if an end-user can resize cards; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the maximum number of cards in a row (or column). + + + An integer value that specifies the maximum number of cards in a row (or column). + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the minimum width (or height if cards are arranged in columns) of cards. This is a dependency property. + + + A value that specifies the minimum size of cards. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether multiple card selection is enabled. This is a dependency property. + + + A enumeration value that specifies the selection mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of card separators. This is a dependency property. + + + A object that defines the presentation of card separators. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the the thickness of card separators. This is a dependency property. + + + A value that specifies the thickness of card separators. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the border template of the focused group row. This is a dependency property. + + + The object that defines the presentation of the focused group row's border. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Serves as the base for objects representing Table and Card views in a grid control. + + + + + + + Gets the actual template selector that chooses a group row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the actual template selector that chooses a group summary item template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + [To be supplied] + + + + + + Gets or sets whether an end-user can change interval grouping of date-time columns via a column's context menu. This is a dependency property. + + + true to allow an end-user can change interval grouping of date-time columns via a column's context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether an end-user can group data. This is a dependency property. + + + true to allow an end-user to group data; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Prevents selection updates until the method is called. + + + + + + + + Occurs after a cell's value has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires in response to changing the edit value. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Unselects any selected rows/cards within a View. + + + + + + + + Gets or sets the maximum number of rows/cards that can be copied to the clipboard in Server Mode. + + + + An integer value that specifies the maximum number of rows/cards to be copied to the clipboard. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Collapses the focused group row. + + + true if the focused group row has been collapsed; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Copies the values displayed within the focused row to the clipboard. + + + + + + + + Occurs when grid data is copied to the clipboard, allowing you to manually copy required data. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Copies the values displayed within the specified range of rows/cards, to the clipboard. + + + + An integer value specifying the handle of the first row in the range. + + + + An integer value specifying the handle of the last row in the range. + + + + + + + + Copies the values displayed within the specified rows/cards to the clipboard. + + + + An @lt;Int32@gt; object that contains row handles. + + + + + + + + Copies the display values of selected rows to the clipboard. + + + + + + + + Gets the template that defines the default presentation of summary items displayed within group rows. This is a dependency property. + + + A object that defines the default presentation of summary items displayed within group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Deletes the specified data row. + + + + An integer value that specifies the handle of the row to delete. + + + + + + + + Enables selection updates after calling the method, and forces an immediate update. + + + + + + + + Expands the focused group row. + + + true if the group row has been expanded; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the focused column. + + + A object that represents the focused column. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the handles of the selected rows. + + + An array of integer values representing the handles of the selected rows. An empty array if no rows are selected. + + + + + + + Gets the grid which owns the current View. + + + A object that represents the grid to which the current View belongs. + + + + + + + Gets the context menu currently being displayed within a View. + + + A object that represents the context menu displayed within a View. null (Nothing in Visual Basic) if no menu is currently displayed within a View. + + + + + + + Gets view commands. + + + A object that provides access to view commands. + + + + + + + Gets the list of grouped columns. + + + The list containing grouped columns. + + + + + + + Allows you to customize the Group Panel context menu by adding new menu items or removing existing items. + + + + A object. + + + + + + + Gets or sets the style applied to group rows. This is a dependency property. + + + A object that represents the style applied to group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of group rows. This is a dependency property. + + + A object that defines the presentation of group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to group summary items. This is a dependency property. + + + A object that represents the style applied to group summary items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. + + + A object that defines the presentation of summary items displayed within group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group summary template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to column values displayed within group rows. This is a dependency property. + + + A object that represents the style applied to column values displayed within group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. + + + A object that defines the presentation of group values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after a cell's editor has been closed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether a row's position is immediately updated according to the current sorting, grouping and filtering settings after the row's data has been modified. This is a dependency property. + + + true if a row's position is immediately updated after its data has been modified; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires when a row fails validation or when it cannot be saved to a data source. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether the column context menu is shown when an end-user right-clicks within the Group Panel. + + + true to enable the group panel context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the 'Drag a column header here to group by that column' string is displayed within the Group Panel. This is a dependency property. + + + true if the information hint is displayed within the Group Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the Group Panel is displayed within a View. This is a dependency property. + + + true if the group panel is displayed within a View; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Moves focus to the group row that owns the currently focused row. + + + + + + + + Occurs after changes made in a row have been discarded. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after the changes made within the focused row are posted to a data source. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets the data rows/cards currently selected within a View. + + + A object that represents the collection of selected rows/cards. + + + + + + + Gets or sets the source of selected rows. This is a dependency property. + + + The collection of selected rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after grid's selection has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Selects multiple rows/cards, while preserving the current selection (if any). + + + + An integer value specifying the row handle at which the selection starts. + + + + An integer value specifying the row handle at which the selection ends. + + + + + + + + Selects the specified row. + + + + An integer value which specifies the handle of the row to select. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets or sets whether the grouped columns are displayed within a view. This is a dependency property. + + + true to display the grouped columns within a view; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Group Panel is displayed within a View. This is a dependency property. + + + true to show the Group Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Invokes the Runtime Summary Editor. + + + + + + + + Enables you to prevent an end-user from activating editors of individual cells. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after the focused cell's editor has been shown. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Unselects the specified row. + + + + An integer value identifying the row by its handle. + + + + + + + + Gets or sets whether to play animation when expanding group rows. This is a dependency property. + + + true to play animation when expanding group rows; false to immediately expand/collapse group rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to specify whether the focused row's data is valid, and whether the row can lose focus. + + + + + + + + Gets the list of visible columns. This is a dependency property. + + + The list of visible columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + A class that contains information about what is located at a specific point within the control. + + + + + + + Gets a column located under the test object. + + + A object that represents the column located under the test object. + + + + + + + Gets the visual element located under the test object. + + + A enumeration value that identifies the visual element located under the test object. + + + + + + + Gets whether the test object is within a node's check box. + + + true if the test object is within a node's check box; otherwise, false. + + + + + + + Gets whether the test object is within an expand button. + + + true if the test object is within an expand button; otherwise, false. + + + + + + + Gets whether the test object is within a node's image. + + + true if the test object is within a node's image; otherwise, false. + + + + + + + Gets whether the test object is within a node indent. + + + true if the test object is within a node indent; otherwise, false. + + + + + + + Gets whether the test object is within a node. + + + true if the test object is within a node; otherwise, false. + + + + + + + Gets whether the test object is within a data cell. + + + true if the test object is within a data cell; otherwise, false. + + + + + + + Gets whether the test object is within a node image. + + + true if the test object is within a node image; otherwise, false. + + + + + + + + Lists values that identify visual elements displayed within the . + + + + + + + The test object belongs to the header panel button. + + + + + + + + The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the column's option must be enabled). + + + + + + + + The test point belongs to a column's header. + + + + + + + + The test point belongs to the filter button displayed within a column header. + + + + + + + + The test point belongs to the Column Header Panel. + + + + + + + + The test object belongs to the area within a treelist view which is not occupied by nodes. + + + + + + + + The test object belongs to a node's expand button. + + + + + + + + The test object belongs to the Filter Panel. + + + + + + + + The test object belongs to the button in the Filter Panel used to activate filtering within a View. + + + + + + + + The test object belongs to the Close button displayed within the Filter Panel. + + + + + + + + The test object belongs to the button displayed within the Filter Panel. + + + + + + + + The test object belongs to a filter expression displayed within the Filter Panel. + + + + + + + + The test object belongs to the left fixed line. + + + + + + + + The test object belongs to the right fixed line. + + + + + + + + The test object belongs to the Fixed Summary Panel. + + + + + + + + The test object belongs to a view's horizontal scrollbar. + + + + + + + + + The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. + + + + + + + + The test object belongs to the check box embedded in a node. + + + + + + + + + The test object belongs to a node image. + + + + + + + + The test object belongs to a node indent. + + + + + + + + The test object doesn't belong to a View (it is outside the View). + + + + + + + + The test object belongs to a node. + + + + + + + + The test object belongs to a data cell. + + + + + + + + The test object belongs to a cell displayed within the row indicator panel. + + + + + + + + The test object belongs to a total summary. + + + + + + + + The test object belongs to the Summary Panel. + + + + + + + + The test object belongs to a view's the vertical scrollbar. + + + + + + + + + Defines the native appearance and behavior of the LookUpEdit. + + + + + + + Initializes a new instance of the LookUpEditStyleSettings class. + + + + + + + + Gets or sets whether an end-user can filter data by column. This is a dependency property. + + + true to allow filtering data by column; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value that specifies whether an end-user can group data within an embedded grid control. This is a dependency property. + + + true to allow an end-user to group data; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can sort data within an embedded grid. This is a dependency property. + + + true to allow an end-user to sort data; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + [To be supplied] + + [To be supplied] + + + + + + Indicates which buttons are displayed within an editor's popup. + + + + A descendant that is the dropdown editor. + + + The value. + + + + + + + Gets or sets whether column headers are displayed within an embedded grid. This is a dependency property. + + + true to display column headers; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Group Panel is displayed within an embedded grid. This is a dependency property. + + + true to display the Group Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Summary Panel is displayed within an embedded grid. This is a dependency property. + + + true to display the Total Summary Panel within an embedded grid; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Defines the appearance and behavior of the SearchLookUpEdit. + + + + + + + Initializes a new instance of the SearchLookUpEditStyleSettings class. + + + + + + + + Assigns the editor settings to the specified editor. + + + + A class descendant that is the target editor. + + + + + + + + Gets or sets whether an end-user is allowed to edit the text displayed within the edit box. This is a dependency property. + + + true to allow an end-user to edit the text displayed within the edit box; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCopyingToClipboardEventArgs class. + + + + The . + + + + An array of row handles that identify nodes whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + true to copy column headers; otherwise, false. + + + + + + + + Gets an array of nodes whose values are about to be copied to the clipboard. + + + An array of objects. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + The grid control. + + + + + + + Initializes a new instance of the GridControl class with default settings. + + + + + + + + Initializes a new instance of the GridControl class. + + + + An object that implements the interface. + + + + + + + + Gets the actual number of grouping columns. + + + An integer value that specifies the number of grouping columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not the grid recalculates sorting/grouping/filtering/summaries automatically when data in a data source is modified outside the grid. + + + true to recalculate sorting/grouping/filtering/summaries automatically when data in a data source is modified outside the grid; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after async data loading is complete. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after async data loading has been started. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether all group rows are automatically expanded after each grouping operation. This is a dependency property. + + + true to expand all group rows after each grouping operation; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Ungroups the grid. + + + + + + + + Collapses all group rows. + + + + + + + + Collapses the specified group row and optionally any child group rows at all nesting levels. + + + + An integer value that specifies the group row's handle. Group row handles are negative (starting from -1). + + + + true to collapse any child group rows at all nesting levels; otherwise, false. + + + true if the specified group row has been collapsed; otherwise, false. + + + + + + + Collapses the specified group row. + + + + An integer value that specifies the group row's handle. Group row handles are negative (starting from -1). + + + true if the specified group row has been collapsed; otherwise, false. + + + + + + + Collapses the detail section for the specified row. + + + + + An integer value identifying the row by its handle. + + + + Optional. A object specifying the detail. This parameter is not used and defaults to null (Nothing in Visual Basic). Use the CollapseMasterRow method with only the rowHandle parameter. + + + + + + + + Provides access to the grid's column collection. + + + A object that represents a collection of columns within the grid. + + + + + + + Enables custom display text to be provided for any data cell. + + + + + + + + Provides the ability to group data using custom rules. + + + + + + + + Enables you to sort data using custom rules. + + + + + + + + Enables you to provide custom content for group rows. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to filter data rows using custom rules. + + + + + + + + Enables you to calculate summary values manually. + + + + + + + + Enables you to specify which summaries should be calculated and displayed. + + + + + + + + Enables data to be supplied to unbound columns. + + + + + + + + Gets the data controller which implements data-aware operations. + + + A object which represents the data controller. + + + + + + + Obsolete. Gets or sets the grid's data source. This is a dependency property. + + + An object that represents the data source from which the grid retrieves its data. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables master-detail representation within this . + + + A descendant specifying which details to display for this . + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after the grouping operation has been completed. This is a routed event. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after a sorting operation has been completed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Expands all group rows. + + + + + + + + Expands the specified group row and optionaly, any child group rows at all nesting levels. + + + + An integer value that specifies the group row's handle. Group row handles are negative (starting from -1). + + + + true to expand any child group rows at all nesting levels; otherwise, false. + + + true if the specified group row has been expanded; otherwise, false. + + + + + + + Expands the specified group row. + + + + An integer value that specifies the group row's handle. Group row handles are negative (starting from -1). + + + true if the specified group row has been expanded; otherwise, false. + + + + + + + Expands the specified master row and, optionally, shows the specified Detail. + + + + An integer value specifying the master row by its handle. If the specified row handle is invalid, the method does nothing. + + + + Optional. A object specifying the detail to be shown. If the specified object doesn't represent the specified row's detail, the method expands the first or previously visible detail, depending on whether the current row was previously expanded. + + + + + + + + + Searches for the value in the column and returns the handle of the corresponding row. This is a dependency property. + + + + The column to be searched. + + + + + An object that is the search value. + + + An integer value that is the handle of the corresponding row. + + + + + + + Searches for the value in the column and returns the handle of the corresponding row. This is a dependency property. + + + + A value that specifies the field name of the column to be searched. + + + + An object that is the search value. + + + An integer value that is the handle of the corresponding row. + + + + + + + Searches for the value in the column and returns the handle of the corresponding row asynchronously. This is a dependency property. + + + + A value that specifies the field name of the column to be searched. + + + + An object that is the search value. + + + A object which Result property is the handle of the corresponding row. + + + + + + + Searches for the value in the column and returns the handle of the corresponding row asynchronously. This is a dependency property. + + + + The column to be searched. + + + + An object that is the search value. + + + A object which Result property is an integer value that is the handle of the corresponding row. + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Disposes the grid's data controller and releases all the allocated resources. + + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Returns the text displayed within the specified cell. + + + + An integer value that specifies the row's handle. + + + + A value that specifies the column's filed name. + + + A value that specifies the text displayed within the specified cell. + + + + + + + Returns the text displayed within the specified cell. + + + + An integer value that specifies the row's handle. + + + + A object that represents the column displayed within the grid. + + + A value that specifies the text displayed within the specified cell. + + + + + + + Returns the text displayed within the specified cell. + + + + An integer value that identifies the record in a data source by its index. + + + + A object that is the column containing the required data cell. + + + A value that is the text displayed within the specified cell. + + + + + + + Returns the text displayed within the specified cell. + + + + An integer value that identifies the record in a data source by its index. + + + + A value that specifies the field name of a column that contains the required cell. + + + A value that is the text displayed within the specified cell. + + + + + + + Returns the value of the specified data cell. + + + + An integer value that specifies the handle of the row that contains the cell. + + + + A object that is the column that owns the specified cell. + + + An object that represents the specified cell's value. + + + + + + + Returns the specified cell's value. + + + + An integer value that identifies the record in a data source by its index. + + + + A object that is the column containing the required data cell. + + + An object that is the specified cell's value. + + + + + + + Returns the specified cell's value. + + + + An integer value that identifies the record in a data source by its index. + + + + A value that specifies the field name of a column that contains the required cell. + + + An object that is the specified cell's value. + + + + + + + Returns the number of child rows (group or data) contained within the specified group row. + + + + An integer value that specifies the group row's handle. + + + An integer value that specifies the number of child rows contained within the specified group row. + + + + + + + + Returns the handle of the row contained within the specified group row, at the specified position. + + + + An integer value that specifies the group row's handle. + + + + A zero-based integer that specifies the child row's position within the specified group row. + + + An integer value that represents the handle of the row contained within the specified group row, at the specified position. + + + + + + + Returns the handle of the first data row contained within the specified group row. + + + + An integer value that specifies the group row's handle. + + + An integer value that specifies the handle of the first data row contained within the specified group row. + + + + + + + Returns the detail data control identified by the master row and its Detail Descriptor. + + + + An integer value identifying the master row by its handle. + + + + Optional. A object that identifies the detail in case multiple details are available at this level. If not specified while multiple details are available, the first available detail data control is returned. + + + A descendant which displays detail data. null (Nothing in Visual Basic) if no objects are used as details on this level or if corresponding details are collapsed. + + + + + + + Returns a row object that corresponds to the focused row. + + + An object that corresponds to the focused row. + + + + + + + Returns the text displayed within the specified cell contained within the focused row. + + + + A value that specifies the column's filed name. + + + A value that specifies the text contained within the specified cell. + + + + + + + Returns the text displayed within the specified cell contained within the focused row. + + + + A object that represents the column displayed within the grid. + + + A value that specifies the text contained within the specified cell. + + + + + + + Returns the value of the specified cell contained within the focused row. + + + + A value that specifies the column's field name. + + + An object that represents the specified cell's value. + + + + + + + Returns the value of the specified cell contained within the focused row. + + + + A object representing the column that owns the cell. + + + An object that represents the specified cell's value. + + + + + + + Returns the focused cell's value. + + + An object that represents the focused cell's value. null (Nothing in Visual Basic) if the focused cell is not displayed within a View. + + + + + + + Returns a value of the specified group row. + + + + An integer value that specifies the group row's handle. + + + + An object that represents the specified group row's value. + + + + + + + Returns a value of the specified group row in the specified grouping column. + + + + An integer value that specifies the group row's handle. + + + + A object that represents a grouping column. + + + An object that represents the specified group row's value. + + + + + + + Returns the specified group summary value displayed within the specified group row. + + + + An integer value that identifies the group row by its handle. + + + + A object that represents the group summary item. + + + An object that represents the specified group summary value displayed within the specified group row. + + + + + + + Returns the specified data row's index in a data source. + + + + An integer value that specifies the data row's handle. + + + An integer value that specifies the index of the corresponding record in a data source. + + + + + + + Returns the root of a master-detail grid. + + + A object that is the root grid. + + + + + + + [To be supplied] + + [To be supplied] + + + + + + Returns the handle of the group row that owns the specified row. + + + + An integer value that specifies the child row's handle. + + + An integer value that specifies the parent group row's handle. + + + + + + + Returns a row object that corresponds to the specified row handle asynchronously. + + + + An integer value that specifies the row's handle. + + + A object which Result property is the row object that corresponds to the specified row handle. + + + + + + + Returns an object that represents the specified row. + + + + A zero-based integer value that specifies the index of the corresponding record in a data source. + + + An object that represents the specified row. null (Nothing in Visual Basic) if the specified row was not found. + + + + + + + Returns the data row's handle by its index in a data source. + + + + An integer value that specifies the index of the corresponding record in a data source. + + + An integer value that specifies the data row's handle. + + + + + + + Returns a row's handle by specifying its visible index. + + + + An integer value that specifies the row's visible position within a View. + + + + An integer value that specifies the handle of the specified row (group or data). + + + + + + + Returns the specified row's grouping level. + + + + An integer value that specifies the row's handle. + + + An integer value that specifies the row's grouping level. + + + + + + + Returns the specified row's grouping level. + + + + An integer value that specifies the row's visible position within a View. + + + An integer value that specifies the row's grouping level. + + + + + + + Returns the row's index in a data source by its handle. + + + + An integer value that specifies the row's handle. + + + An integer value that specifies the index of the record corresponding to the specified row, in a data source. + + + + + + + Returns a list of row objects that corresponds to the specified range of row handles asynchronously. + + + + An integer value that is the handle of the first row in the range. + + + + An integer value that is the number of rows in the range. + + + A object for which the Result property is the list of row objects that correspond to the specified range of row handles. + + + + + + + + Returns the value of the specified data cell asynchronously. + + + + An integer value that specifies the handle of the row that contains the cell. + + + + A value that specifies the column's field name. + + + A object which Result property is the specified cell's value. + + + + + + + Returns the row's position within a View by its handle. + + + + An integer value that specifies the row's handle. + + + An integer value that specifies the specified row's position within a View. + + + + + + + Returns the currently visible detail data control identified by its master row. + + + + An integer value identifying the row by its handle. + + + A descendant which displays detail data. null (Nothing in Visual Basic) if the currently visible detail is not represented by a . + + + + + + + Returns the Detail Descriptor corresponding to the currently expanded detail of the specified master row. + + + + An integer value identifying the master row by its handle. + + + A object representing the Detail Descriptor of the currently expanded detail. + + + + + + + Groups data by the values of the specified column with the specified sort order. + + + + A object that represents the column by whose values data is grouped. + + + + A enumeration value that specifies the column's sort order. + + + + + + + + Groups data by the values of the specified column. If several columns are involved in grouping, the specified column will reside at the specified grouping level. + + + + A object that represents the column by whose values data is grouped. + + + + A zero-based integer value that specifies the grouping level. If negative, an exception is raised. + + + + + + + + Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. + + + + A object that represents the column by whose values data is grouped. + + + + A enumeration value that specifies the column's sort order. + + + + A zero-based integer value that specifies the grouping level. If negative, an exception is raised. + + + + + + + + Groups data by the values of the specified column. + + + + A value that specifies the column's field name. + + + + + + + + Groups data by the values of the specified column. + + + + A object that represents the column by whose values data is grouped. + + + + + + + + Gets or sets the number of grouping columns. + + + An integer value that specifies the number of grouping columns. + + + + + + + Occurs after a group row has been collapsed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs when a group row is about to be collapsed, allowing cancellation of the action. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after a group row has been expanded. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs when a group row is about to be expanded, allowing cancellation of the action. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Provides access to group summary items. + + + A object that represents the collection of group summary items. + + + + + + + Gets or sets a template that describes group summaries. This is a dependency property. + + + The summary item template. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables sorting group rows by their summary values. + + + A object that contains the information required to sort group rows by summary values. + + + + + + + Gets or sets the source of group summaries. This is a dependency property. + + + The source from which the grid generates group summary items. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets whether or not data is being loaded in Instant Feedback UI Mode. This is a dependency property. + + + + true if data is being loaded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets whether the grid's data is grouped. + + + true if data grouping is applied; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the specified group row is expanded. + + + + An integer value that specifies the row's handle. Group row handles are negative (starting from -1). + + + true if the specified row is expanded; otherwise, false. + + + + + + + Indicates whether the specified handle corresponds to a group row. + + + + An integer value that specifies the row's handle. + + + true if the specified handle corresponds to a group row; otherwise, false. + + + + + + + Determines the specified master row's expanded state and, optionally, the specified Detail's visibility. + + + + An integer value specifying the master row by its value. If an invalid row handle is specified, the method returns false. + + + + Optional. A descendant specifying the detail view whose visibility needs to be checked. If the master row is expanded but a different detail is currently visible, the method returns false. The same happens if you pass an object that doesn't represent the specified master row's detail. + + + true if the specified master row is expanded and the specified detail is visible; otherwise, false. + + + + + + + Gets or sets whether child group rows at all nesting levels are automatically expanded when expanding their parent group row. This is a dependency property. + + + true to expand child group rows at all nesting levels when expanding their parent group row; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Indicates whether the specified row/card is visible. + + + + An integer value that specifies the row's handle. + + + true if the specified row/card is visible; otherwise, false. + + + + + + + Indicates whether the specified row handle is valid. + + + + + An integer value that specifies the row's handle. + + + true if the specified row handle is valid; otherwise, false. + + + + + + + Fires immediately after a master row has been collapsed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to specify whether a master row may be collapsed. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires immediately after a master row has been expanded. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to specify whether a master row may be expanded. + + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Sets the specified cell's value. + + + + A zero based integer value that specifies the handle of the row which contains the cell. + + + + A object representing the column that contains the cell. + + + + An object that represents the cell's new value. + + + + + + + + Sets the specified cell's value. + + + + A zero-based integer value that specifies the handle of the row that contains the cell. + + + + A value that specifies the column's field name. + + + + An object that represents the cell's new value. + + + + + + + + Sets the value of the specified cell contained within the focused row. + + + + A object representing the column that contains the cell. + + + + An object that represents the specified cell's new value. + + + + + + + + Sets the value of the specified cell contained within the focused row. + + + + A value that specifies the column's field name. + + + + An object that represents the specified cell's new value. + + + + + + + + Changes the expanded state for a specified master row and, optionally, shows a specified Detail. + + + + An integer value specifying the master row by its handle. + + + + true to expand the specified row; false to collapse it. + + + + Optional. A object specifying the detail section to be made visible when expanding a master row. If the specified object doesn't represent a detail for the specified master row, then this parameter is ignored. The same happens if you pass null (Nothing in Visual Basic). + + + + + + + + Sorts data by the values of the specified column in the specified order. + + + + A object that represents the column within the grid. + + + + A enumeration value that specifies the column's sort order. + + + + + + + + Sorts data by the values of the specified column in the specified order, and places the column to the specified position among the sorted columns. + + + + A object that represents the column within the grid. + + + + A enumeration value that specifies the column's sort order. + + + + An integer value that specifies the zero-based column's index among the sorted columns. + + + + + + + + Sorts data by the values of the specified column. + + + + A object that represents the column within the grid. + + + + + + + + Provides access to the collection of sorted and grouping columns. + + + A collection that contains information on the sorted and grouping columns. + + + + + + + Occurs before a grouping operation is started. This is a routed event. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs before a sorting operation is started. + + + + + + + + Identifies the routed event. + + + + [To be supplied] + + + + + + Provides access to a collection of total summary items. + + + A object that contains total summary items. + + + + + + + Ungroups data by the values of the specified column. + + + + A object that represents the column by whose values data grouping is canceled. + + + + + + + + Ungroups data by the values of the specified column. + + + + A value that specifies the column's field name. + + + + + + + + Updates group summaries. + + + + + + + + This member supports the WPF infrastructure, and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets or sets the grid's view. This is a dependency property. + + + A descendant that specifies the grid view used to display data. + + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + + A method that will handle the and events. + + + + + + + A method that will handle the and events. + + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event handler. + + + + + + + Initializes a new instance of the RowDoubleClickEventArgs class. + + + + A descendant which provides information on a view element located under the mouse pointer. This value is assigned to the property. + + + + The mouse button that has been pressed twice. This value is assigned to the property. + + + + + + + + Gets a mouse button that has been pressed twice. + + + The mouse button that has been pressed twice. + + + + + + + Gets or sets the information on a view element located under the mouse pointer. + + + A descendant which provides information on a view element located under the mouse pointer. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomColumnFilterListEventArgs class. + + + + A object that is the node which contains the processed cell. This value is assigned to the property. + + + + A object that is the column which contains the processed cell. This value is assigned to the property. + + + + + + + + Gets or sets a column which owns the processed cell. + + + A object that is the column which owns the processed cell. + + + + + + + Gets or sets a node which contains the processed cell. + + + A object that is the node which contains the processed cell. + + + + + + + Gets or sets whether the processed value is displayed within a column's Filter Dropdown. + + + true to display the value within the list of filter values; otherwise, false. + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListSelectionChangedEventArgs class. + + + + A enumeration value that specifies how the grid's selection has been changed. This value is assigned to the property. + + + + A object that is the node whose selected state has been changed. This value is assigned to the property. + + + + + + + + Gets an action which indicates how the grid's selection has been changed. + + + A enumeration value that specifies how the grid's selection has been changed. + + + + + + + Gets a node whose selected state has been changed. + + + A object that is the node whose selected state has been changed. + + + + + + + + Lists values that specify the tree derivation mode. + + + + + + + You should manually write code to specify where a data object's child items come from by creating a selector class. To learn more, see Binding to Hierarchical Data Structure. + + + + + + + + + Builds a tree using Hierarchical Data Templates. To learn more, see Binding to Hierarchical Data Structure. + + + + + + + + Builds a tree from a self-referential data structure. To learn more, see Binding to Self-Referential Data Structure. + + + + + + + + + Lists values that specify the style of tree lines used to connect nodes. + + + + + + + Tree lines are hidden. + + + + + + + + Tree lines are displayed as solid lines. + + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListShowingEditorEventArgs class. + + + + A object that specifies the view. + + + + + An integer value that identifies the node by its handle. + + + + A descendant that is the column containing the cell.$ + + + + + + + + + Gets the node that contains a cell whose editor is about to be invoked. + + + A object that specifies the node for which an event has been raised. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListNodeValidationEventArgs class. + + + + An object that enumerates the editor's value. This value is assigned to the property. + + + + + An integer value that identifies the processed node by its handle. + + + + A object that specifies the view. + + + + + + + + + Gets the processed node. + + + A object that specifies the processed node. + + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomColumnSortEventArgs class. + + + + A descendant that is the column which contains the values to compare. This value is assigned to the property. + + + + A object that is the first node. This value is assigned to the property. + + + + A object that is the second node. This value is assigned to the property. + + + + An object that is the first of the two values being compared. This value is assigned to the property. + + + + An object that is the second of the two values being compared. This value is assigned to the property. + + + + + + + + Gets the column whose values are being compared. + + + A descendant that is the column which contains the values to compare. + + + + + + + + Gets or sets whether a comparison operation is handled, and no default processing is required. + + + true if a comparison operation is handled; otherwise false. + + + + + + + Gets the first of the two nodes being compared. + + + A object that specifies the first node. + + + + + + + + Gets the second of the two nodes being compared. + + + A object that specifies the second node. + + + + + + + + Gets or sets the result of a custom comparison. + + + An integer value that specifies the result. + + + + + + + Gets the sort order applied to the column. + + + A value that specifies the column's sort order. + + + + + + + Gets the first value being compared. + + + An object that is the first of the two values being compared. + + + + + + + Gets the second value being compared. + + + An object that is the second of the two values being compared. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomColumnDisplayTextEventArgs class. + + + + A object that specifies the node in which the processed cell resides. This value is assigned to the property. + + + + + A object that specifies the column to which the processed cell belongs. This value is assigned to the property. + + + + + An object that is the value of the processed cell. This value is assigned to the property. + + + + + A value that specifies the cell's display text. This value is assigned to the property. + + + + + + + + Gets the column which owns the processed cell. + + + A object that is the column to which the processed cell belongs. + + + + + + + + Gets or sets the display text for the cell currently being processed. + + + A value that specifies the cell's display text. + + + + + + + Gets the node which owns the processed cell. + + + A object that specifies the node in which the processed cell resides. + + + + + + + + Gets the processed cell's value. + + + An object that is the value of the processed cell. + + + + + + + + + Serves as a base for class. + + + + + + + Initializes a new instance of the TreeListCellValueEventArgs class. + + + + A object that represents the node. This value is assigned to the property. + + + + A descendant that represents the column. This value is assigned to the property. + + + + A object that represents the cell's new value. This value is assigned to the property. + + + + + + + + Gets a column that contains the edited cell. + + + A descendant that is the column that contains the edited cell. + + + + + + + + Gets or sets the processed cell's value. + + + An object that is the cell's value. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCellValueChangedEventArgs class. + + + + A object that specifies the node. This value is assigned to the property. + + + + + A descendant that specifies the column. This value is assigned to the property. + + + + + A object that is the cell's new value. This value is assigned to the property. + + + + + A object that represents the cell's previous value. This value is assigned to the property. + + + + + + + + Gets the cell's previous value. + + + An object that is the cell's previous value. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCellValidationEventArgs class. + + + + An object that specifies the cell's old valid value. This value is assigned to the property. + + + + + An integer value that identifies the processed node by its handle. + + + + A object that enumerates the view. + + + + + A descendant that is the column owning the processed cell. This value is assigned to the property. + + + + + + + + + Gets the cell's old valid value. + + + An object that is the cell's old valid value. + + + + + + + + Gets a column whose cell is validated. + + + A descendant that is the column that owns the processed cell. + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets the node which contains the processed cell. + + + A object that specifies the node containing the processed cell. + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListNodeFilterEventArgs class. + + + + A object that represents the processed node. This value is assigned to the property. + + + + + + + + Gets or sets whether or not custom filtering is handled and no default processing is required. + + + true if custom filtering is handled; otherwise false. + + + + + + + Gets the processed node. + + + A object that specifies the processed node. + + + + + + + + Gets or sets the processed node's visibility. + + + true to show the node; otherwise, false. + + + + + + + + A method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListNodeEventArgs class. + + + + A object that represents the processed node. This value is assigned to the property. + + + + + + + + Gets the processed node. + + + A object that specifies the processed node. + + + + + + + + + A method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListNodeAllowEventArgs class. + + + + A object that represents the processed node. This value is assigned to the property. + + + + + + + + Gets or sets whether or not the operation is allowed. + + + true to allow the operation; otherwise, false. + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListInvalidNodeExceptionEventArgs class. + + + + A object that is the node which failed validation. This value is assigned to the property. + + + + A value that specifies the error description. This value is assigned to the property. + + + + A value that specifies the caption of the error window. This value is assigned to the property. + + + + A object that is the exception that raised the event. This value is assigned to the property. + + + + An enumeration value that specifies how an exception should be handled. This value is assigned to the property. + + + + + + + + Gets or sets the error description. + + + A value that specifies the error description. + + + + + + + Gets the exception that raised the event. + + + A object that is the exception that raised the event. + + + + + + + Gets or sets a value that specifies how an exception should be handled. + + + An enumeration value that specifies how an exception should be handled. + + + + + + + Gets or sets the error window's caption. + + + A value that specifies the caption of the error window. + + + + + + + + A method that will handle the and events. + + + + + + + Represents a method that will handle the and events. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the and events. + + + + + + + Initializes a new instance of the TreeListEditorEventArgs class. + + + + A object that is the owner View. + + + + + An integer value that identifies the processed node by its handle. + + + + A descendant that is the column which owns the processed cell. + + + + + The processed editor. This value is assigned to the property. + + + + + + + + Gets the processed in-place editor. + + + The processed in-place editor. + + + + + + + Gets the processed node. + + + A object that specifies the processed node. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TreeListCustomSummaryEventArgs class. + + + + A object that is the processed node. This value is assigned to the property. + + + + A descendant that is the summary item whose values is being calculated. This value is assigned to the property. + + + + A enumeration value indicating the calculation stage. This value is assigned to the property. + + + + An object that specifies the processed field value. This value is assigned to the property. + + + + + + + + Gets the processed field value. + + + An object that specifies the processed field value. + + + + + + + Gets the processed node. + + + A object that is the processed node. + + + + + + + Gets a summary item whose value is being calculated. + + + A descendant that is the summary item whose values is being calculated. + + + + + + + Gets a value indicating the calculation stage. + + + + A enumeration value indicating the calculation stage. + + + + + + + + Gets or sets the total summary value. + + + An object that specifies the total summary value. + + + + + + + + A collection of summary items. + + + + + + + Initializes a new instance of the TreeListSummaryItemCollection class. + + + + The data control that owns the collection. + + + + + + + + + A summary item. + + + + + + + Initializes a new instance of the TreeListSummaryItem class. + + + + + + + + + A collection of objects. + + + + + + + + Initializes a new instance of the TreeListSortInfoCollection class. + + + + + + + + + The TreeList control. + + + + + + + + Initializes a new instance of the TreeListControl class. + + + + + + + + Provides access to the column collection. + + + A object that is a collection of columns within the control. + + + + + + + + Returns the value of the specified data cell. + + + + An integer value that specifies the handle of the node that contains the cell. + + + + A object that is the column that owns the specified cell. + + + An object that specifies the cell's value. + + + + + + + Provides access to the collection of sorted columns. + + + A collection that contains information on the sorted and grouping columns. + + + + + + + Provides access to a collection of total summary items. + + + A object that contains total summary items. + + + + + + + Gets or sets the view. This is a dependency property. + + + A object that is the view used to display data. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + The treelist's column collection. + + + + + + + + Initializes a new instance of the TreeListColumnCollection class. + + + + A object that owns the collection of columns. + + + + + + + + + A column within a . + + + + + + + + Initializes a new instance of the TreeListColumn class. + + + + + + + + + Contains the commands allowing some frequently used actions to be easily programmed via XAML markup. + + + + + + + + Initializes a new instance of the TableViewCommands class. + + + + A object that represents the owner view. + + + + + + + + Resizes the column to the minimum width required to display the column's contents completely. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Adjusts the width of columns so that columns fit their contents in an optimal way. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles a master row's expanded state. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Collapses a master row. + + + A System.Windows.Input.RoutedCommand object that defines a command implementing the , and is routed through the element tree. + + + + + + + Expands a master row. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + + Contains the commands allowing some frequently used TreeListView actions to be easily programmed via XAML markup. + + + + + + + Initializes a new instance of the TreeListViewCommands class. + + + + A object that represents the owner view. + + + + + + + + Resizes the column to the minimum width required to display the column's contents completely. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Adjusts the width of columns so that columns fit their contents in an optimal way. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles a node's check state. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Specifies the expanded state of a node (expanded or collapsed). + + + A command implementing the . + + + + + + + Checks all nodes. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Collapses all nodes. + + + A command implementing the . + + + + + + + Expands all nodes. + + + A command implementing the . + + + + + + + Unchecks all nodes. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + + The Node Iterator. + + + + + + + Initializes a new instance of the TreeListNodeIterator class. + + + + A object that is the collection of nodes from which traversing nodes is initiated. + + + + + true to iterate only through visible (i.e. not collapsed) nodes; otherwise, false. + + + + + + + + Initializes a new instance of the TreeListNodeIterator class. + + + + A object that is a starting node. + + + + true to iterate only through visible (i.e. not collapsed) nodes; otherwise, false. + + + + + + + + Initializes a new instance of the TreeListNodeIterator class. + + + + A object that is the collection of nodes from which traversing nodes is initialized. + + + + + + + + + Initializes a new instance of the TreeListNodeIterator class. + + + + A object that is a starting node. + + + + + + + + Gets a node currently being processed by the TreeListNodeIterator object. + + + A object that is the node currently being processed. + + + + + + + Moves to the next node. + + + true if the current node is not the last node; otherwise, false. + + + + + + + Resets the TreeListNodeIterator object to its initial state. + + + + + + + + + A collection of nodes. + + + + + + + + A node displayed within a TreeListView. + + + + + + + Initializes a new instance of the TreeListNode class. + + + + + + + + Initializes a new instance of the TreeListNode class with the specified content. + + + + An object that specifies the node's content. This value is assigned to the property. + + + + + + + + Gets the node's actual nesting level. + + + An integer value that is the node's actual nesting level. + + + + + + + Collapses all child nodes. + + + + + + + + Gets or sets the node's content. + + + An object that specifies the node's content. + + + + + + + Expands all child nodes. + + + + + + + + Gets whether or not the node has a child node(s). + + + true if the node has a child node(s); otherwise, false. + + + + + + + Gets whether or not the node has a child node(s) displayed within a View. + + + true if the node has a child node(s) displayed within a View; otherwise, false. + + + + + + + Gets or sets the node's image. + + + A object that is the image displayed within the node. + + + + + + + Indicates whether or not the node's check box is enabled. + + + true, if the check box is enabled; otherwise, false. + + + + + + + Gets or sets whether the node is checked. + + + A Boolean value that specifies whether or not the node is checked. + + + + + + + Indicates whether the current node belongs to the specified branch node. + + + + The object. + + + true if the specified branch node contains the current node; otherwise, false. + + + + + + + Gets or sets whether the expand button is displayed within the node or not. + + + A enumeration value that specifies the expand button's visibility within the node. + + + + + + + Gets or sets whether or not the node is expanded. + + + true to expand the node; otherwise, false. + + + + + + + Gets whether the node is filtered or not. + + + true the node is filtered; otherwise, false. + + + + + + + Gets whether or not the node is the first node within a collection of nodes. + + + true if the node is the first node within the collection; otherwise, false. + + + + + + + Gets whether or not the node is the last node within a collection of nodes. + + + true if the node is the last node within the collection; otherwise, false. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Gets the node's nesting level. + + + An integer value that specifies the node's nesting level. + + + + + + + Gets the collection of child nodes. + + + A object that is the collection of child nodes. + + + + + + + Gets the parent node. + + + A object that is the parent node. null (Nothing in Visual Basic) if the current node is at the root level. + + + + + + + Occurs every time any of the TreeListNode class properties has changed its value. + + + + + + + + Gets the row handle that identifies the node. + + + An integer value that specifies the row handle. + + + + + + + Gets or sets the data associated with the node. + + + An object that contains information associated with the current node. + + + + + + + [To be supplied] + + [To be supplied] + + + + + + + A View that displays information in a Tree hierarchical structure. + + + + + + + + Initializes a new instance of the TreeListView class. + + + + + + + + Gets the actual template selector that chooses a node template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + 0 always. + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + 0 always. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + false always. + + + + + + + Gets whether the Row Indicator Panel is shown within a view. This is a dependency property. + + + true if the Row Indicator Panel is shown within a view; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether it's allowed to calculate optimal widths, and apply them to all columns displayed within a View. This is a dependency property. + + + true to allow optimal widths to be calculated and applied to all columns displayed within a View; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not cascading data updates are allowed. This is a dependency property. + + + true to allow cascading data updates; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + [To be supplied] + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether to use the default content if the and properties return null. + + + true to use the default content; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether menu items used to fix a column to the left or right, are shown within a column's context menu. This is a dependency property. + + + true to show items used to fix a column to the left or right, within a column's context menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. This is a dependency property. + + + true to enable virtualization; false to disable it. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether an end-user can set the node's check boxes to three states (checked, unchecked and indeterminate). This is a dependency property. + + + true to allow selecting the indeterminate state of a check box; otherwise, false. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets whether per-pixel scrolling is enabled or not. This is a dependency property. + + + true to enable per-pixel scrolling; false to enable row by row scrolling. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether recursive node selection is enabled. This is a dependency property. + + + true to enable recursive selection; otherwise, false. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets whether an end-user can change column widths by dragging the edges of their headers. This is a dependency property. + + + true to allow an end-user to change column widths; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column headers are automatically scrolled once a user drags a column header to the View's left or right. This is a dependency property. + + + true to allow horizontal scrolling of column headers; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. + + + A value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the alternate row frequency. This is a dependency property. + + + An integer value that is the alternate row frequency. By default, it's set to 2. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether all nodes are automatically expanded when the View is being loaded. This is a dependency property. + + + true to expand all nodes when the View is being loaded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to data cells displayed within the Auto Filter Row. This is a dependency property. + + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an object that is the Auto Filter Row's data. + + + + A object that specifies the row's data. + + + + + + + + Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node's last/first cell is focused. This is a dependency property. + + + true if horizontal navigation keys can move focus between nodes; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not columns are automatically created for service fields in the underlying data source. This is a dependency property. + + + true to automatically create columns for service fields in the underlying data source; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column widths are automatically changed so that the total columns' width matches the grid's width. This is a dependency property. + + + true to enable the column auto width feature; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Prevents selection updates until the method is called. + + + + + + + + Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property. + + + A enumeration value that specifies interface elements that are taken into account when calculating optimal width for columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Resizes the specified column to the minimum width required to display the column's contents completely. + + + + A that is the column whose width should be optimized. + + + + + + + + + Resizes all visible columns to optimally fit their contents. + + + + + + + + Gets or sets the number of records taken into account when calculating the optimal widths required for columns to completely display their contents. This is a dependency property. + + + An integer value that specifies the number of records processed by a View to apply best fit. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the column's optimal (minimum) width required to display its contents completely. + + + + A object that is the treelist column. + + + + A value that specifies the column's optimal (minimum) width required to display its contents completely. + + + + + + + Returns information about the specified element contained within the treelist view. + + + + A object that is the element contained within the treelist view. + + + + A object that contains information about the specified view element. + + + + + + + Occurs after a cell's value has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Fires in response to changing the edit value. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Specifies the expanded state of a node. + + + + An integer value that identifies a node by its handle. + + + + true to expand the node; otherwise, false. + + + + + + + + Checks all nodes. + + + + + + + + Gets or sets the name of a field in a data source to which check boxes embedded into nodes are bound. + + + A value that specifies the field in a data source. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets a converter used to provide the checkbox value. This is a dependency property. + + + + An object that implements the interface. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets the name of the 'children' field. This is a dependency property. + + + A value that specifies the 'children' field name. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a selector that returns the list of child nodes for the processed node. This is a dependency property. + + + The child nodes selector. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Unselects any selected nodes. + + + + + + + + Collapses all nodes. + + + + + + + + Collapses the specified node. + + + + An integer value that identifies a node by its handle. + + + + + + + + Copies the values displayed within the focused node to the clipboard. + + + + + + + + Occurs when data is copied to the clipboard, allowing you to manually copy required data. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Copies the values displayed within the specified range of nodes, to the clipboard. + + + + A object that is the first node in the range. + + + + A object that is the last node in the range. + + + + + + + + Copies the values displayed within the specified range of nodes, to the clipboard. + + + + An integer value specifying the handle of the first node in the range. + + + + An integer value specifying the handle of the last node in the range. + + + + + + + + Copies the values displayed within the specified nodes to the clipboard. + + + + An @lt;Int32@gt; object that contains row handles. + + + + + + + + Copies the values displayed within the specified nodes to the clipboard. + + + + The collection of objects. + + + + + + + + Copies the display values of selected nodes to the clipboard. + + + + + + + + [To be supplied] + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables custom display text to be provided for any data cell. + + + + + + + + Enables you to sort data using custom rules. + + + + + + + + Enables you to filter unique values displayed within a column's Filter Dropdown. + + + + + + + + Enables you to filter nodes using custom rules. + + + + + + + + Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel). + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to calculate summary values manually. + + + + + + + + Enables data to be supplied to unbound columns. + + + + + + + + Gets or sets the template that defines the presentation of data rows. This is a dependency property. + + + A object that defines the presentation of data rows. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets an object that chooses a node template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the template that defines the default presentation of nodes. This is a dependency property. + + + A object that defines the default presentation of nodes. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Removes the specified node and optionally, all its children. + + + + + An integer value that identifies the node by its handle. + + + + true to remove all child nodes; otherwise, false. + + + + + + + + Removes the specified node and optionally, all its children. + + + + + A object that is the node to remove. + + + + true to remove all child nodes; otherwise, false. + + + + + + + + Removes the specified node and all its children (if any). + + + + A object that is the node to remove. + + + + + + + + Removes the specified node and all its children (if any). + + + + + An integer value that identifies the node by its handle. + + + + + + + + Enables selection updates after calling the method, and forces an immediate update. + + + + + + + + Expands all nodes. + + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + always. + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + 0 always. + + + + + + + Expands the specified node. + + + + An integer value that identifies a node by its handle. + + + + + + + + Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + A object which specifies the CSV export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in CSV format. + + + + A object to which the created CSV file should be sent. + + + + + + + + Exports a grid to the specified stream in CSV format using the specified CSV-specific options. + + + + A object to which the created CSV file should be sent. + + + + A object which specifies the CSV export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in CSV format. + + + + A which specifies the file name (including the full path) for the created CSV file. + + + + + + + + Exports a grid to the specified file path in HTML format using the specified HTML-specific options. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in HTML format. + + + + A which specifies the file name (including the full path) for the created HTML file. + + + + + + + + Exports a grid to the specified stream in HTML format. + + + + A object to which the created HTML file should be sent. + + + + + + + + Exports a grid to the specified stream in HTML format, using the specified HTML-specific options. + + + + A object to which the created HTML file should be sent. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in image format. + + + + A which specifies the file name (including the full path) for the created image file. + + + + + + + + Exports a grid to the specified stream in image format. + + + + A object to which the created image file should be sent. + + + + + + + + Exports a grid to the specified file path in image format using the specified image-specific options. + + + + A which specifies the file name (including the full path) for the created image file. + + + + A object which specifies the image export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in image format, using the specified image-specific options. + + + + A object to which the created image file should be sent. + + + + A object which specifies the image export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in MHT format, using the specified MHT-specific options. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in MHT format. + + + + A object to which the created MHT file should be sent. + + + + + + + + Exports a grid to the specified stream in MHT format using the specified MHT-specific options. + + + + A object to which the created MHT file should be sent. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + + + + + Exports a grid to the specified file path in PDF format, using the specified PDF-specific options. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in PDF format. + + + + A object to which the created PDF file should be sent. + + + + + + + + Exports a grid to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + + + + + Exports a grid to the specified stream in PDF format, using the specified PDF-specific options. + + + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in RTF format. + + + + A object to which the created RTF file should be sent. + + + + + + + + Exports a grid to the specified file path in RTF format. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + + + + + Exports a grid to the specified stream in RTF format, using the specified RTF-specific options. + + + + A object to which the created RTF file should be sent. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in RTF format, using the specified RTF-specific options. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in text format, using the specified text-specific options. + + + + A object to which the created text file should be sent. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in text format. + + + + A which specifies the file name (including the full path) for the created text file. + + + + + + + + Exports a grid to the specified stream in text format. + + + + A object to which the created text file should be sent. + + + + + + + + Exports a grid to the specified file path in text format, using the specified text-specific options. + + + + A which specifies the file name (including the full path) for the created text file. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLS format. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + + + + + Exports a grid to the specified file path in XLS format using the specified XLS-specific options. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLS format. + + + + A object to which the created XLS file should be sent. + + + + + + + + Exports a grid to the specified stream in XLS format, using the specified XLS-specific options. + + + + A object to which the created XLS file should be sent. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLSX format, using the specified XLSX-specific options. + + + + A object to which the created XLSX file should be sent. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLSX format. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + + + + + Exports a grid to the specified file path in XLSX format, using the specified XLSX-specific options. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLSX format. + + + + A object to which the created XLSX file should be sent. + + + + + + + + Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. + + + + A object to which the created XPS file should be sent. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XPS format. + + + + A object to which the created XPS file should be sent. + + + + + + + + Exports a grid to the specified file path in XPS format. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + + + + + Exports a grid to the specified file path in XPS format using the specified XPS-specific options. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Gets or sets whether the TreeListView fetches child nodes of sub-level nodes when their parent node is being expanded. This is a dependency property. + + + true to fetch child nodes of sub-level nodes when their parent node is being expanded; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the way nodes are filtered. + + + A enumeration value that specifies the way nodes are filtered. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Returns the list of visible columns that are fixed to the left. This is a dependency property. + + + The list of visible columns fixed to the left. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the fixed line's width. This is a dependency property. + + + A value that specifies the fixed line's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the horizontally scrollable viewport. This is a dependency property. + + + A value that specifies the width of the horizontally scrollable viewport, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the list of visible columns that are not fixed within a View. This is a dependency property. + + + The list of visible columns that are not fixed within a View. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Returns the list of visible columns that are fixed to the right. This is a dependency property. + + + + The list of visible columns fixed to the right. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the focused column. This is a dependency property. + + + A object that is the focused column. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the focused node. This is a dependency property. + + + A object that is the focused node. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a focused node's border. This is a dependency property. + + + + A object that specifies the template that displays the border. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Searches for a node with the specified value within the specified cell, and returns the first found node. + + + + A value that specifies the field name of the column containing the required cell. + + + + An object that specifies the value of the required cell. + + + A object that is the node with the specified value within the specified cell. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns a node with the specified content. + + + + An object that is the content of the required node. + + + A object that is the node with the specified content. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns the node with the specified key value. + + + + An object that specifies the key value. + + + A object that is the node with the specified key value. + + + + + + + Returns a node with the specified handle. + + + + An integer value that specifies the row handle. + + + A object that is the node with the specified handle. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns a node with the specified visible index. + + + + An integer value that specifies the node's position within a View. + + + A object that is the node with the specified visible index. null (Nothing in Visual Basic) if the node was not found. + + + + + + + Returns the value of the specified cell. + + + + A object that is the node which contains the cell. + + + + A value that identifies the column containing the cell by its field name. + + + An object that is the value of the specified cell. null (Nothing in Visual Basic) if the cell was not found. + + + + + + + Returns the value of the specified cell. + + + + A object that is the node which contains the cell. + + + + A descendant that is the column containing the cell by its field name. + + + An object that is the value of the specified cell. null (Nothing in Visual Basic) if the cell was not found. + + + + + + + Returns the node's position within a View among visible nodes. + + + + A object that is the node whose visible index is returned. + + + An integer value that specifies the node's position among visible nodes. -1 if the specified node is hidden. + + + + + + + Returns selected nodes. + + + An array of nodes currently selected within a View. + + + + + + + Returns the handles of the selected nodes. + + + An array of integer values specifying the handles of the selected nodes. An empty array if no nodes are selected. + + + + + + + Gets whether the view has details. + + + false always. + + + + + + + Gets or sets the minimum height of the Column Header Panel. This is a dependency property. + + + A value that is the minimum height of the Column Header Panel. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after a cell's editor has been closed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the horizontal scrollbar's visibility. This is a dependence property. + + + A enumeration value that specifies the horizontal scrollbar's visibility. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the view's client area. This is a dependency property. + + + A value that specifies the client area's width. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the name of the field in a data source that contains node images. This is a dependency property. + + + A value that specifies the field name. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the width of the row indicator header. This is a dependency property. + + + A value that specifies the width of the row indicator header, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the width of the indicator panel. This is a dependency property. + + + An integer value specifying the width of the indicator panel, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Fires when a node fails validation, or when it cannot be saved to a data source. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the name of the service field in a data source that contains unique values. This is a dependency property. + + + A value that specifies the name of the data source key field. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Moves focus to the node preceding the one currently focused. + + + + true to allow moving focus to the Auto Filter Row; otherwise, false. + + + + + + + + + This is a dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets an object that is the New Item Row's data. This property is reserved for future use. + + + + A object that is the row's data. + + + + + + + + Occurs after the node's property has changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs each time a node's checkbox has changed its value. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after a node has been collapsed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs before a node is collapsed and allowing the action to be canceled. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after a node has been expanded. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs before a node is expanded. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets a selector that chooses a node image based on custom logic. This is a dependency property. + + + + A descendant that chooses a node image based on custom logic. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the collection of root nodes. + + + A object that contains root nodes. + + + + + + + Gets or sets the name of the service field in a data source that contains parent node values. This is a dependency property. + + + A value that contains parent node values. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Invokes the Print dialog and prints the grid. + + + + + + + + Gets or sets whether the grid is printed with all nodes expanded. + + + true to print the grid with all nodes expanded; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether printed columns' widths are automatically changed, so that the grid fits the width of the report page. + + + true to automatically change the grid's width so that it fits the width of the report page; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to all data cells when the grid is printed. This is a dependency property. + + + A object that represents the style applied to all data cells when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether column headers are printed. + + + true to print column headers; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to column headers when the grid is printed. This is a dependency property. + + + A object that represents the style applied to column headers when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Prints the grid using the printer specified by the print queue. + + + + A object specifying the print queue. + + + + + + + + Prints the grid using the default printer. + + + + + + + + Gets or sets whether expand buttons are printed. + + + true to print expand buttons; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the Fixed Summary Panel's presentation when the grid is printed. This is a dependency property. + + + A object that defines the Fixed Summary Panel's presentation when the grid is printed + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Fixed Summary Panel is printed. This is a dependency property. + + + true to print the Fixed Summary Panel; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. This is a dependency property. + + + A object that represents the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the Summary Panel's presentation when the grid is printed. This is a dependency property. + + + A object that defines the Summary Panel's presentation when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of column headers when the grid is printed. This is a dependency property. + + + A object that defines the presentation of column headers when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the node images are printed. + + + true to print the node images; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to the node indents when the grid is printed. This is a dependency property. + + + A object that is the style applied to the node indents when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of data rows when the grid is printed. This is a dependency property. + + + A object that defines the presentation of data rows when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether the Summary Panel is printed. + + + true to print the Summary Panel; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style applied to total summary items when the grid is printed. This is a dependency property. + + + A object that represents the style applied to total summary items when the grid is printed. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether focus is restored on a child node after expanding its parent node. This is a dependency property. + + + true, to restore focus; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Restores the nodes state. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the root value. This is a dependency property. + + + An object that specifies the root value. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the node decoration template. This is a dependency property. + + + A object that is the node decoration template. + + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs when a node is double-clicked. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the node indent. This is a dependency property. + + + A value that specifies the node indent, in pixels. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the template that defines the presentation of a row indicator's content. This is a dependency property. + + + + A object that defines the presentation of row indicators. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a node's minimum height. This is a dependency property. + + + A value that specifies a row's minimum height. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This is a dependency property. + + + [To be supplied] + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Saves the current nodes state to the memory. + + + + + + + + Gets or sets the scroll animation length. This is a dependency property. + + + A value that specifies the animation length, in milliseconds. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the per-pixel scrolling mode. This is a dependency property. + + + A enumeration value that specifies the per-pexel scrolling mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets data objects that correspond to nodes currently selected within a View. + + + A object that is the collection of data objects corresponding to selected nodes. + + + + + + + Gets or sets the source of selected nodes. This is a dependency property. + + + The collection of selected nodes. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Occurs after treelist's selection has been changed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Selects the specified node. + + + + An integer value which specifies the handle of the node to select. + + + + + + + + Selects the specified node. + + + + A object that is the node to select. + + + + + + + + Selects multiple nodes, while preserving the current selection (if any). + + + + An integer value specifying the row handle at which the selection starts. + + + + An integer value specifying the row handle at which the selection ends. + + + + + + + + Selects multiple nodes, while preserving the current selection (if any). + + + + A object that is the node at which the selection starts. + + + + A object that is the node at which the selection ends. + + + + + + + + Sets the value of the specified cell in the specified node. + + + + A object that is the node containing the cell. + + + + A descendant that is the column containing the cell. + + + + An object that specifies the specified cell's new value. + + + + + + + + Sets the value of the specified cell in the specified node. + + + + A object that is the node containing the cell. + + + + A value that identifies the column containing the cell by its field name. + + + + An object that specifies the specified cell's new value. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + + @nbsp; + + + @nbsp; + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + + @nbsp; + + + @nbsp; + + + + + + + Gets or sets whether the Automatic Filter Row is displayed. This is a dependency property. + + + true to show the automatic filter row; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether or not to display node check boxes. + + + true to display node check boxes; otherwise, false. + + + + + + + Identifies the dependency property. + + + @nbsp; + + + + + + + Gets or sets whether or not to show expand buttons. This is a dependency property. + + + true to show expand buttons; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether horizontal lines are displayed. This is a dependency property. + + + true to display horizontal lines; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets a value specifying whether the Indicator panel is displayed. This is a dependency property. + + + true to display the node indicator panel; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to prevent an end-user from activating editors of individual cells. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Occurs after the focused cell's editor has been shown. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets whether to display node images or not. This is a dependency property. + + + true to allow display node images; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method is intended to be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner and document name. This method is intended to be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner. This method is intended to be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the modal Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the modal Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. + + + + + + + + Creates the print document from the TreeListView and displays the modal Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + + + + + Gets or sets whether or not to show an indent for the root node. + + + true to show an indent for the root node; otherwise, false. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @nbsp; + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets whether vertical lines are displayed. This is a dependency property. + + + true to display vertical lines; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the total number of nodes contained within the view. + + + An integer value that specifies the total number of nodes. + + + + + + + Gets or sets the tree derivation mode. This is a dependency property. + + + A enumeration value that specifies the tree derivation mode. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets or sets the style of tree lines used to connect nodes. This is a dependency property. + + + A enumeration value that specifies the style of tree lines. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Unchecks all node check boxes. + + + + + + + + Unselects the specified node. + + + + A object that is the node to unselect. + + + + + + + + Unselects the specified node. + + + + An integer value identifying the node by its handle. + + + + + + + + Gets or sets whether rows can be selected via the Row Indicator Panel. This is a dependency property. + + + true if rows can be selected via the row indicator; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Enables you to specify whether the focused cell's data is valid, and whether the cell's editor can be closed. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Enables you to specify whether the focused node's data is valid, and whether the node can lose focus. + + + + + + + + Identifies the routed event. + + + [To be supplied] + + + + + + Gets or sets the vertical scrollbar's visibility. This is a dependency property. + + + A enumeration value that specifies the vertical scrollbar's visibility. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + Gets the list of visible columns. This is a dependency property. + + + The list of visible columns. + + + + + + + Identifies the dependency property. + + + [To be supplied] + + + + + + + Lists values that indicate how a node has been changed. + + + + + + + A new node has been added to the collection of nodes (, ). + + + + + + + + A node's checkbox state has been changed. + + + + + + + + A node's content has been modified (the property has been changed). + + + + + + + + A node has been expanded or collapsed (the property has been changed). + + + + + + + + The button used to expand/collapse a node has been shown or hidden. The expand button is not displayed within a node if the node does not have child nodes (its collection is empty). + + + + + + + + A node's image specified by the property, has been changed. + + + + + + + + The node checkbox has been shown or hidden. The property specifies the visibility of node checkboxes. + + + + + + + + A node has been removed from the collection of nodes (, ). + + + + + + + + + The Column Chooser control. + + + + + + + Initializes a new instance of the ColumnChooserControl class. + + + + + + + Index: trunk/src/Stability/WTIStability/Deltares.Stability.IO.WTI.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Stability/WTIStability/Deltares.Stability.IO.WTI.csproj (.../Deltares.Stability.IO.WTI.csproj) (revision 7) +++ trunk/src/Stability/WTIStability/Deltares.Stability.IO.WTI.csproj (.../Deltares.Stability.IO.WTI.csproj) (revision 8) @@ -30,24 +30,6 @@ prompt MinimumRecommendedRules.ruleset - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - ..\..\..\lib\DSL-Geographic\Deltares.Geographic.dll Index: trunk/src/Dam/Tests/TestHelper/Deltares.Dam.TestHelper.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Tests/TestHelper/Deltares.Dam.TestHelper.csproj (.../Deltares.Dam.TestHelper.csproj) (revision 7) +++ trunk/src/Dam/Tests/TestHelper/Deltares.Dam.TestHelper.csproj (.../Deltares.Dam.TestHelper.csproj) (revision 8) @@ -36,26 +36,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - False Index: trunk/lib/DevExpress/DevExpress.XtraSpellChecker.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraSpellChecker.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraSpellChecker.v12.2.xml (revision 8) @@ -0,0 +1,561 @@ + + + + DevExpress.XtraSpellChecker.v12.2 + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + An object that triggers the event. + + + + A object that provides data for the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. + + + + A object that represents the context menu to be invoked. + + + + A representing the point at which a menu is shown. + + + + + + + + + Gets the point at which the popup menu is shown. + + + A representing the point at which the menu is shown. + + + + + + + + Gets or sets the control's context menu. + + + A object which represents the PivotGridControl's context menu. + + + + + + + + Represents an object that contains various settings for the operation mode of the spell checker. + + + + + + + Initializes a new instance of the CheckAsYouTypeOptions class with default settings. + + + + + + + + Gets or sets whether the spell checker is activated on a user entering the control in the parent container. + + + + true if the spell check is started automatically when any control within a container gets focus; otherwise, false. + + + + + + + Gets or sets the color used to underline the misspelled word. + + + A object. + + + + + + + Fires when any property of the object is changed. + + + + + + + + Gets or sets whether the spelling form can be invoked in a mode. + + + true if a spelling form can be displayed when the spell checker is in mode; otherwise, false. + + + + + + + Gets or sets the number of suggested words displayed in the context menu. + + + An integer, representing the number of suggestions for display. + + + + + + + Gets or sets the underline style for misspelled words. + + + An enumeration member. + + + + + + + + Lists line types that can be used to mark the misspelled words. + + + + + + + Draws a line below the mispelled word as illustrated below: + + + + + + + + + Draws a wavy line below the misspelled word as illustrated below: + + + + + + + + + + + Represents a component that holds dictionaries available for different instances of the SpellChecker component. + + + + + + + Initializes a new instance of the SharedDictionaryStorage class with default settings. + + + + + + + + Initializes a new SharedDictionaryStorage class instance with the specified container. + + + + A object that provides functionality for containers. + + + + + + + + Provides access to shared dictionaries that are stored in a separate component to be available throughout the application. + + + + A object, representing a collection of shared dictionaries. + + + + + + + + Contains options that affect text processing. + + + + + + + + Initializes a new instance of the OptionsSpelling class with default settings. + + + + + + + + + Represents the base component of the XtraSpellChecker Suite. + + + + + + + Initializes a new instance of the SpellChecker class with default settings. + + + + + + + + Invokes the About dialog box. + + + + + + + + Performs a spell check of the word, which occupies the rectangular area to which the specified point belongs. + + + + A that aims the spell checker to test a word located at that point. + + + A class instance that contains information on the checked word and found suggestions. + + + + + + + Checks whether the control is registered to be used with the XtraSpellChecker. + + + + + A object representing a control to be checked for spelling mistakes. + + + true if the control is already registered to be used with the XtraSpellChecker; otherwise false. + + + + + + + + + Checks the specified control for spelling mistakes. + + + + A object representing a control to be checked for spelling mistakes. + + + + + + + + Checks the spelling of the text available through the controller interface. + + + + + An object implementing the ISpellCheckTextController interface. + + + + + + + + + Provides access to the options used to visually indicate misspelled words and customize the context menu, invoked by right-clicking the word. + + + A object. + + + + + + + Occurs when the spell check is complete. + + + + + + + + Checks the controls within the container for spelling mistakes. + + + + + A object representing a control container to be checked for spelling mistakes. + + + + + + + + Checks the controls in the container of current control for spelling mistakes. + + + + + + + + Provides access to the object that manages the spelling forms for user interaction. + + + A SpellingFormsManager object. + + + + + + + Returns a value that determines whether the control can be processed by a spell checker. + + + + A control for which the spell checking option is determined. + + + + true if the control can be passed for spelling check; otherwise false. + + + + + + + Creates a list of commands, available to the end-user, which depend on the type of misspelling and current spellchecker operation mode. + + + + + A object, representing a situation when a misspelled word is found. + + + A generic list of objects. + + + + + + + Returns a value that determines whether the command that invokes the spell checker should be added to the control's drop-down menu. + + + + A control which option is determined. + + + true if the spell checker item is present in a context menu; otherwise false. + + + + + + + Gets the options of spelling check specified for the control. + + + + A control for which the spell checking options are specified. + + + An object containing the spell checking options. + + + + + + + Constructs an ordered list of suggestions for a given word. + + + + A representing a word for which the suggestions should be calculated. + + + + A object representing a sorted list of suggested words. + + + + + + + Provides access to the settings which control the SpellChecker look and feel appearance. + + + A object whose properties specify the SpellChecker control's look and feel. + + + + + + + Occurs when the form used to specify the is about to be shown. + + + + + + + + Provides access to the spelling options set for the spell checker instance. + + + An object containing the spell checking options. + + + + + + + Gets or sets the control, representing the parent container for the XtraSpellChecker instance. + + + A object, which is the parent container for the controls to be checked. + + + + + + + Occurs before a context menu is shown. + + + + + + + + Occurs before a context menu is created. + + + + + + + + Returns a value that specifies whether the control can be processed by a spell checker. + + + + A control for which the spell checking option is specified. + + + + + true if the control can be passed for spelling check; otherwise false. + + + + + + + + Specifies a value that determines whether the command that invokes the spell checker should be added to the control's drop-down menu. + + + + true if the spell checker item is present in a context menu; otherwise false. + + + + A control for which the option is determined. + + + + + + + + + Sets the options of spelling check specified for the control. + + + + An object containing the spell checking options. + + + + A control for which the spell checking options are specified. + + + + + + + + Gets or sets the XtraSpellChecker operation mode. + + + A enumeration member. + + + + + + + Occurs when the spelling form is about to be displayed. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Validation.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.PivotChart.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.DemoData.v12.2.Core.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/DamLiveLiveSensors/Deltares.Dam.DamLiveLiveSensors.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/DamLiveLiveSensors/Deltares.Dam.DamLiveLiveSensors.csproj (.../Deltares.Dam.DamLiveLiveSensors.csproj) (revision 7) +++ trunk/src/Dam/DamLiveLiveSensors/Deltares.Dam.DamLiveLiveSensors.csproj (.../Deltares.Dam.DamLiveLiveSensors.csproj) (revision 8) @@ -12,25 +12,6 @@ v4.0 512 - - AnyCPU - true - full - false - ..\..\bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - ..\..\bin\Release\ - TRACE - prompt - 4 - true ..\..\bin\Debug\ Index: trunk/lib/DevExpress/DevExpress.ExpressApp.PivotGrid.Web.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.Office2010Silver.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraRichEdit.v12.2.Extensions.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Gauges.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpf.Themes.Office2007Blue.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraScheduler.v12.2.Core.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Xpo.v12.2.Web.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.Web.ASPxSpellChecker.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraReports.v12.2.LightSwitch.Design.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraPrinting.v12.2.xml =================================================================== diff -u --- trunk/lib/DevExpress/DevExpress.XtraPrinting.v12.2.xml (revision 0) +++ trunk/lib/DevExpress/DevExpress.XtraPrinting.v12.2.xml (revision 8) @@ -0,0 +1,3804 @@ + + + + DevExpress.XtraPrinting.v12.2 + + + + + + Represents the base class for Ribbon Controller classes that embed their specific functionality into the existing object. + + + + + + + + + + Starts the RibbonControllerBase's initialization. Initialization occurs at runtime. + + + + + + + + + Ends the RibbonControllerBase's initialization. + + + + + + + + + Performs basic initialization of the created Ribbon Controller, and assigns the specified Ribbon Control and Ribbon Status Bar to it. + + + + + A object, specifying the Ribbon Control to be assigned to the property. + + + + + A object, specifying the Ribbon status bar to be assigned to the property. + + + + + + + + + + Gets or sets the class instance to which the Ribbon Controller belongs. + + + + A class instance to which the Ribbon Controller belongs. + + + + + + + Gets or sets the class instance to which the Ribbon Controller belongs. + + + + A class instance to which the Ribbon Controller belongs. + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the DataGridLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a DataGridLink class instance. + + + + + + + + Initializes a new instance of the DataGridLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the DataGridLink class with default settings. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the page's headers and footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + An object. + + + + + + + Prints the current document to the specified printer. + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the RichTextBoxLink class with default settings. + + + + + + + + Initializes a new instance of the RichTextBoxLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A composite link that can be used to combine several printing links together into a composite document. + + + + + + + Initializes a new instance of the CompositeLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CompositeLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a CompositeLink class instance. + + + + + + + + Initializes a new instance of the CompositeLink class with default settings. + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the Printing System of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview form with the document created from this link. + + + + + + + + Invokes the Print Preview form with the document created from this link. + + + + A object which specifies the look and feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form with the document created from this link. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the TreeViewLink class with default settings. + + + + + + + + Initializes a new instance of the TreeViewLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A link to print the control. + + + + + + + Initializes a new instance of the ListViewLink class with the default settings. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + A Ribbon Print Preview form that shows the document ready to print and/or export. + + + + + + + Initializes a new instance of the PrintPreviewRibbonFormEx class with the default settings. + + + + + + + + + Gets the PrintRibbonController of the Print Preview form with a Ribbon. + + + A object which represents the Print Ribbon Controller of the Print Preview form with a Ribbon. + + + + + + + + Gets the RibbonControl of the Print Preview form with a Ribbon. + + + A object which represents the Ribbon Control of the Print Preview form with a Ribbon. + + + + + + + + Gets the RibbonStatusBar of the Print Preview form with a Ribbon. + + + A object which represents the Ribbon Status Bar of the Print Preview form with a Ribbon. + + + + + + + + + A component that is used to create a Print Preview page inside a when creating a Print Preview Form with a Ribbon. + + + + + + + + + Initializes a new instance of the PrintRibbonController class with default settings. + + + + + + + + Initializes a new instance of the PrintRibbonController class with the specified context. + + + + A which contains information about the current context. + + + + + + + + Initializes a new instance of the PrintRibbonController class with the specified container. + + + + An object implementing the interface. + + + + + + + + Starts the PrintRibbonController's initialization. Initialization occurs at runtime. + + + + + + + + + Ends the PrintRibbonController's initialization. + + + + + + + + + Gets a bar item within the Ribbon Control by its command. + + + + + A enumeration value which specifies the command to be executed by the bar item to be found. + + + + A object that represents the bar item which executes the specified command. + + + + + + + Gets the collection of images used in the PrintRibbonController UI. + + + A object. + + + + + + + Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance. + + + + An object of the @#60;T@#62; generic type, representing a collection of Ribbon pages. + + + + + + + Gets or sets the class instance to which the Print Ribbon Controller belongs. + + + + + A class instance to which the Print Ribbon Controller belongs. + + + + + + + Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands. + + + + + + + + + + + Represents the collection of images used in the Ribbon UI. + + + + + + + + Initializes a new instance of the RibbonImageCollection class. + + + + + + + + Gets the specified image from the collection. + + + + A value specifying the image name. + + + An object. + + + + + + + Sets the specified image in the collection. + + + + A value specifying the image name. + + + + An object. + + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the PrintTool class with the specified Printing System. + + + + A object that represents the Print Tool's Printing System. This value is assigned to the property. + + + + + + + + Closes the Print Preview form. + + + + + + + + Closes the Ribbon Print Preview form. + + + + + + + + Disposes of the PrintTool object. + + + + + + + + + Applies the printer settings restored from the specified file to the system default printer. + + + + A value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded. + + + + + + + + Applies the printer settings restored from the specified registry to the system default printer. + + + + A , specifying the system registry path from where the printer settings should be loaded. + + + + + + + + + Applies the printer settings restored from the specified stream to the system default printer. + + + + A from where the printer settings should be loaded. + + + + + + + + For internal use. + + + + A descendant. + + + + + + + + Provides access to a Print Preview form of the PrintTool. + + + A object. + + + + + + + Provides access to a Ribbon Print Preview form of the PrintTool. + + + A object. + + + + + + + Prints the current document. + + + + + + + + Prints the current document on the specified printer. + + + + A representing the name of the printer on which the current document should be printed. + + + + + + + + Runs a print dialog box used for selecting a printer, setting some print options and printing the document. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + Provides access to the Printing System of the PrintTool. + + + A class descendant. + + + + + + + Saves the settings of the system default printer to the specified file. + + + + A value, specifying the name of the file (with a full path to it) to where the printer settings should be saved. + + + + + + + + Saves the settings of the system default printer to the specified registry. + + + + A , specifying the system registry path to where the printer settings should be saved. + + + + + + + + + Saves the settings of the system default printer to the specified stream. + + + + A to where the printer settings should be saved. + + + + + + + + Displays a Page Setup dialog window. + + + true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). + + + + + + + Invokes the standard Print Preview form for the document assigned to the PrintTool. + + + + + + + + Invokes the standard Print Preview form for the document assigned to the PrintTool, using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the Print Preview form for the document assigned to the PrintTool as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form for the document assigned to the PrintTool, using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the modal Print Preview form for the document assigned to the PrintTool. + + + + + + + + Invokes the modal Print Preview form for the document assigned to the PrintTool as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview form for the document assigned to the PrintTool. + + + + + + + + Invokes the Ribbon Print Preview form for the document assigned to the PrintTool, using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the Ribbon Print Preview form for the document assigned to the PrintTool as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form for the document assigned to the PrintTool. + + + + + + + + Invokes the modal Ribbon Print Preview form for the document assigned to the PrintTool, using the specified look-and-feel settings. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form for the document assigned to the PrintTool as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. + + + + + + + + + An instrument for report printing. + + + + + + + + Initializes a new instance of the ReportPrintTool class with the specified report. + + + + An object implementing the interface (usually, it is the class instance). + + + + + + + + Specifies whether the Parameters panel is visible in the Print Preview window. + + + + + true to always show the Parameters UI; otherwise false. + + + + + + + Disposes of the ReportPrintTool object. + + + + + + + + Provides access to the settings of the report assigned to the ReportPrintTool. + + + An object implementing the interface (which is typically the class instance). + + + + + + + Displays the Page Setup dialog window. + + + true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). + + + + + + + + Represents the base class for the form used to show the Print Preview of a document. + + + + + + + + Initializes a new instance of the PrintPreviewFormExBase class with default settings. + + + + + + + + Gets the Print Control of the Print Preview Form. + + + A object which represents the Print Control of the form. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Specifies whether the Print Preview Form's size, position and zoom setting are saved to the Windows registry. + + + + + true if Print Preview Form settings are saved in the Windows registry; otherwise, false. + + + + + + + Gets or sets the index of the currently selected page in the form's . + + + + + An integer value which represents the index of the selected page. + + + + + + + + Displays the Print Preview Form using the specified Look-and-Feel settings. + + + + + A object which specifies the Look-and-Feel settings to apply to the Print Preview Form. + + + + + + + + Displays the Print Preview Form. + + + + + + + + Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings. + + + + A object that is the parent window for this dialog. + + + + A object, specifying the look-and-feel settings applied to the Print Preview form. + + + + + + + + Invokes the Print Preview Form form which is shown modally as a child of the specified parent window using the specified look and feel settings. + + + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally as a child of the specified parent window. + + + + + + A object representing the parent window for this dialog. + + + A enumeration value representing the return value of the dialog. + + + + + + + Invokes the Print Preview Form form which is shown modally using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Print Preview Form. + + + A enumeration value representing the return value of the dialog. + + + + + + + + A component that is used to create toolbar, status bar and menu elements in a Print Preview form. + + + + + + + + Initializes a new instance of the PrintBarManager class with default settings. + + + + + + + + Initializes a new instance of the PrintBarManager class with the specified container. + + + + An object implementing the interface. + + + + + + + + Gets or sets the popup control which is used to specify a color within the printing bar manager. + + + + + A object which represents the popup control used to select a color. + + + + + + + Gets a bar item within the bar manager by its command. + + + + + A enumeration value that specifies the command to be executed by the bar item to be found. + + + + A object that is the bar item which executes the specified command. + + + + + + + + Gets the source of images that can be displayed within items. + + + A object which provides images for bar items. + + + + + + + + Gets or sets a stream which contains the images used to display Print Bar Manager items. + + + + A object which represents the stream of images. + + + + + + + Performs basic initialization of the created PrintBarManager object, and assigns the specified Print Control to it. + + + + + + A object which specifies the print control to be assigned. + + + + + + + + + Overrides the property. + + + + A which provides large images for bar button items. + + + + + + + Gets or sets the popup control which is used to specify the number of pages to preview within the printing bar manager. + + + + + A object which represents the popup control used to select the number of pages to preview. + + + + + + + + Gets or sets the print preview bar controlled by this preview bar manager. + + + + A object which represents the print preview bar of this bar manager. + + + + + + + Gets or sets the class instance to which the Print Bar Manager belongs. + + + + + A class instance to which the Print Bar Manager belongs. + + + + + + + + Gets or sets the popup control which is used to specify the document scaling options. + + + + + A object which represents the popup control used to specify scaling options. + + + + + + + Updates print bar manager items according to the current visibility state of the corresponding Printing System commands. + + + + + + + + + Gets or sets the editor which is used to specify the zoom level within the printing bar manager. + + + + + A object which represents the zoom editor. + + + + + + + + A standard Print Preview form that shows the document ready to print and/or export. + + + + + + + Initializes a new instance of the PrintPreviewFormEx class with default settings. + + + + + + + + Gets the of the Print Preview Form. + + + A object which represents the Print Bar Manager of the Print Preview Form. + + + + + + + + + [To be supplied] + + + + + + [To be supplied] + + + A descendant. + + + + + + + + + Lists the values used to specify the visibility of page borders. + + + + + + + + + Both standard borders and selection borders are painted around pages. + + + + + + + + Only standard page borders are painted. + + + + + + + + Borders are not painted around pages at all. + + + + + + + + + Represents a method that will handle all brick events within the XtraPrinting Library. + + + + + + + A method that will handle all brick events within the XtraPrinting Library. + + + + The event source. + + + + A that contains event data. + + + + + + + + + Provides data for all brick events within the XtraPrinting Library. + + + + + + + Initializes a new instance of the BrickEventArgs class with the specified brick. + + + + A value, which represents the event's brick. This value is assigned to the property. + + + + + + + + Initializes a new instance of the BrickEventArgs class with the specified brick, page, event args, x and y values. + + + + A value, which represents the event's brick. This value is assigned to the property. + + + + A object, which represents the event's page. This value is assigned to the property. + + + + A object, which represents the event's arguments. This value is assigned to the property. + + + + A value, which represents the event's X coordinate. This value is assigned to the property. + + + + A value, which represents the event's Y coordinate. This value is assigned to the property. + + + + + + + + Gets actual event arguments. + + + The actual event arguments. + + + + + + + Gets the page on which the brick associated with the event is located. + + + + + A object specifying the page on which the brick is located. + + + + + + + + Gets the X-coordinate offset of the brick associated with the event. + + + + A float value specifying the brick's X-offset in three hundredths of an inch. + + + + + + + + Gets the Y-coordinate offset of the brick associated with the event. + + + + A float value specifying the brick's Y-offset in three hundredths of an inch. + + + + + + + + + A link to print components that implement the interface. + + + + + + + Initializes a new instance of the PrintableComponentLink class with the specified container. + + + + An object implementing the interface which specifies the owner container of a PrintableComponentLink class instance. + + + + + + + + Initializes a new instance of the PrintableComponentLink class with default settings. + + + + + + + + Initializes a new instance of the PrintableComponentLink class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified Printing System. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A value, specifying the printer name. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + + Represents the class containing properties responsible for report printing. + + + + + + + Initializes a new instance of the XtraPageSettings class with the specified printing system. + + + + A object, which identifies the printing system to be used. + + + + + + + + Assigns the specified page settings. + + + + A object providing the page settings. + + + + + + + + + Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. + + + + A object which specifies the margins of the document. + + + + A value which specifies one of the standard paper sizes. + + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + true to print a page in landscape orientation; otherwise, false. + + + + + + + + Assigns the default printer's settings to the object. + + + + + + + + + Assigns the default printer settings to the current page settings according to the specified value. + + + + + A object specifying which of the printer settings should be assigned. + + + + + + + + + Assigns the specified printer's settings to the XtraPageSettings object. + + + + A value specifying the printer name. This value is assigned to the property. + + + + A value specifying the paper name. This value is assigned to the property. + + + + A object specifying which of the printer settings should be assigned. + + + + + + + + Provides access to the current page settings. + + + A object representing the current page settings. + + + + + + + + A container that renders and displays document pages. + + + + + + + Initializes a new instance of the PrintControl class with default settings. + + + + + + + + Gets or sets a value indicating whether the auto-zoom mode is enabled for the PrintControl. + + + true if the auto-zoom mode is enabled; otherwise, false. + + + + + + + Gets or sets the background color of a object. + + + A object representing the background color of the print control. + + + + + + + + This property is overridden and never used. To customize the PrintControl's background image, you need to create and use custom skins. + + + + + A object. + + + + + + + This event is intended to hide the event of the base class. + + + + + + + + + + This property is overridden and never used. To customize the PrintControl's background image and its layout, you need to create and use custom skins. + + + + + A enumeration value. + + + + + + + This event is intended to hide the event of the base class. + + + + + + + + + Gets or sets the border style for the control. + + + One of the enumeration values representing the border style. + + + + + + + Occurs when the region of a brick within the is clicked. + + + + + + + + Occurs when a brick within the is double-clicked. + + + + + + + + + Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is pressed. + + + + + + + + Occurs when pressing the mouse button over a brick's region within the . + + + + + + + + Occurs when moving the mouse over a brick's region within the . + + + + + + + + Occurs when releasing the mouse button over a brick's region within the . + + + + + + + + Occurs when the mouse pointer moves over the region specified by a brick within the . + + + + + + + + Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is released. + + + + + + + + Provides access to the Print Control's dock manager. + + + A object, representing the dock manager. + + + + + + + Occurs when a class instance recieves a document change notification. + + + + + + + + Executes the printing system command without any parameters. + + + + A enumeration value representing the command to be executed. + + + + + + + + Executes the specified printing system command and passes the specified parameters. + + + + + A enumeration value representing the command to be executed. + + + + A collection of objects representing the parameters to be passed to the executing command. + + + + + + + + Finds a brick based on specific screen coordinates. + + + + A screen coordinate point used to locate a brick. + + + A class instance to which a specific point belongs. + + + + + + + Gets or sets the foreground color of a PrintControl object. + + + A object representing the foreground color of the print control. + + + + + + + Obtains the location and size of the specified brick on the screen. + + + + A object representing the brick whose bounds should be determined. + + + + A object representing the page containing the brick whose bounds should be determined. + + + A object representing brick bounds on the screen. + + + + + + + Redraws the region specified by a brick within a . + + + + A class instance whose visual representation needs to be redrawn. + + + + + + + + Gets or sets a value indicating whether to use the metric system for measurements in the document's preview. + + + + + true to use the metric system for measurements made in the document's preview; otherwise, false. The default value is set to the property value. + + + + + + + + Provides access to the settings that control the print control's look and feel. + + + A object whose properties specify the print control's look and feel. + + + + + + + Gets the maximum number of columns for multi-page reports displayed within the . + + + + The maximum number of columns for a multi-page report. + + + + + + + + Gets the maximum number of rows for a multi-page report displayed within the . + + + + The maximum number of rows for a multi-page report. + + + + + + + + Gets the maximum zoom factor of a report page within the control. + + + The maximum zoom factor of a report page within the control. + + + + + + + Gets the minimum zoom factor of a report page within the . + + + The minimum zoom factor of a report page within the . + + + + + + + Gets or sets the color used to draw borders around all pages in a Print Control. + + + + A value that represents the color of page borders. + + + + + + + + Gets or sets a value indicating whether borders should be painted around all and selected document pages. + + + + + A enumeration value, that specifies the visibility of page borders. + + + + + + + Gets or sets the width of the borders around all pages in the Print Control. + + + + An integer value that represents the width of the page borders. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Sets the property to . + + + + + + + + Sets the property to . + + + + + + + + Scrolls one page down. + + + + + + + + Scrolls one page up. + + + + + + + + Obtains the currently selected report page. + + + The currently selected report page. + + + + + + + Gets or sets the color used to draw borders around the currently selected page in a Print Control. + + + + A value that represents a color of the selected page's borders. + + + + + + + + Gets or sets the width of the borders around the currently selected page in the Print Control. + + + + An integer value that represents the width of the selected page's borders. + + + + + + + + Occurs when the selected page within the is changed. + + + + + + + + Gets or sets the selected page index. + + + The selected page index. + + + + + + + Moves selection to the first page within a report. + + + + + + + + Moves selection to the last page within report pages. + + + + + + + + Moves selection to the next page within a multipage report. + + + + + + + + Moves selection to the previous page within a multipage report. + + + + + + + + Sets the cursor to be used within the PrintControl control. + + + + + A object representing the desired cursor. + + + + + + + + + Sets the visibility of the Document Map which is available if the document, represented by the Print Control, contains at least one bookmark. + + + + + + true to show the Document Map; otherwise, false. + + + + + + + + Sets input focus to the current instance. + + + + + + + + Determines the number of columns and rows used to display pages of a multipage report within the . + + + + The number of columns. It will not exceed the property value. + + + + The number of rows. It will not exceed the property value. + + + + + + + + Moves the print control's focus to the specified brick which is printed on the specified page. + + + + A object representing the brick to which focus is moved. + + + + + A object representing the page where the brick is printed. Note that if a brick is split across two or more pages, then only the part of the brick which is printed on the specified page will be focused. + + + + + + + + Specifies whether the control shows page margin lines. + + + true to show page margin lines; otherwise false. + + + + + + + + Gets or sets a value which specifies whether the Print Control can display hints. + + + true if the Print Control can display hints; otherwise false. + + + + + + + Gets or sets the background color of all the tooltips shown in a object. + + + + A object representing the background color of the tooltips. + + + + + + + Gets or sets the font of all the tooltips shown in a object. + + + + A object that defines the text's format including font face, size, and style attributes. + + + + + + + + Gets or sets the foreground color of all the tooltips shown in a object. + + + + A object representing the foreground color of the tooltips. + + + + + + + Redraws the current page view in the . + + + + + + + + Gets or sets the current zoom factor of a report page. + + + The current zoom factor of a report page. + + + + + + + Occurs after the current view zoom has changed. + + + + + + + + Zooms in on the page currently displayed in the . + + + + + + + + + Zooms out the page currently displayed in the . + + + + + + + + + Implements the basic functionality of the XtraPrinting Library. + + + + + + + Initializes a new class instance and adds it to the form's container. + + + + An IContainer that contains a XtraPrintingSystem component, if any. + + + + + + + + Initializes a new class instance. + + + + + + + + Activates the About dialog. + + + + + + + + Gets the collection of links, defined for the current object. + + + The link collection of the current object. + + + + + + + Gets the current page settings. + + + Current page settings. + + + + + + + Displays the PageSetup dialog. + + + true, if the "OK" button is clicked in the PageSetup dialog, false, if the "Cancel" button is clicked in the PageSetup dialog. + + + + + + + Gets the form used to display the document preview. + + + A object which represents the current preview form. + + + + + + + Gets the Ribbon form used to display the document preview. + + + A object which represents the current preview form. + + + + + + + Prints the current document. + + + + + + + + Prints the current document to the specified printer. + + + + + A representing the name of the printer on which to print the document. + + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + A enumeration value containing the return value of the print dialog box. + + + + + + + + Provides access to watermark settings of the printing system's document. + + + A object containing watermark settings. + + + + + + + + A printing link. + + + + + + + Initializes a new instance of the Link class with the specified container. + + + + An object implementing the interface which specifies the owner container of a Link class instance. + + + + + + + + Initializes a new instance of the Link class with default settings. + + + + + + + + Initializes a new instance of the Link class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. + + + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + + + true if the command can be handled; otherwise, false. + + + + + + + Generates a report using the specified PrintingSystem. + + + + A class instance, specifying the printing system of the link. + + + + + + + + Handles the specified Printing System command. + + + + A enumeration value which specifies the command to be handled. + + + + A collection of objects representing the parameters to be passed to the handled command. + + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. + + + + + + + + Provides access to the link's collection of images. + + + An object. + + + + + + + A collection of images which can be added to the Page Headers and Footers. + + + An object which represents a collection of images that can be used in the report. + + + + + + + For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. + + + A object. + + + + + + + Prints the current document to the specified printer. + + + + + A representing the name of the printer on which to print the document. + + + + + + + + Displays the standard Print dialog and prints the current document. + + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A object. + + + + + + + Gets or sets the Printing System used to create and print a document for this link. + + + A class descendant. + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Print Preview Form. + + + + + + + + Invokes the Print Preview Form which shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. + + + + + A object representing the parent window for this dialog. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link. + + + + + + + + Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. + + + + A object representing the parent window for this dialog. + + + + A object which specifies the look and feel settings applied to the Preview Form. + + + + + + + + Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + + Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. + + + + A object which specifies the look and feel settings applied to the Ribbon Print Preview form. + + + + + + + Index: trunk/lib/DevExpress/DevExpress.ExpressApp.Reports.Win.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/lib/DevExpress/DevExpress.XtraGrid.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/Maps/Deltares.Maps.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Maps/Deltares.Maps.csproj (.../Deltares.Maps.csproj) (revision 7) +++ trunk/src/Maps/Deltares.Maps.csproj (.../Deltares.Maps.csproj) (revision 8) @@ -77,26 +77,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - False Index: trunk/lib/DevExpress/DevExpress.ExpressApp.EasyTest.WebAdapter.v12.2.dll =================================================================== diff -u Binary files differ Index: trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj =================================================================== diff -u -r7 -r8 --- trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj (.../Deltares.Dam.BenchmarkTests.csproj) (revision 7) +++ trunk/src/Dam/Tests/Deltares.Dam.BenchmarkTests.csproj (.../Deltares.Dam.BenchmarkTests.csproj) (revision 8) @@ -57,26 +57,6 @@ true true - - true - bin\x86\qwe\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\DebugWithSources\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true -