DevExpress.Web.Mvc.v12.2
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxCallbackPanel class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
For internal use only.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents an extension object implementing the CallbackPanel functionality.
Initializes a new instance of the CallbackPanelExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the CallbackPanelExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains CallbackPanel specific settings.
Initializes a new instance of the CallbackPanelSettings class with default settings.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions when a round trip to the server has been initiated by a call to the client method.
A CallbackEventHandlerBase delegate method implementing custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets an object that lists the client-side events specific to the CallbackPanelSettings.
A object which allows assigning handlers to the client-side events available to the CallbackPanelSettings.
Gets or sets a value that specifies the initial visibility state of a CallbackPanel on the client.
true to make a CallbackPanel initially displayed; false to render it into the web page, but make it initially hidden on the client.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets a value that specifies whether a specific animation effect is used when a CallbackPanel's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether a specific animation effect is used when a callback panel's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether the panel's contents are hidden while a callback sent by the panel is being processed on the server side.
true to hide the panel's content; false to preserve display of the panel content.
Provides access to the settings that define images for various CallbackPanel elements.
A object that contains image settings.
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 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 or sets the text displayed within a loading panel while waiting for a callback response.
A string value that specifies the panel's text.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to custom render the panel content.
A method to which content rendering is delegated.
Allows you to custom render the panel content.
A string value representing the content.
Gets or sets whether a specific Loading Panel can be displayed within the panel.
true if a Loading Panel is allowed to be displayed within the panel; otherwise, false.
Gets or sets whether the loading panel's image can be displayed.
true if an image is allowed to be displayed within the loading panel; otherwise, false.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Contains information on a group.
Initializes a new instance of the GridViewGroupInfo class with default settings.
Gets or sets the number of data rows contained within a group.
An integer value specifying the number of data rows within a group.
Gets or sets the name of the data field against whose values the processed grouping operation is performed.
A string value that is the name of the processed data field.
Gets or sets the key value of the processed group row.
An object specifying a group row's key value (that is the value of a data field specified by the that uniquely identifies the group row).
Represents an extension object implementing the LoadingPanel functionality.
Initializes a new instance of the LoadingPanelExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the LoadingPanelExtension class with the specified settings.
An object containing extension specific settings.
Contains UploadControl specific settings.
Initializes a new instance of the UploadControlSettings class with default settings.
Gets the settings of the Add button.
A object that represents the add button's properties.
Gets or sets the horizontal alignment of the Add and Upload buttons within the add and upload buttons area.
One of the enumeration values.
Gets or sets the vertical spacing between the add and upload buttons area and both the file input and the remove buttons areas.
A that represents the spacing value.
Gets the Advanced Upload Mode settings.
An UploadAdvancedModeSettings object that contains the Advanced Mode settings.
Gets the settings of the Browse Button button.
A BrowseButtonProperties object that specifies the Browse button's properties.
Gets or sets the horizontal spacing between the Add and the Upload buttons.
A that represents the spacing value.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets the settings of the Cancel button.
A object that contains the cancel button's properties.
Gets or sets the horizontal alignment of the ?ancel button within the progress panel.
One of the enumeration values.
Gets or sets the vertical spacing between the progress bar and the Cancel button.
A that represents the spacing value.
Gets the settings of an image displayed within the Clear file selection button.
An ImagePropertiesEx object that contains image settings.
Gets an object that lists the client-side events specific to the UploadControlSettings.
A object which allows assigning handlers to the client-side events available to the UploadControlSettings.
Gets or sets a value that specifies the initial visibility state of an UploadControl on the client.
true to make an UploadControl initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to the style settings declared at the root level of the UploadControl's wrapped web control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets the number of file input elements contained within an UploadControl.
An integer value that represents the total number of file input elements.
Gets or sets the vertical spacing between the file input elements.
A that represents the spacing value.
Gets or sets the prompt text displayed within the UploadControl's text box when no file is selected.
A string value that specifies the prompt text.
Gets the progress bar's settings.
A object that contains progress bar settings.
Gets the settings of the Remove button.
A object that specifies the Remove button's properties.
Gets or sets the horizontal spacing between the file input area and the Remove button area.
A that specifies the spacing value.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value the specifies whether the Add and Remove buttons are displayed within the UploadControl.
true, if the buttons are visible, otherwise, false.
Gets or sets a value specifying whether the Clear file selection button is displayed.
true if the button is displayed, otherwise, false.
Gets or sets a value that specifies whether the progress panel is displayed within the UploadControl.
true, if the progress panel is visible, otherwise, false.
Gets or sets a value the specifies whether the Upload button is displayed within the Add and Upload button area.
true, if the button is visible, otherwise, false.
Gets or sets the width of the UploadControl's edit box.
An integer value which specifies the width of a file input editor.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Gets the settings of the Upload button.
A object that represents the Upload button's properties.
Specifies the control's upload mode.
An enumeration value.
Gets the UploadControl's validation settings.
A object that contains validation settings.
An extension object implementing the UploadControl functionality.
Initializes a new instance of the UploadControlExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the UploadControlExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Returns an array of the files uploaded via the specified UploadControl.
A string value specifying the UploadControl's name ().
An array of objects associated with file input elements.
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
A string value specifying the UploadControl's name ().
A object that contains settings that relate to uploaded file validation.
An array of strings specifying error explanation texts specific to the uploaded files.
An array of objects associated with file input elements.
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
A string value specifying the UploadControl's name ().
A object that contains settings that relate to the uploaded file validation.
An array of objects associated with file input elements.
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
A string value specifying the UploadControl's name ().
A object that contains settings that relate to the uploaded file validation.
An array of strings specifying error explanation texts specific to the uploaded files.
A delegate method that implements custom validation of an uploaded file.
An array of objects associated with file input elements.
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
A string value specifying the UploadControl's name ().
A object that contains settings that relate to the uploaded file validation.
A delegate method that implements custom validation of an uploaded file.
An array of objects associated with file input elements.
Contains TimeEdit specific settings.
Initializes a new instance of the TimeEditSettings class with default settings.
Gets or sets the date and time displayed by the editor.
A object representing the date and time.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the TimeEdit functionality.
Initializes a new instance of the TimeEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TimeEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the TimeEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains TextBox specific settings.
Initializes a new instance of the TextBoxSettings class with default settings.
Gets or sets a value that indicates the editor's AutoComplete behavior.
One of the enumeration values, indicating the AutoComplete behavior for the editor.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the text displayed within the editor.
A string value representing the text within the editor.
Represents an extension object implementing the TextBox functionality.
Initializes a new instance of the TextBoxExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TextBoxExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the TextBoxExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains Splitter specific settings.
Initializes a new instance of the SplitterSettings class with default settings.
Gets or sets a value that specifies whether the Splitter's panes can be resized by end-users on the client side.
true if resizing splitter panes is allowed; otherwise, false.
Enables you to save and restore the previously saved layout of the Splitter.
A ASPxClientLayoutHandler method to which custom processing is delegated.
Gets an object that lists the client-side events specific to the SplitterSettings.
A object which allows assigning handlers to the client-side events available to the SplitterSettings.
Gets or sets a value that specifies the initial visibility state of a Splitter on the client.
true to make a Splitter initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to the style settings declared at the root level of the Splitter's wrapped web control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets whether the Splitter is used in a full-screen mode.
true to enable full-screen mode; otherwise, false.
Provides access to the settings that define images for various Splitter elements.
A SplitterImages object that contains image settings.
Gets or sets the direction in which to render the panes within the Splitter.
One of the enumeration values.
Gets or sets the minimum size of panes within the Splitter.
A structure that defines the minimum size of panes (either width or height, depending upon the pane orientation).
Gets a collection that contains the pane of the Splitter's root level.
A that contains the root level panes of the Splitter.
Gets or sets a value that specifies how panes visually respond to resizing operations.
A enumeration value that specifies when the pane being resized should be redrawn.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether cookies are used to persist the visibility state and position of the Splitter's panes.
true if the pane's position is persisted in cookies; otherwise, false.
Gets or sets the name (identifier) of the cookie in which the Splitter's state is persisted.
A string value specifying a cookie's name.
Gets or sets the size of separators within the Splitter.
A object that represents the size.
Gets or sets a value specifying the visibility of separators within the Splitter.
true if separators should be displayed; otherwise, false.
Gets or sets a value that specifies whether the collapse backward button is displayed within the Splitter's separators.
true if collapse backward buttons are displayed within separators; otherwise, false.
Gets or sets a value that specifies whether the collapse forward button is displayed within the splitter's separators.
true if collapse forward buttons are displayed; otherwise, false.
Gets or sets a value that specifies whether the separator image is displayed within the splitter's separators.
true if separator images are displayed; otherwise, false.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Represents an extension object implementing the Splitter functionality.
Initializes a new instance of the SplitterExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the SplitterExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains SpinEdit specific settings.
Initializes a new instance of the SpinEditSettings class with default settings.
Gets or sets the decimal representation of the spin editor's value.
A decimal value representing the spin editor's value.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the SpinEdit functionality.
Initializes a new instance of the SpinEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the SpinEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the SpinEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains RadioButton specific settings.
Initializes a new instance of the RadioButtonSettings class with default settings.
Gets or sets a value that specifies whether the radio button editor is checked.
true if the radio button is checked; otherwise, false.
Gets or sets the name of the group to which the radio button belongs.
A value specifying the name of the group to which the radio button belongs.
Gets or sets a value specifying whether a RadioButton is rendered using a native HTML radio button element.
true if a RadioButton should be rendered using standard HTML elements; otherwise, false.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the text label associated with the radio button editor.
A value, which is the text label of the radio button editor.
Contains RadioButtonList specific settings.
Initializes a new instance of the RadioButtonListSettings class with default settings.
Gets or sets a value specifying whether a radio button list is rendered using native HTML radio button elements.
true if a radio button list should be rendered using standard HTML elements; otherwise, false.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the selected list item's index.
An integer value, representing the zero-based index of the selected list item.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the RadioButtonList functionality.
Initializes a new instance of the RadioButtonListExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the RadioButtonListExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the RadioButtonListExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Binds an item list to the RadioButtonList.
An object that is the bound data source.
A RadioButtonListExtension object that is the RadioButtonList.
Binds the RadioButtonList to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the RadioButtonList to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the RadioButtonList to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Represents an extension object implementing the RadioButton functionality.
Initializes a new instance of the RadioButtonExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the RadioButtonExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the RadioButtonExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains ProgressBar specific settings.
Initializes a new instance of the ProgressBarSettings class with default settings.
Gets or sets the current progress bar indicator position.
An integer value representing the position.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Represents an extension object implementing the ProgressBar functionality.
Initializes a new instance of the ProgressBarExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ProgressBarExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ProgressBarExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains PopupControl specific settings.
Initializes a new instance of the PopupControlSettings class with default settings.
Gets or sets the delay in displaying the PopupControl's popup window.
An integer value that specifies the time interval, in milliseconds, after which a popup window is displayed.
Gets or sets the value that specifies whether the default popup window's position is updated automatically, when required.
true if the popup window's position is updated automatically; otherwise, false.
Enables you to save and restore the previously saved layout of the PopupControl.
A ASPxClientLayoutHandler method to which custom processing is delegated.
Gets an object that lists the client-side events specific to the PopupControlSettings.
A object which allows assigning handlers to the client-side events available to the PopupControlSettings.
Gets or sets a value that specifies which action forces a displayed popup window to close.
One of the enumeration values.
Allows you to perform custom actions before a PopupControl is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Enables you to perform a custom action after the PopupControl has been bound to its data source.
A EventHandler method to which custom processing is delegated.
Gets or sets the delay in hiding the PopupControl's popup window.
An integer value that specifies the time interval, in milliseconds, after which a popup window hides.
Gets or sets a value specifying the content loading mode for the PopupControl.
One of the enumeration values.
Gets or sets whether the default popup window is modal.
true if the default popup window is modal; otherwise, false.
Gets or sets a value that specifies which action forces a popup window to appear.
One of the enumeration values.
Gets or sets the ID of a web control or HTML element with which the default popup window is associated.
A string value specifying the ID of the web control or HTML element which the default popup window is associated with.
Gets or sets a popup window's horizontal alignment.
One of the PopupHorizontalAlign enumeration values.
Gets or sets a popup window's horizontal offset.
An integer value that specifies a popup window's horizontal offset.
Gets or sets a popup window's vertical alignment.
One of the PopupVerticalAlign enumeration values.
Gets or sets a popup window's vertical offset.
An integer value that specifies a popup window's vertical offset.
Allows you to provide a template for rendering the content of all popup windows.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the content of all popup windows.
A string value specifying the template content.
Allows you to provide a template for rendering the footer content of all popup windows.
A string value specifying the template content.
Allows you to provide a template for rendering the footer content of all popup windows.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header content of all popup windows.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header content of all popup windows.
A string value specifying the template content.
Gets or sets a value that specifies whether a browser's scroll bars can be displayed when the default popup window is shown in modal mode.
true if a browser's scroll bars are available; otherwise, false.
Enables you to customize settings of a popup window after it has been bound to a data source.
A PopupWindowEventHandler method to which custom processing implementation is delegated.
Gets the collection of windows in the PopupControl.
A object which represents the collection of popup windows.
An extension object implementing the PopupControl functionality.
Initializes a new instance of the PopupControlExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the PopupControlExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the PopupControl to a data source.
An object representing the bound data source.
A object representing the PopupControl.
Binds the PopupControl to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the PopupControl to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Binds the PopupControl to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the PopupControl to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the PopupControl to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
For internal use only.
Initializes a new instance of the MVCxValidationEditProperties class with default settings.
For internal use only.
Initializes a new instance of the MVCxValidationEdit class with default settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxUploadControl class with default settings.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTimeEdit class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTextBox class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents a collection of panes within the Splitter.
Initializes a new instance of the MVCxSplitterPaneCollection class with the specified owner.
A object representing the parent pane for the created collection.
Initializes a new instance of the MVCxSplitterPaneCollection class with default settings.
Adds a specified pane to the end of the collection.
An object representing a pane to be added.
Creates a new pane with the specified setting and adds it to the collection.
A value that specifies the name of the created pane. This value is assigned to the property.
An object representing the newly created pane.
Creates a new pane with the default setting and adds it to the collection.
An object representing the newly created pane.
Adds a new pane to the collection and allows you to customize this pane in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns a pane object with the specified property value.
A value representing the property value of the required pane.
A object with a specific value of the property.
Gets a pane by its visible index.
An integer value representing the visible index of the pane to be returned.
A object which represents the required visible pane.
Searches for the specified pane object and returns the zero-based index of the first occurrence within the collection.
A object representing the pane to locate in the collection.
The zero-based index of the first occurrence of the specified pane within the collection, if found; otherwise, it returns negative one (-1).
Inserts the specified pane object into the collection at the specified index.
The zero-based index location where a specific pane object should be inserted.
A object representing the pane to insert into the collection.
Provides indexed access to individual panes within the MVCxSplitterPaneCollection.
An integer value specifying the zero-based index of the pane to be accessed.
A object representing the pane located at the specified index within the collection.
Removes a pane object from the collection.
A object specifying the pane to remove from the collection.
Represents an individual pane within the Splitter.
Initializes a new instance of the MVCxSplitterPane class with default settings.
Initializes a new instance of the MVCxSplitterPane class with the specified name.
A value that specifies the name of the created pane. This value is assigned to the property.
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.
Gets a collection that contains the pane of the splitter's root level.
A that contains the root level panes of the current splitter control.
Allows you to custom render the splitter pane content.
A method to which content rendering is delegated.
Allows you to custom render the splitter pane content.
A string value representing the content.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxSplitter class with default settings.
For internal use only.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxSpinEdit class with default settings.
Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxRadioButton class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxProgressBar class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Represents a collection of popup windows within the PopupControl.
Initializes a new instance of the MVCxPopupWindowCollection class with default settings.
Creates a new popup window with the specified settings and adds it to the collection.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
A value specifying the popup window's header text. This value is assigned to the property.
An object representing the newly created popup window.
Creates a new popup window with the specified settings and adds it to the collection.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
A value specifying the popup window's header text. This value is assigned to the property.
A value specifying the popup window's footer text. This value is assigned to the property.
An object representing the newly created popup window.
Creates a new popup window with the default settings and adds it to the collection.
An object representing the newly created popup window.
Adds a specified popup window to the end of the collection.
An object representing an popup window to be added.
Creates a new popup window with the specified settings and adds it to the collection.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
An object representing the newly created popup window.
Creates a new popup window with the specified setting and adds it to the collection.
A value specifying the popup window's content text. This value is assigned to the property.
An object representing the newly created popup window.
Adds a new popup window to the collection and allows you to customize this window in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns a popup window object with the specified property value.
A value representing the property value of the required popup window.
A object with a specific value of the property.
Gets a window by its visible index.
An integer value representing the visible index of the window to be returned.
A object which represents the required visible window.
Searches for the specified popup window object and returns the zero-based index of the first occurrence within the collection.
A object representing the popup window to locate in the collection.
The zero-based index of the first occurrence of the specified popup window within the collection, if found; otherwise, it returns negative one (-1).
Inserts the specified popup window object into the collection at the specified index.
The zero-based index location where a specific popup window object should be inserted.
A object representing the popup window to insert into the collection.
Provides indexed access to individual popup windows within the current collection.
An integer value specifying the zero-based index of the popup window to be accessed.
A object representing the popup window located at the specified index within the collection.
Removes a popup window object from the collection.
A object specifying the popup window to remove from the collection.
Represents an individual popup window within PopupControl.
Initializes a new instance of the MVCxPopupWindow class with the specified settings.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
A value specifying the popup window's header text. This value is assigned to the property.
Initializes a new instance of the MVCxPopupWindow class with the specified settings.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
Initializes a new instance of the MVCxPopupWindow class with the specified text.
A value specifying the popup window's content text. This value is assigned to the property.
Initializes a new instance of the MVCxPopupWindow class with the specified settings.
A value specifying the popup window's content text. This value is assigned to the property.
A value specifying the name which indentifies the created popup window. This value is assigned to the property.
A value specifying the popup window's header text. This value is assigned to the property.
A value specifying the popup window's footer text. This value is assigned to the property.
Initializes a new instance of the MVCxPopupWindow class with default settings.
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.
Allows you to custom render the popup window content.
A string value representing the content.
Allows you to custom render the popup window content.
A method to which content rendering is delegated.
Allows you to provide a template for rendering the popup window's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the popup window's content.
A string value specifying the template content.
Allows you to provide a template for rendering the popup window footer's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the popup window footer's content.
A string value specifying the template content.
Allows you to provide a template for rendering the popup window header's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the popup window header's content.
A string value specifying the template content.
Used internally to render the corresponding extension.
This member supports the internal infrastructure and is not intended to be used directly from your code.
For internal use only.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxMemo class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxListBox class with default settings.
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.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxLabel class with default settings.
For internal use only.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxImage class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxHyperLink class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Contains settings that relate to the HtmlEditor's functionality for uploading images (this functionality can be accessed via the Insert Image Dialog's 'From your computer' option).
Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified owner.
An object that implements the interface.
Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified settings.
A object containing the related settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploading.
An object containing the Controller and Action names.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxHtmlEditor class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the client method.
An object containing the Controller and Action names.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
An object containing the Controller and Action names.
For internal use only.
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 settings that are related to the Document Selector dialog.
An MVCxHtmlEditorDocumentSelectorSettings object that contains the Document Selector dialog's settings.
Provides access to settings that are related to the Select Image dialog.
An MVCxHtmlEditorImageSelectorSettings object that contains the Image Selector dialog's settings.
For internal use only.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains the export settings to be applied when the GridView's data is exported.
Initializes a new instance of the MVCxGridViewExportSettings class with default settings.
Enables you to perform custom actions before the grid content is exported.
A EventHandler method to which custom processing is delegated.
Gets or sets the target document's bottom margin.
An integer value that specifies the target document's bottom margin, in hundredths of an inch.
Gets or sets the detail row's horizontal offset.
An integer value that specifies the horizontal offset.
Gets or sets the detail row's vertical offset.
An integer value that specifies the vertical offset.
Gets or sets which rows should be exported.
A enumeration value that specifies which rows should be exported.
Gets or sets a value indicating whether it's necessary to export a detail grid, when it is empty.
true to export a detail grid, when it is empty; otherwise, false.
Gets or sets the file name to which the grid's data is exported.
A value that specifies the target file name.
Gets or sets whether data is exported to PDF in Landscape.
true to export data in Landscape; false to export data in Portrait.
Gets or sets the target document's left margin.
An integer value that specifies the target document's left margin, in hundredths of an inch.
Gets or sets the column's maximum width.
An integer value that specifies the column's maximum width, in pixels.
Gets the page footer's settings.
A object that contains the page footer's settings.
Gets the page header's settings.
A object that contains the page header's settings.
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.
Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView's data is exported.
true to preserve the expanded state of group rows when the GridView's data is exported; false to expand all group rows.
Gets or sets whether check boxes (or radio buttons) used to select/deselect data rows, are printed.
true to print check boxes (or radio buttons) used to select/deselect data rows; otherwise, false.
Enables rendering of different content from the default export.
A ASPxGridViewExportRenderingEventHandler method to which custom processing is delegated.
Gets or sets the text displayed within a report's footer.
A string value that specifies the text displayed within the report's footer.
Gets or sets the text displayed within a report's header.
A string value that specifies the text displayed within the report's header.
Gets or sets the target document's right margin.
An integer value that specifies the target document's right margin, in hundredths of an inch.
Provides access to the style settings that control the appearance of the extension's visual elements for printing purposes.
A object that provides style settings for view elements.
Gets or sets the target document's top margin.
An integer value that specifies the target document's top margin, in hundredths of an inch.
For internal use only.
Initializes a new instance of the MVCxGridViewExporter class, specifying the corresponding GridView object.
A object representing the GridView whose content should be exported.
For internal use only.
Represents a command column within a GridView.
Initializes a new instance of the MVCxGridViewCommandColumn class with default settings.
Allows you to provide a template for rendering the column footer's content.
A string value specifying the template content.
Allows you to provide a template for rendering the column footer's content.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the column header's caption.
A string value specifying the template content.
Allows you to provides a template to render the column header's caption.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the column header's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the column header's content.
A string value specifying the template content.
Gets or sets a value that specifies whether the column is visible.
true to show the column; otherwise, false.
Gets or sets the column's position among the visible columns within the GridView.
An integer value that specifies the column's position among the visible columns.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDropDownEdit class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDateEdit class with default settings.
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.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxComboBox class with default settings.
A object that encapsulates information related to rendering a view.
For internal use only.
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 settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxColorEdit class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxCheckBox class with default settings.
Initializes a new instance of the MVCxCheckBox class with the context information about the view and the model metadata.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxCalendar class with default settings.
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.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxButtonEdit class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxButton class with default settings.
For internal use only.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks initiated by Button.
An object containing the Controller and Action names.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxBinaryImage class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Contains Memo specific settings.
Initializes a new instance of the MemoSettings class with default settings.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the editor's text contents.
A string value representing the editor's text.
Represents an extension object implementing the Memo functionality.
Initializes a new instance of the MemoExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the MemoExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the MemoExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains ListBox specific settings.
Initializes a new instance of the ListBoxSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the selected list item's index.
An integer value, representing the zero-based index of the selected list item.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the ListBox functionality.
Initializes a new instance of the ListBoxExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ListBoxExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ListBoxExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Binds an item list to the ListBox editor.
An object representing the bound data source.
A object representing the ListBox.
Returns an array of the values of the ListBox's selected item.
A string specifying the editor name.
An array that contains zero or more T objects that are the values of the selected items.
Represents an extension object implementing the Label functionality.
Initializes a new instance of the LabelExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the LabelExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains Image specific settings.
Initializes a new instance of the ImageEditSettings class with default settings.
Gets or sets the URL pointing to the image displayed within the Image editor.
A System.String value specifying the URL representing the path to the image displayed within the Image editor.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets the editor's tooltip text.
A string value that specifies the text displayed within the tooltip.
Represents an extension object implementing the Image functionality.
Initializes a new instance of the ImageEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ImageEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ImageEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains HyperLink specific settings.
Initializes a new instance of the HyperLinkSettings class with default settings.
Gets or sets a URL which defines the navigation location for the editor's hyperlink.
A value, specifying a URL, where the client web browser will navigate when a hyperlink in the editor is clicked.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Represents an extension object implementing the HyperLink functionality.
Initializes a new instance of the HyperLinkExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the HyperLinkExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the HyperLinkExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains HtmlEditor specific settings.
Initializes a new instance of the HtmlEditorSettings class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Gets or sets the editor's active view.
One of the enumeration values.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets a value that indicates whether the editor is enabled on the client.
true, if the editor is enabled; otherwise, false.
Gets an object that lists the client-side events specific to the HtmlEditorSettings.
A object which allows assigning handlers to the client-side events available to the HtmlEditorSettings.
Gets or sets a value that specifies the initial visibility state of an HtmlEditor on the client.
true to make an HtmlEditor initially displayed; false to render it into the web page, but make it initially hidden on the client.
Gets the collection of items displayed within the editor's context menu.
An HtmlEditorContextMenuItemCollection object that is the collection of the context menu items.
Provides access to the style settings declared at the root level of the HtmlEditor's wrapped web control.
A object containing style settings.
Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
An object that represents the collection of items identifying the external CSS files.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the client method.
An object containing the Controller and Action names.
Provides access to custom dialogs added to the HtmlEditor.
A collection containing custom dialogs.
Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor's built-in Document Selector.
A FileManagerFileUploadEventHandler delegate method to be called when a file is about to be uploaded within the HtmlEditor's Document Selector.
Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor's built-in Document Selector.
A FileManagerFolderCreateEventHandler delegate method to be called when a folder is about to be created within the HtmlEditor's Document Selector.
Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor's built-in Document Selector.
A FileManagerItemDeleteEventHandler delegate method to be called when a file or folder is about to be deleted within the HtmlEditor's Document Selector.
Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor's built-in Document Selector.
A FileManagerItemMoveEventHandler delegate method to be called when a file or folder is about to be moved within the HtmlEditor's Document Selector.
Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor's built-in Document Selector.
A FileManagerItemRenameEventHandler delegate method to be called when a file or folder is about to be renamed within the HtmlEditor's Document Selector.
Gets or sets a value that specifies whether a specific animation effect is used when an editor's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
An object containing the Controller and Action names.
Gets or sets the HTML markup specifying the HtmlEditor's content.
A string value specifying the editor's HTML markup.
Provides access to the settings that define images for various HtmlEditor elements.
A object that contains image settings.
Provides access to the settings that define images displayed within different editors used within the HtmlEditor and its dialog forms.
A object that contains image settings.
Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor's Select Image dialog.
A FileManagerFileUploadEventHandler delegate method to be called when a file is about to be uploaded within the HtmlEditor's Select Image dialog.
Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor's Select Image dialog.
A FileManagerFolderCreateEventHandler delegate method to be called when a folder is about to be created within the HtmlEditor's Select Image dialog.
Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor's Select Image dialog.
A FileManagerItemDeleteEventHandler delegate method to be called when a file or folder is about to be deleted within the HtmlEditor's Select Image dialog.
Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor's Select Image dialog.
A FileManagerItemMoveEventHandler delegate method to be called when a file or folder is about to be moved within the HtmlEditor's Select Image dialog.
Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor's Select Image dialog.
A FileManagerItemRenameEventHandler delegate method to be called when a file or folder is about to be renamed within the HtmlEditor's Select Image dialog.
Provides access to the settings that define images displayed within the FileManager's elements.
A FileManagerImages object that contains image settings.
Provides access to the settings that define different parts of the round panel used within the HtmlEditor's dialogs.
A object that contains part settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed 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 HtmlEditor's state.
true if information is persisted in cookies; otherwise, false.
Gets or sets the name (identifier) of the cookie in which the HtmlEditor's state is persisted.
A value specifying a cookie's name.
Provides access to the HtmlEditor's main settings.
An ASPxHtmlEditorSettings object that contains the HtmlEditor's options.
Provides access to settings that are related to the Document Selector dialog.
A MVCxHtmlEditorDocumentSelectorSettings object that contains the Document Selector dialog's settings.
Provides access to settings that are related to customized built-in dialog forms (UserControls) stored within a web site.
A MVCxHtmlEditorFormsSettings object containing properties that are related to customized built-in dialog forms.
Provides access to settings that relate to editing the HTML markup.
An object that contains HTML editing settings.
Provides access to settings that are related to the Select Image dialog.
An MVCxHtmlEditorImageSelectorSettings object that contains the Image Selector dialog's settings.
Provides access to settings that are related to uploading images.
An object that holds options for uploading images.
Provides access to the loading panel's settings.
An object that contains the loading panel's settings.
Provides access to settings that are related to the HTMLEditor's sizing capabilities.
A object containing settings that are related to the HTMLEditor's sizing capabilities.
Provides access to the spelling settings for checking the HtmlEditor's content.
A object that holds the spelling options.
Provides access to the settings that define texts displayed in different elements (tabs) of the HtmlEditor.
An object that contains text settings.
Provides access to content validation settings.
An object that contains content validation settings.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Provides access to the style settings that define the appearance of button elements used by the HtmlEditor (for instance, within its dialog forms).
A object that contains style settings.
Provides access to the style settings that define the appearance of the editor's context menu.
A object that contains style settings.
Provides access to the style settings that define the appearance of the editor's dialog forms.
A object that contains style settings.
Provides access to the style settings that define the appearance of editor elements used by the HtmlEditor (for instance, within its dialog forms).
A object that contains style settings.
Provides access to the style settings that define the appearance of File Manager elements used by the HtmlEditor (within the Select Image dialog).
A object that contains style settings.
Provides access to the style settings that define the appearance of round panels used by the HtmlEditor (for instance, within its dialog forms).
A object that contains style settings.
Provides access to the style settings that define the appearance of elements used within the built-in Spell Checker's dialog forms.
A object that contains style settings.
Provides access to the style settings that define the appearance of the editor's status bar.
A object that contains style settings.
Provides access to the style settings that define the appearance of toolbars.
A object that contains style settings.
Gets the collection of toolbars in the HtmlEditor.
An MVCxHtmlEditorToolbarCollection object, which is the collection of toolbars within the editor.
Contains base editor-specific settings.
Initializes a new instance of the EditorSettings class with default settings.
Gets or sets a value that indicates whether an editor is enabled on the client.
true if an editor is enabled; otherwise, false.
Gets or sets a value that specifies the initial visibility state of an editor on the client.
true to make an editor initially displayed; false to render it into the web page, but make it initially hidden on the client.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler delegate method allowing you to implement custom processing.
Provides access to the base editor settings.
An object containing base editor settings.
Represents a base class for editor extensions.
Initializes a new instance of the EditorExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the EditorExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds an editor to a value.
An object representing the bound value.
An object representing the editor.
Binds an editor to a data source's field.
An object representing the bound data source.
A string value specifying the data source's field name.
An object representing the editor.
Returns a specific editor's value, which is validated based on both the passed validation settings and custom validation logic.
A string specifying the editor name ().
A object containing the settings that relate to editor validation.
A method to which custom validation processing is delegated.
An object specifying the editor value.
Returns a specific editor's value.
A string specifying the editor name ().
An object representing the editor value.
Returns a specific editor's value, which is validated based on the passed validation settings.
A string specifying the editor name ().
A object containing the settings that relate to editor validation.
An object representing the editor value.
Returns a specific editor's value, which is validated based on both the passed validation settings and custom validation logic, and indicates whether the editor value is valid.
A string specifying the editor name ().
A object containing the settings that relate to editor validation.
A method to which custom validation processing is delegated.
true if the editor value is valid; otherwise, false.
An object representing the editor value.
Contains DropDownEdit specific settings.
Initializes a new instance of the DropDownEditSettings class with default settings.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Allows you to provide a template for rendering the dropdown window's content.
A string value specifying the template content.
Allows you to provide a template for rendering the dropdown window's content.
A method to which a template content rendering is delegated.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the text displayed within the editor.
A string value representing the text within the editor.
Represents an extension object implementing the DropDownEdit functionality.
Initializes a new instance of the DropDownEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the DropDownEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the DropDownEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains DateEdit specific settings.
Initializes a new instance of the DateEditSettings class with default settings.
Enables you to populate the cell with custom controls.
A EventHandler@lt;CalendarDayCellCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
Enables you to specify whether the processed day is a weekend day, change the day text, or set the cell's hyper link and a target.
A EventHandler@lt;CalendarDayCellInitializeEventArgs@gt; delegate method allowing you to implement custom processing.
Enables you to customize the cell's appearance.
A EventHandler@lt;CalendarDayCellPreparedEventArgs@gt; delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets the currently selected date.
A value, which is the currently selected date.
Gets or sets the name of a date editor whose popup window (with a calendar and a time edit) the current date editor should use.
A string value specifying the donor date editor's name ().
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the DateEdit functionality.
Initializes a new instance of the DateEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the DateEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the DateEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains ComboBox specific settings.
Initializes a new instance of the ComboBoxSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the selected list item's index.
An integer value, representing the zero-based index of the selected list item.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the ComboBox functionality.
Initializes a new instance of the ComboBoxExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ComboBoxExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ComboBoxExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Binds an item list to the ComboBox editor.
An object representing the bound data source.
A object representing the ComboBox.
Allows you to bind the ComboBox editor to a data source containing a large amount of records and to effectively implement filter operations.
A delegate method of the type that enables you to implement custom selection of the requested items by the filter conditions.
A delegate method of the type that enables you to implement custom selection of the requested item by the value.
A object specifying the ComboBox.
Contains ColorEdit specific settings.
Initializes a new instance of the ColorEditSettings class with default settings.
Gets or sets the editor's color in RGB format.
A object representing the color.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Represents an extension object implementing the ColorEdit functionality.
Initializes a new instance of the ColorEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ColorEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ColorEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains CheckBox specific settings.
Initializes a new instance of the CheckBoxSettings class with default settings.
Gets or sets a value that specifies whether the check box editor is checked.
true if the check box is checked; otherwise, false.
Gets or sets a value specifying whether a CheckBox is rendered as a native HTML check box element.
true if a CheckBox is rendered as a standard HTML element; otherwise, false.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the text label associated with the check box editor.
A string value representing the text label of the check box editor.
Represents an extension object implementing the CheckBox functionality.
Initializes a new instance of the CheckBoxExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the CheckBoxExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the CheckBoxExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains Calendar specific settings.
Initializes a new instance of the CalendarSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Enables you to populate the cell with custom controls.
A EventHandler@lt;CalendarDayCellCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
Enables you to specify whether the processed day is a weekend day, change the day text, or set the cell's hyper link and a target.
A EventHandler@lt;CalendarDayCellInitializeEventArgs@gt; delegate method allowing you to implement custom processing.
Enables you to customize the cell's appearance.
A EventHandler@lt;CalendarDayCellPreparedEventArgs@gt; delegate method allowing you to implement custom processing.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the selected date.
A object that represents the selected date.
Gets a collection of dates selected within the calendar.
A object that represents the collection of selected dates.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the date, representing the month and year currently displayed within the calendar.
A value specifying the month and year currently displayed within the calendar.
Represents an extension object implementing the Calendar functionality.
Initializes a new instance of the CalendarExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the CalendarExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the CalendarExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains Button specific settings.
Initializes a new instance of the ButtonSettings class with default settings.
Gets or sets a value specifying whether a focus rectangle is displayed within the button when it receives input focus.
true if the focus rectangle is displayed within the focused button; otherwise, false.
Gets or sets a value indicating whether validation (client and server) is performed when the button is clicked.
true if validation is performed when the button is clicked; otherwise, false.
Gets or sets a value indicating whether the button is in the checked state.
true if the button is checked; otherwise, false.
Gets or sets a value that indicates whether the button is enabled on the client.
true if the button is enabled; otherwise, false.
Gets an object that lists the client-side events specific to the ButtonSettings.
A object which allows assigning handlers to the client-side events available to the ButtonSettings.
Gets or sets a value that specifies the initial visibility state of a Button on the client.
true to make a Button initially displayed; false to render it into the web page, but make it initially hidden on the client.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets a value that specifies whether the extension to which this ButtonSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets the name of the group to which the button belongs.
A string value specifying the name of the group to which the button belongs.
Gets or sets the image position within the button.
A enumeration value that specifies the image position within the button.
Provides access to the settings that define images for various elements within the Button.
A ButtonImages object that contains image settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Defines the routing logic by specifying the names of a Controller and an Action which should handle clicks on a Button.
An object containing the Controller and Action names.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Gets or sets the text displayed within the button.
A string value representing the text displayed within the button.
Gets or sets a value indicating whether the button uses the client browser's submit mechanism or the ASP.NET postback mechanism.
true if the button uses the client browser's submit mechanism; otherwise, false.
Gets or sets a value that specifies whether invisible editors should be validated together with visible ones.
true to validate both visible and invisible editors; false to validate only visible editors.
Gets or sets the ID of the naming container for those editors for which the button causes validation.
A string value that specifies the naming container's ID.
Gets or sets the group of inputs that are validated when the button is clicked.
A string value that specifies the group of inputs that are validated when the button is clicked.
Represents an extension object implementing the Button functionality.
Initializes a new instance of the ButtonExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ButtonExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains ButtonEdit specific settings.
Initializes a new instance of the ButtonEditSettings class with default settings.
Gets or sets a value that indicates the editor's AutoComplete behavior.
One of the enumeration values, indicating the AutoComplete behavior for the editor.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether an end-user can modify an editor's value.
true, if an end-user cannot change the editor's value; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the editor's buttons.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the editor's buttons.
A string value specifying the template content.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Gets or sets the text displayed within the editor.
A string value representing the text within the editor.
Represents an extension object implementing the ButtonEdit functionality.
Initializes a new instance of the ButtonEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ButtonEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the ButtonEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Contains BinaryImage specific settings.
Initializes a new instance of the BinaryImageEditSettings class with default settings.
Gets or sets an array of the bytes representing the image.
A array that contains the image contents.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets the editor's tooltip text.
A string value that specifies the text displayed within the tooltip.
Represents an extension object implementing the BinaryImage functionality.
Initializes a new instance of the BinaryImageEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the BinaryImageEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the BinaryImageEditExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Extends the standard class with a DevExpress specific extension method.
Provides access to helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
A object representing the HTML helper instance that this method extends.
An object containing helper methods to render DevExpress MVC extensions.
Provides access to strongly typed helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
A strongly typed object representing the HTML helper instance that this method extends.
An object containing strongly typed helper methods to render DevExpress MVC extensions.
Maps a browser request to a data object. This class provides a DevExpress-specific implementation of a model binder.
Initializes a new instance of the DevExpressEditorsBinder class with default settings.
For internal use only.
An extension object implementing the Chart functionality.
Initializes a new instance of the ChartControlExtension class with the specified owner.
An object containing extension specific settings.
Initializes a new instance of the ChartControlExtension class with the specified owner and view context.
A object containing extension specific settings.
A object.
Binds the Chart to a data source.
An object specifying the bound data source.
A object representing the Chart.
Disposes the ChartControlExtension object.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDateEditControl class with the specified setting.
An object used to render the extension.
Initializes a new instance of the MVCxDateEditControl class with default settings.
Represents an extension object implementing the HtmlEditor functionality.
Initializes a new instance of the HtmlEditorExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the HtmlEditorExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds an editor to a data source's field.
An object specifying the bound data source.
A string value specifying the data source's field name.
An HtmlEditorExtension object that is the editor.
Binds an editor to a value.
An object that is the bound value.
An HtmlEditorExtension object that is the editor.
Exports editor contents to the specified format, based on the provided settings.
A object that contains HtmlEditor settings.
A object to which the editor content is exported.
One of the enumeration values specifying the exported document format.
Exports editor contents to the specified format, based on the provided settings.
A object that contains HtmlEditor settings.
One of the enumeration values specifying the exported document format.
A string value specifying the exported file's name.
A encapsulating the result of the export operation.
Exports editor contents to the specified format, based on the provided settings.
A object that contains HtmlEditor settings.
One of the enumeration values specifying the exported document format.
A encapsulating the result of the export operation.
Exports editor contents to the specified format, based on the provided settings.
A object that contains HtmlEditor settings.
One of the enumeration values specifying the exported document format.
true to save the exported document as a downloadable attachment, false to open the document in the browser window (if it is allowed for the document format).
A encapsulating the result of the export operation.
Gets the specified HtmlEditor's active view.
A string that specifies the HtmlEditor's name ().
One of the enumeration values.
Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
A string value that specifies the HtmlEditor's name ().
A collection of strings that are the contents of external CSS files associated with HtmlEditor via its property.
Returns the specified result back to the client side after processing a callback within an Action defined property.
An object that represents any information that needs to be passed back to the client side.
A object representing the result of an action method.
Returns the HTML markup representing a specific HtmlEditor's content and allows it to be validated based on the settings related to the HTML editing functionality.
A string value that specifies the HtmlEditor's name ().
A object that contains settings related to the specified editor's HTML editing functionality.
A string value representing the editor's HTML markup.
Returns the HTML markup specifying a specific HtmlEditor's content.
A string value that specifies the HtmlEditor's name ().
A string value specifying the editor's HTML markup.
Returns the HTML markup specifying a specific HtmlEditor's content, validated based on the passed editing settings, validation settings and custom validation logic; and indicates whether the editor content is valid.
A string value that specifies the HtmlEditor's name ().
A object that contains settings related to the specified editor's HTML editing functionality.
A object containing the settings that relate to editor content validation.
A delegate method that implements custom validation logic.
true if the editor content is valid; otherwise, false.
A string value specifying the editor's HTML markup.
Returns the HTML markup specifying a specific HtmlEditor's content, validated based on both the passed editing and validation settings, and indicates whether the editor content is valid.
A string value that specifies the HtmlEditor's name ().
A object that contains settings related to the specified editor's HTML editing functionality.
A object containing the settings that relate to editor content validation.
true if the editor content is valid; otherwise, false.
A string value specifying the editor's HTML markup.
Imports the editor content from a specific stream, based on the provided settings.
One of the enumeration values specifying the imported file format.
A object from which the editor content is imported.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
One of the enumeration values specifying the imported file format.
A string value specifying the path to a file whose content should be imported.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
A string value specifying the path to a file whose content should be imported.
A delegate method to execute after importing the document.
Imports the editor content from a specific stream, based on the provided settings.
One of the enumeration values specifying the imported file format.
A object from which the editor content is imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
One of the enumeration values specifying the imported file format.
A string value specifying the path to a file whose content should be imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
A string value specifying the path to a file whose content should be imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific stream, based on the provided settings.
One of the enumeration values specifying the imported file format.
A object from which the editor content is imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
A string value specifying the path to a file whose content should be imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
A string value specifying the path to a file whose content should be imported.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
One of the enumeration values specifying the imported file format.
A string value specifying the path to a file whose content should be imported.
A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.
A delegate method to execute after importing the document.
Imports the editor content from a specific file, based on the provided settings.
One of the enumeration values specifying the imported file format.
A string value specifying the path to a file whose content should be imported.
true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file.
A delegate method to execute after importing the document.
Imports the editor content from a specific stream, based on the provided settings.
One of the enumeration values specifying the imported file format.
A object from which the editor content is imported.
A delegate method to execute after importing the document.
Saves a document file uploaded via a specific HtmlEditor's Document Selector dialog.
A string value specifying the HtmlEditor's name ().
A object containing the Document Selector dialog's settings.
Saves a specific HtmlEditor's uploaded image, based on the passed parameters (the editor name, validation settings, upload folder path and file name).
A string value specifying the HtmlEditor's name ().
A object containing settings that relate to uploaded file validation.
A string value specifying the upload folder path.
A string value specifying the file name.
Saves a specific HtmlEditor's uploaded image based on the passed parameters (the editor name, validation settings and upload folder path).
A string value specifying the HtmlEditor's name ().
A object containing settings that relate to uploaded file validation.
A string value specifying the upload folder path.
Saves an image file uploaded via a specific HtmlEditor's Image Selector dialog.
A string value specifying the HtmlEditor's name ().
A object containing the Image Selector dialog's settings.
Contains ReportToolbar specific settings.
Initializes a new instance of the ReportToolbarSettings class with default settings.
Enables support for Section 508.
true to enable support for Section 508; otherwise, false.
Gets an object that lists the client-side events specific to the ReportToolbarSettings.
A object, which allows assigning handlers to the client-side events available for the ReportToolbarSettings.
Provides access to a list of images used in ReportToolbarSettings.
A object, containing a list of images with additional information.
Provides access to a 's elements.
A object.
Specifies the spacing between a 's elements.
An structure.
Gets a value indicating a 's padding.
A object.
Specifies the name of the associated with the .
A value.
Provides access to the settings of a 's background image.
A object.
Specifies the color of the line that visually separates a 's elements.
A structure.
Specifies the height of the line that visually separates a 's elements.
A structure.
Gets a value indicating the paddings of a 's separator line.
A object.
Specifies the width of the line that visually separates a 's elements.
An structure.
Specifies whether or not the default buttons of a are enabled.
A Boolean value.
Provides access to the style settings that control the appearance of a 's elements.
A object.
Used internally to render the corresponding extension.
Contains Appointment Recurrence Form-specific settings.
Initializes a new instance of the AppointmentRecurrenceFormSettings class with default settings.
Gets or sets the month's day number in which the appointment is scheduled.
An integer, specifying the day of the month.
Gets or sets whether client scripts are generated for controls located on the form.
true to enable client-side programmatic access to the controls on the form; otherwise, false.
Gets the recurrence's end date.
A value that specifies the end date for the recurrence.
Provides access to the settings that define images displayed within the form.
An object, containing image settings.
Gets whether the form has been already built, so that it does not require an update to create a child control hierarchy.
true if the form is created again and does not require creation of a child control hierarchy; otherwise, false.
Gets a value indicating if the appointment is recurring.
true if the appointment is recurring; otherwise, false.
Gets the month (as a number) on which the appointment re-occurs.
A positive integer value that specifies the month's ordinal number.
Gets a value specifying how many times the appointment occurs.
An integer value that specifies how many times the appointment occurs.
Gets the frequency with which the corresponding appointment re-occurs.
An integer value that specifies the frequency with which the corresponding appointment re-occurs.
Sets the time boundaries/limits of the recurrence.
A enumeration value that specifies the recurrence's range type.
Gets or sets the time base for the frequency of the appointment's recurrences.
A enumeration value that specifies the recurrence's frequency type.
Gets the recurrence start date.
A value that specifies the start date for the recurrence.
Provides access to the style settings that control the appearance of the form and its visual elements.
A object that provides style settings for visual elements.
Gets the day/days in a week that the on which the corresponding appointment recurs.
A enumeration's value specifying the day/days in a week.
Gets the occurrence number of the week in a month for the recurrence pattern.
A enumeration value that specifies a particular week in every month.
A collection of summary items within the TreeList.
Initializes a new instance of the MVCxTreeListSummaryCollection class with default settings.
Adds a new summary item to the end of the collection and returns the newly created object.
One of the enumeration values specifying the aggregate function type. This value is assigned to the property.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
A TreeListSummaryItem object that is the newly created summary item.
Adds a new summary item to the collection and allows you to customize this item in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new summary item to the end of the collection and returns the newly created object.
A TreeListSummaryItem object that is the newly created summary item.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxRadioButtonList class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Contains behavior specific settings of the TreeList.
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.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxCheckBoxList class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
For internal use only.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
An extension object implementing the Appointment Recurrence Form functionality.
Initializes a new instance of the AppointmentRecurrenceFormExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the AppointmentRecurrenceFormExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the form to recurrence data.
A object containing recurrence data.
A AppointmentRecurrenceFormExtension object representing the form extension.
Obtains recurrence information from the standalone recurrence form.
A string that is the name of a recurrence form.
An object that is the pattern to which recurrence information is applied.
A class instance containing recurrence information.
Holds settings specific to the export of Scheduler data in different formats.
Initializes a new instance of the MVCxSchedulerExportSettings class with default settings.
Provides access to settings for export to iCalendar format.
A object containing settings for export to iCalendar format.
Contains the export settings to be applied when the TreeList's data is exported.
Initializes a new instance of the MVCxTreeListSettingsExport class with default settings.
Gets or sets the file name to which the TreeList's data is exported.
A value that specifies the target file name.
Provides access to the print options.
An ASPxTreeListPrintSettings object that contains the TreeList's print options.
Enables rendering of different content from the content exported by default.
A ASPxTreeListRenderBrickEventHandler method to which custom processing is delegated.
Provides access to the properties that specify the appearance of tree list elements when the TreeList is exported.
A TreeListExportStyles object that provides style settings used to paint tree list elements when it is exported.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDockZone class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents an extension object implementing the GridView functionality.
Initializes a new instance of the GridViewExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the GridViewExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the Grid View to a data source.
An object specifying the bound data source.
A object representing the Grid View.
Binds the GridView to a custom data model when you use the grid in the custom data binding mode.
A object representing the grid view model to which to bind.
A object representing the GridView extension.
Binds the GridView to a queryable source in database server mode.
A string representing the DataContext type name.
A string specifying the table name.
A object representing the GridView extension.
Binds the GridView to a queryable source in database server mode.
A string representing the DataContext type name.
A string specifying the table name.
A method to which selection logic is delegated.
A object representing the GridView extension.
Binds the GridView to a queryable source in database server mode.
A specifying the DataContext type.
A string specifying the table name.
A object specifying the GridView extension.
Binds the GridView to a queryable source in database server mode.
A specifying the DataContext type.
A string specifying the table name.
A method to which selection logic is delegated.
A object specifying the GridView extension.
Binds the GridView to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the GridView to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the GridView to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Enables a GridView to be printed using the XtraPrinting Library.
A object that contains GridView settings.
An object representing the GridView's data source (typically, it is passed to the grid's method).
An object supporting the interface that defines methods that enable GridView to be printed.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to CSV format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to PDF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to RTF format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLS format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
An object that provides export options.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the grid data export operation.
Exports the grid's data to XLSX format, based on the provided settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A encapsulating the result of the grid data export operation.
Returns the specified result back to the client side after processing a callback within an Action defined property.
An object that represents any information that needs to be passed back to the client side.
A object representing the result of an action method.
Returns the GridView's view model object that maintains the grid state and provides the means to populate itself with data when the grid is used in custom data binding mode.
A string value that is the unique identifier name () for the GridView.
A object representing the grid view model.
Displays the specified (error) text in a special row at the bottom of the grid's Edit Form.
A string value specifying the text to be displayed within the Edit Form's bottom.
A object representing the GridView extension.
Exports the grid's data to a stream in CSV format with the specified export options.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
A object that provides export options.
Exports the grid's data to a stream in CSV format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
Exports the grid's data to the specified file in CSV format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
Exports the grid's data to a file in CSV format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to a file in CSV format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
Exports the grid's data to the specified file in CSV format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
Exports the grid's data to a stream in PDF format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
Exports the grid's data to a stream in PDF format with the specified export options.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
A object that provides export options.
Exports the grid's data to the specified file in PDF format, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to the specified file in PDF format with the specified name and export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
Exports the grid's data to a file in PDF format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
Exports the grid's data to a file in PDF format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to a file in PDF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
Exports the grid's data to the specified file in PDF format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to a file in PDF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to the specified file in PDF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
Exports the grid's data to a stream in RTF format with the specified export options.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
A object that provides export options.
Exports the grid's data to a stream in RTF format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
Exports the grid's data to a file in RTF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to the specified file in RTF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to a file in RTF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
Exports the grid's data to the specified file in RTF format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
Exports the grid's data to a file in RTF format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object that provides export options.
Exports the grid's data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
A object that provides export options.
Exports the grid's data to the specified file in RTF format with the specified export options, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
Exports the grid's data to a stream in XLS format with the specified export settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
An object that provides export options.
Exports the grid's data to a stream in XLS format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
Exports the grid's data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
An object that provides export options.
Exports the grid's data to the specified file in XLS format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
Exports the grid's data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
Exports the grid's data to the specified file in XLS format, with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
An object that provides export options.
Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to a file in XLS format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
Exports the grid's data to a file in XLS format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to a stream in XLSX format.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
Exports the grid's data to a stream in XLSX format with the specified export settings.
A object that contains GridView settings.
An object representing the GridView's data source.
A object to which the data is exported.
An object that provides export options.
Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
An object that provides export options.
Exports the grid's data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
Exports the grid's data to a file in XLSX format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
An object that provides export options.
Exports the grid's data to a file in XLSX format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
Exports the grid's data to the specified file in XLSX format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
Exports the grid's data to a file in XLSX format and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
Exports the grid's data to the specified file in XLSX format with the specified export settings, and writes it to the Response in binary format.
A object that contains GridView settings.
An object representing the GridView's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
An extension object specifying the Scheduler Status Info Settings.
Initializes a new instance of the SchedulerStatusInfoExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the SchedulerStatusInfoExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Represents a style sheet resource to be registered within a page.
Initializes a new instance of the StyleSheet class with default settings.
Gets or sets an array containing identifiers of the skins to be applied.
Gets or sets the name of the theme to be applied.
A string value specifying the theme name. Refer to Available Themes to learn more.
Represents a script resource to be registered within a page.
Initializes a new instance of the Script class with default settings.
Contains helper methods to create DevExpress MVC extensions.
Creates an Appointment Recurrence Form.
A object containing AppointmentRecurrenceForm specific settings.
A object implementing the AppointmentRecurrenceForm functionality.
Creates an Appointment Recurrence Form.
A delegate method that accepts as a parameter.
A object containing settings for the AppointmentRecurrenceForm.
Creates a BinaryImage.
A object containing BinaryImage specific settings.
A object implementing the BinaryImage functionality.
Creates a BinaryImage.
A delegate method that accepts as a parameter.
A object implementing the BinaryImage functionality.
Creates a Button.
A object containing Button specific settings.
A object implementing the Button functionality.
Creates a Button.
A delegate method that accepts as a parameter.
A object implementing the Button functionality.
Creates a ButtonEdit.
A object containing ButtonEdit specific settings.
A object implementing the ButtonEdit functionality.
Creates a ButtonEdit.
A delegate method that accepts as a parameter.
A object implementing the ButtonEdit functionality.
Creates a Calendar.
A object containing Calendar specific settings.
A object implementing the Calendar functionality.
Creates a Calendar.
A delegate method that accepts as a parameter.
A object implementing the Calendar functionality.
Creates a CallbackPanel.
A delegate method that accepts as a parameter.
A object implementing the CallbackPanel functionality.
Creates a CallbackPanel.
A object containing CallbackPanel specific settings.
A object implementing the CallbackPanel functionality.
Creates a Chart.
A delegate method that accepts as a parameter.
A object implementing the Chart functionality.
Creates a Chart.
A object containing Chart specific settings.
A object implementing the Chart functionality.
Creates a CheckBox.
A object containing CheckBox specific settings.
A object implementing the CheckBox functionality.
Creates a CheckBox.
A delegate method that accepts as a parameter.
A object implementing the CheckBox functionality.
Creates a CheckBoxList.
A delegate method that accepts as a parameter.
A CheckBoxListExtension object implementing the CheckBoxList functionality.
Creates a CheckBoxList.
A object containing CheckBoxList specific settings.
A CheckBoxListExtension object implementing the CheckBoxList functionality.
Creates a ColorEdit.
A object containing ColorEdit specific settings.
A object implementing the ColorEdit functionality.
Creates a ColorEdit.
A delegate method that accepts as a parameter.
A object implementing the ColorEdit functionality.
Creates a ComboBox.
A delegate method that accepts as a parameter.
A object implementing the ComboBox functionality.
Creates a ComboBox.
A object containing ComboBox specific settings.
A object implementing the ComboBox functionality.
Creates a DataView.
A delegate method that accepts as a parameter.
A DataViewExtension object implementing the DataView functionality.
Creates a DataView.
A object containing DataView specific settings.
A DataViewExtension object implementing the DataView functionality.
Creates a DateEdit.
A delegate method that accepts as a parameter.
A object implementing the DateEdit functionality.
Creates a DateEdit.
A object containing DateEdit specific settings.
A object implementing the DateEdit functionality.
Creates a DateNavigator.
A object containing DateNavigator specific settings.
A object implementing the DateNavigator functionality.
Creates a DateNavigator.
A delegate method that accepts as a parameter.
A object implementing the DateNavigator functionality.
Creates a DockManager.
A object containing DockManager specific settings.
A object implementing the DockManager functionality.
Creates a DockManager.
A delegate method that accepts as a parameter.
A object implementing the DockManager functionality.
Creates a DockPanel.
A object containing DockPanel specific settings.
A object implementing the DockPanel functionality.
Creates a DockPanel.
A delegate method that accepts as a parameter.
A DockPanelExtension object implementing the DockPanel functionality.
Creates a DockZone.
A delegate method that accepts as a parameter.
A DockZoneExtension object implementing the DockZone functionality.
Creates a DockZone.
A object containing DockZone specific settings.
A object implementing the DockZone functionality.
Creates a DropDownEdit.
A object containing DropDownEdit specific settings.
A object implementing the DropDownEdit functionality.
Creates a DropDownEdit.
A delegate method that accepts as a parameter.
A object implementing the DropDownEdit functionality.
Returns the HTML code representing the rendering of the specified scripts.
An array of objects defining the attached scripts.
A object representing the HTML-encoded string.
Renders the specified style sheets in the response.
An array of objects defining the attached style sheets.
An MvcHtmlString object that is an empty string.
Creates a GridView.
A object containing GridView specific settings.
A object implementing the GridView functionality.
Creates a GridView.
A delegate method that accepts as a parameter.
A object implementing the GridView functionality.
Creates a HtmlEditor.
A delegate method that accepts as a parameter.
A object implementing the HtmlEditor functionality.
Creates a HtmlEditor.
A object containing HtmlEditor specific settings.
A object implementing the HtmlEditor functionality.
Creates a HyperLink.
A object containing HyperLink specific settings.
A object implementing the HyperLink functionality.
Creates a HyperLink.
A delegate method that accepts as a parameter.
A object implementing the HyperLink functionality.
Creates a Image.
A delegate method that accepts as a parameter.
A object implementing the Image functionality.
Creates a Image.
A object containing Image specific settings.
A object implementing the Image functionality.
Provides access to the ExtensionsFactory class instance.
A object, specifying the created class instance.
Creates a Label.
A object containing Label specific settings.
A object implementing the Label functionality.
Creates a Label.
A delegate method that accepts as a parameter.
A object implementing the Label functionality.
Creates a ListBox.
A delegate method that accepts as a parameter.
A object implementing the ListBox functionality.
Creates a ListBox.
A object containing ListBox specific settings.
A object implementing the ListBox functionality.
Creates a LoadingPanel.
A object containing LoadingPanel specific settings.
A object implementing the LoadingPanel functionality.
Creates a LoadingPanel.
A delegate method that accepts as a parameter.
A object implementing the LoadingPanel functionality.
Creates a Memo.
A object containing Memo specific settings.
A object implementing the Memo functionality.
Creates a Memo.
A delegate method that accepts as a parameter.
A object implementing the Memo functionality.
Creates a Menu.
A delegate method that accepts as a parameter.
A object implementing the Menu functionality.
Creates a Menu.
A object containing Menu specific settings.
A object implementing the Menu functionality.
Creates a NavBar.
A object containing NavBar specific settings.
A object implementing the NavBar functionality.
Creates a NavBar.
A delegate method that accepts as a parameter.
A object implementing the NavBar functionality.
Creates a PageControl.
A delegate method that accepts as a parameter.
A object implementing the PageControl functionality.
Creates a PageControl.
A object containing PageControl specific settings.
A object implementing the PageControl functionality.
Creates a .
A object that contains settings that were used to initialize the owner PivotGrid extension.
A object implementing the PivotCustomizationExtension functionality.
Creates a .
A delegate method that accepts as a parameter.
A object implementing the PivotCustomizationExtension functionality.
Creates a PivotGrid.
A object containing PivotGrid specific settings.
A object implementing the PivotGrid functionality.
Creates a PivotGrid.
A delegate method that accepts as a parameter.
A object implementing the PivotGrid functionality.
Creates a PopupControl.
A delegate method that accepts as a parameter.
A object implementing the PopupControl functionality.
Creates a PopupControl.
A object containing PopupControl specific settings.
A object implementing the PopupControl functionality.
Creates a PopupMenu.
A object containing PopupMenu specific settings.
A object implementing the PopupMenu functionality.
Creates a PopupMenu.
A delegate method that accepts as a parameter.
A object implementing the PopupMenu functionality.
Creates a ProgressBar.
A object containing ProgressBar specific settings.
A object implementing the ProgressBar functionality.
Creates a ProgressBar.
A delegate method that accepts as a parameter.
A object implementing the ProgressBar functionality.
Creates a RadioButton.
A object containing RadioButton specific settings.
A object implementing the RadioButton functionality.
Creates a RadioButton.
A delegate method that accepts as a parameter.
A object implementing the RadioButton functionality.
Creates a RadioButtonList.
A delegate method that accepts as a parameter.
A object implementing the RadioButtonList functionality.
Creates a RadioButtonList.
A object containing RadioButtonList specific settings.
A object implementing the RadioButtonList functionality.
Renders the specified scripts in the response.
The page object.
An array of objects defining the attached scripts.
Renders the specified style sheets in the response.
The page object.
An array of objects defining the attached style sheets.
Creates a Report Toolbar.
A delegate method that accepts as a parameter.
A object implementing the Report Toolbar functionality.
Creates a Report Toolbar.
A object containing Report Toolbar specific settings.
A object implementing the Report Toolbar functionality.
Creates a Report Viewer.
A delegate method that accepts as a parameter.
A object implementing the Report Viewer functionality.
Creates a Report Viewer.
A object containing Report Viewer specific settings.
A object implementing the Report Viewer functionality.
Creates a RoundPanel.
A delegate method that accepts as a parameter.
A object implementing the RoundPanel functionality.
Creates a RoundPanel.
A object containing RoundPanel specific settings.
A object implementing the RoundPanel functionality.
Creates a Scheduler control.
A object containing Scheduler specific settings.
A object implementing the Scheduler functionality.
Creates a Scheduler control.
A delegate method that accepts as a parameter.
A object implementing the Scheduler functionality.
Creates a SchedulerStatusInfo.
A delegate method that accepts as a parameter.
A object implementing the SchedulerStatusInfo functionality.
Creates a SchedulerStatusInfoSettings.
A object containing SchedulerStatusInfo specific settings.
A object implementing the SchedulerStatusInfo functionality.
Creates a SpinEdit.
A object containing SpinEdit specific settings.
A object implementing the SpinEdit functionality.
Creates a SpinEdit.
A delegate method that accepts as a parameter.
A object implementing the SpinEdit functionality.
Creates a Splitter.
A delegate method that accepts as a parameter.
A object implementing the Splitter functionality.
Creates a Splitter.
A object containing Splitter specific settings.
A object implementing the Splitter functionality.
Creates a TabControl.
A delegate method that accepts as a parameter.
A object implementing the TabControl functionality.
Creates a TabControl.
A object containing TabControl specific settings.
A object implementing the TabControl functionality.
Creates a TextBox.
A delegate method that accepts as a parameter.
A object implementing the TextBox functionality.
Creates a TextBox.
A object containing TextBox specific settings.
A object implementing the TextBox functionality.
Specifies the theme to be applied to all DevExpress extensions within an application.
A string value specifying the theme name. Refer to Available Themes to learn more.
Creates a TimeEdit.
A object containing TimeEdit specific settings.
A object implementing the TimeEdit functionality.
Creates a TimeEdit.
A delegate method that accepts as a parameter.
A object implementing the TimeEdit functionality.
Creates a TimeZone Editor.
A object containing TimeZoneEdit specific settings.
A object implementing the TimeZoneEdit functionality.
Creates a TimeZoneEdit.
A delegate method that accepts as a parameter.
A object implementing the TimeZoneEdit functionality.
Creates a TrackBar.
A object containing TrackBar specific settings.
A TrackBarExtension object implementing the TrackBar functionality.
Creates a TrackBar.
A delegate method that accepts as a parameter.
A TrackBarExtension object implementing the TrackBar functionality.
Creates a TreeList.
A object containing TreeList specific settings.
A object implementing the TreeList functionality.
Creates a TreeList.
A delegate method that accepts as a parameter.
A object implementing the TreeList functionality.
Creates a TreeView.
A delegate method that accepts as a parameter.
A object implementing the TreeView functionality.
Creates a TreeView.
A object containing TreeView specific settings.
A object implementing the TreeView functionality.
Creates a UploadControl.
A object containing UploadControl specific settings.
A object implementing the UploadControl functionality.
Creates a UploadControl.
A delegate method that accepts as a parameter.
A object implementing the UploadControl functionality.
Creates a ValidationSummary.
A object containing ValidationSummary specific settings.
A ValidationSummaryExtension object implementing the ValidationSummary functionality.
Creates a ValidationSummary.
A ValidationSummaryExtension object implementing the ValidationSummary functionality.
Creates a ValidationSummary.
A delegate method that accepts as a parameter.
A ValidationSummaryExtension object implementing the ValidationSummary functionality.
Lists values that specify the extension type.
Identifies the AppointmentRecurrenceForm extension.
Identifies the BinaryImage extension.
Identifies the Button extension.
Identifies the ButtonEdit extension.
Identifies the Calendar extension.
Identifies the CallbackPanel extension.
Identifies the Chart extension.
Identifies the CheckBox extension.
Identifies the CheckBoxList extension.
Identifies the ColorEdit extension.
Identifies the ComboBox extension.
Identifies the DataView extension.
Identifies the DateEdit extension.
Identifies the DateNavigator extension.
Identifies the DockManager extension.
Identifies the DockPanel extension.
Identifies the DockZone extension.
Identifies the DropDownEdit extension.
Identifies the GridView extension.
Identifies the HtmlEditor extension.
Identifies the HyperLink extension.
Identifies the Image extension.
Identifies the Label extension.
Identifies the ListBox extension.
Identifies the LoadingPanel extension.
Identifies the Memo extension.
Identifies the Menu extension.
Identifies the NavBar extension.
Identifies the PageControl extension.
Identifies the PivotCustomization extension.
Identifies the PivotGrid extension.
Identifies the PopupControl extension.
Identifies the PopupMenu extension.
Identifies the ProgressBar extension.
Identifies the RadioButton extension.
Identifies the RadioButtonList extension.
Identifies the ReportToolbar extension.
Identifies the ReportViewer extension.
Identifies the RoundPanel extension.
Identifies the Scheduler extension.
Identifies the SchedulerStatusInfo extension.
Identifies the SpinEdit extension.
Identifies the Splitter extension.
Identifies the TabControl extension.
Identifies the TextBox extension.
Identifies the TimeEdit extension.
Identifies the TimeZoneEdit extension.
Identifies the TrackBar extension.
Identifies the TreeList extension.
Identifies the TreeView extension.
Identifies the UploadControl extension.
Identifies the ValidationSummary extension.
Represents a base class containing common settings of a tabbed control.
Initializes a new instance of the TabControlSettingsBase class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Gets an object that lists the client-side events specific to the TabControlSettingsBase.
A object which allows assigning handlers to the client-side events available to the TabControlSettingsBase.
Gets or sets a value that specifies the initial visibility state of a TabControl on the client.
true to make a TabControl initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to the style settings declared at the root level of the wrapped web control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Gets or sets a value that specifies whether the extension to which this TabControlSettingsBase object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets a value that specifies whether tabs can visually respond to mouse hovering.
Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed extension.
true if scrolling is enabled; otherwise, false.
Provides access to the settings that define images displayed within the TabControl elements.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows setting a template for displaying the space after a tab's content.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the space after a tab's content.
A string value specifying the template content.
Allows setting a template for displaying the space before a tab's content.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the space before a tab's content.
A string value specifying the template content.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Gets or sets the alignment of tabs along the control's side specified by the property.
Contains TabControl specific settings.
Initializes a new instance of the TabControlSettings class with default settings.
Allows you to perform some actions after the TabControl binds to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Allows setting a common template used for displaying the content of an active tab within the current tab control.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the content of an active tab within the current tab control.
A string value specifying the template content.
Allows setting a common template, used for displaying the content of all tabs within the current tab control.
A string value specifying the template content.
Allows setting a common template, used for displaying the content of all tabs within the current tab control.
A method to which a template content rendering is delegated.
Enables you to customize the settings of the related tab before it is finally rendered.
A TabControlEventHandler delegate method allowing you to implement custom processing.
Represents a base class implementing the common functionality of a tabbed control.
Initializes a new instance of the TabControlExtensionBase class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TabControlExtensionBase class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Represents an extension object implementing the TabControl functionality.
Initializes a new instance of the TabControlExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TabControlExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the TabControl to a data source.
An object specifying the bound data source.
A object representing the TabControl.
Binds the TabControl to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the TabControl to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Binds the TabControl to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the TabControl to the XML file specified name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
An extension object.
Binds the TabControl to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Represents a base class for control specific settings.
Initializes a new instance of the SettingsBase class with default settings.
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Provides access to the style settings which are usually declared at the root level of a wrapped web control.
A object containing style settings.
Gets or sets a value that indicates whether the UI control is enabled, allowing it to respond to end-user interactions.
true if the control is enabled; otherwise, false.
Gets or sets a value indicating whether themes apply to this extension.
true to use themes; otherwise, false.
Gets or sets the height of the control.
Gets or sets the unique identifier name for the control.
Allows custom processing to be implemented before the extension is rendered to the page.
A EventHandler method to which custom processing is delegated.
Gets or sets the skin to apply to the control.
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Gets or sets the tab index of the control element of the web page.
An integer value specifying the tab index.
Gets or sets the name of the theme to be applied to the control.
A string value specifying the theme name. Refer to Available Themes to learn more.
Gets or sets a UI element's tooltip text.
A value that specifies the text displayed within the UI element's tooltip.
Gets or sets the width of the control.
Contains RoundPanel specific settings.
Initializes a new instance of the RoundPanelSettings class with default settings.
Gets an object that lists the client-side events specific to the RoundPanelSettings.
A object which allows assigning handlers to the client-side events available to the RoundPanelSettings.
Gets or sets a value that specifies the initial visibility state of a RoundPanel on the client.
true to make a RoundPanel initially displayed; false to render it into the web page, but make it initially hidden on the client.
Gets or sets a round panel content's height.
A Unit value specifying the height.
Gets the round panel's padding settings.
A object that contains padding settings.
Gets or sets a value that specifies whether the extension to which this RoundPanelSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets the settings of an image displayed within the round panel's header.
An ImageProperties object that contains image settings.
Gets or sets a URL where the client's web browser will navigate, when the text or image is clicked within the panel's header.
Gets or sets the text displayed within the RoundPanel's header.
Gets the settings that define different parts of the panel.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Specifies the contents of the RoundPanel.
A string value representing the content.
Specifies the contents of the RoundPanel.
A method to which content rendering is delegated.
Allows setting a template for displaying a round panel header.
A string value specifying the template content.
Allows setting a template for displaying a round panel header.
A method to which a template content rendering is delegated.
Gets or sets whether the RoundPanel's header is displayed.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents an extension object implementing the RoundPanel functionality.
Initializes a new instance of the RoundPanelExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the RoundPanelExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains PageControl specific settings.
Initializes a new instance of the PageControlSettings class with default settings.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Enables you to save and restore the previously saved layout of the PageControl.
A ASPxClientLayoutHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback.
true if a specific animation effect is used; otherwise, false.
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 or sets the text to be displayed within a specific loading panel while waiting for a callback response.
A string that specifies the descriptive text displayed within a loading panel.
A string value specifying a cookie's name.
Allows setting a common template used for displaying the content of an active tab within the current page control.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the content of an active tab within the current page control.
A string value specifying the template content.
Allows setting a common template, used for displaying the content of all tabs within the current page control.
A string value specifying the template content.
Allows setting a common template used for displaying the content of all tabs within the current page control.
A method to which a template content rendering is delegated.
Gets or sets whether a specific loading panel can be displayed within the PageControl.
true if a loading panel is allowed to be displayed within the PageControl; otherwise, false.
Gets or sets a value that specifies the visibility of an image within a specific loading panel displayed while waiting for a callback response.
true if an image is displayed within a loading panel; otherwise, false.
Represents an extension object implementing the PageControl functionality.
Initializes a new instance of the PageControlExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the PageControlExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Contains NavBar specific settings.
Initializes a new instance of the NavBarSettings class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
A ASPxClientLayoutHandler delegate method allowing you to implement custom processing.
Gets an object that lists the client-side events specific to the NavBarSettings.
A object which allows assigning handlers to the client-side events available to the NavBarSettings.
Gets or sets a value that specifies the initial visibility state of a NavBar on the client.
true to make a NavBar initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to the style settings declared at the root level of the NavBar's wrapped web control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Allows you to perform custom actions before a NavBar is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Allows you to perform some actions after the NavBar binds to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing groups.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether a specific animation effect is used when a navigation bar's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether the extension to which this NavBarSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets a value that specifies whether specific elements of a NavBar (such as items or headers) can visually respond to mouse hovering.
Enables you to customize settings of the related group before it is finally rendered.
A NavBarGroupEventHandler delegate method allowing you to implement custom processing.
Provides access to the settings that define images displayed within the NavBar's elements.
Enables you to customize settings of the related item before it is finally rendered.
A NavBarItemEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies how items are represented as links within the NavBar.
One of the enumeration values.
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 or sets the text to be displayed within a specific loading panel while waiting for a callback response.
A string that specifies the descriptive text displayed within a loading panel.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
A string value specifying a cookie's name.
Allows setting a common template used for displaying the client region's content of all groups within NavBar.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the client region's content of all groups within the NavBar.
A string value specifying the template content.
Allows setting a common template used for displaying the content of the headers of all collapsed groups within NavBar.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the content of the headers of all collapsed groups within the NavBar.
A string value specifying the template content.
Allows setting a common template used for displaying the content of all group headers within the NavBar.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the content of all group headers within the NavBar.
A string value specifying the template content.
Allows setting a common template used for displaying the content of all items within the NavBar.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the content of all items within the NavBar.
A string value specifying the template content.
Allows setting a common template used for displaying the text content of all items within the NavBar.
A method to which a template content rendering is delegated.
Allows setting a common template used for displaying the text content of all items within the NavBar.
A string value specifying the template content.
Gets or sets a value that specifies whether group expand buttons are displayed within the NavBar's group headers.
Gets or sets a value that specifies whether group headers are displayed within a NavBar.
Gets or sets whether a specific loading panel can be displayed within the NavBar, while waiting for a callback response.
true if a loading panel is allowed to be displayed within the NavBar; otherwise, false.
Gets or sets a value that specifies the visibility of an image within a specific loading panel displayed while waiting for a callback response.
true if an image is displayed within a loading panel; otherwise, false.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents an extension object implementing the NavBar functionality.
Initializes a new instance of the NavBarExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the NavBarExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the NavBar to a data source.
An object specifying the bound data source.
A object representing the NavBar.
Binds the NavBar to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Binds the NavBar to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the NavBar to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the NavBar to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
An extension object.
Binds the NavBar to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Represents a collection of tabbed pages within the PageControl.
Initializes a new instance of the MVCxTabPageCollection class with default settings.
Adds a new tab page to the collection and specifies the page's display text, name and associated image.
Adds a new tab page to the collection and specifies the tab page's display text and name.
Adds a new tab page to the end of the collection and returns the newly created object.
Adds the specified tab page to the collection.
Adds a new tab page to the collection and specifies the tab page's display text.
Adds a new tabbed page to the collection and allows you to customize this page in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Provides indexed access to individual tab pages within the MVCxTabPageCollection.
Removes a tab page object from the tab page collection.
Represents a tabbed page within the PageControl.
Initializes a new instance of the MVCxTabPage class with default settings.
Initializes a new instance of the MVCxTabPage class with the specified setting.
Initializes a new instance of the MVCxTabPage class with the specified settings.
Initializes a new instance of the MVCxTabPage class with the specified settings.
Gets a collection that contains child controls representing the current object's content.
Allows setting a template for displaying the text content of the current page's tab when it's active.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the current page's tab when it's active.
A string value specifying the template content.
Specifies the contents of the TabPage.
A string value representing the content.
Specifies the contents of the TabPage.
A method to which content rendering is delegated.
Allows setting a template for displaying the text content of the current page's tab.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the current page's tab.
A string value specifying the template content.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTabControl class with default settings.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents a collection of tabs within a tab control (PageControl or TabControl).
Initializes a new instance of the MVCxTabCollection class with default settings.
Adds a new tab to the collection and specifies the tab's display text, name, associated image and URL.
Adds a new tab to the collection and specifies the tab's display text, name, associated image and URL as well as the target of the URL content.
Adds a new tab to the collection and specifies the tab's display text, name and associated image.
Adds a new tab to the end of the collection and returns the newly created object.
Adds the specified tab to the collection.
Adds a new tab to the collection and specifies the tab's display text and name.
Adds a new tab to the collection and specifies the tab's display text.
Adds a new tab to the collection and allows you to customize this tab in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Provides indexed access to individual tabs within the MVCxTabCollection.
Represents an individual tab within the TabControl.
Initializes a new instance of the MVCxTab class with the specified settings.
Initializes a new instance of the MVCxTab class with the specified setting.
Initializes a new instance of the MVCxTab class with the specified settings.
Initializes a new instance of the MVCxTab class with the specified settings.
Initializes a new instance of the MVCxTab class with default settings.
Initializes a new instance of the MVCxTab class with the specified settings.
Allows setting a template for displaying the text content of the current tab when it's active.
A string value specifying the template content.
Allows setting a template for displaying the text content of the current tab when it's active.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the current tab.
A string value specifying the template content.
Allows setting a template for displaying the text content of the current tab.
A method to which a template content rendering is delegated.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxRoundPanel class with default settings.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxPageControl class with default settings.
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.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents a collection of items within a group.
Initializes a new instance of the MVCxNavBarItemCollection class with default settings.
Initializes a new instance of the MVCxNavBarItemCollection class with the specified setting.
Adds a new item to the collection and specifies the item's display text, name, associated image and URL.
Adds a new item to the collection and specifies the item's display text, name, associated image and URL as well as the target of the URL content.
Adds a new item to the collection and specifies the item's display text.
Adds a new item to the end of the collection and returns the newly created object.
Adds the specified item to the collection.
Adds a new item to the collection and specifies the item's display text and name.
Adds a new item to the collection and specifies the item's display text, name and associated image.
Adds a new item to the collection and allows you to customize this item in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns an item object with the specified property value.
Returns an item object with the specified property value.
Gets an item by its visible index.
Searches for the specified item object and returns the zero-based index of the first occurrence within the item collection.
Inserts the specified item object into the collection at the specified index.
Provides indexed access to individual items within the MVCxNavBarItemCollection.
Removes an item object from the item collection.
Represents an individual item within the NavBar.
Initializes a new instance of the MVCxNavBarItem class with the specified settings.
Initializes a new instance of the MVCxNavBarItem class with the specified setting.
Initializes a new instance of the MVCxNavBarItem class with the specified settings.
Initializes a new instance of the MVCxNavBarItem class with the specified settings.
Initializes a new instance of the MVCxNavBarItem class with default settings.
Initializes a new instance of the MVCxNavBarItem class with the specified settings.
Allows setting a template for displaying the content of the item.
A string value specifying the template content.
Allows setting a template for displaying the content of the item.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the item.
A string value specifying the template content.
Allows setting a template for displaying the text content of the item.
A method to which a template content rendering is delegated.
Represents an individual group within the NavBar.
Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
Initializes a new instance of the MVCxNavBarGroup class with the specified setting.
Initializes a new instance of the MVCxNavBarGroup class with default settings.
Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
Gets the collection of items within the group and provides indexed access to them.
Allows setting a template for displaying the client region's content of the current group.
A string value specifying the template content.
Allows setting a template for displaying the client region's content of the current group.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of the group's header, when the group is in a collapsed state.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of the group's header, when the group is in a collapsed state.
A string value specifying the template content.
Allows setting a template for displaying the content of the group's header.
A string value specifying the template content.
Allows setting a template for displaying the content of the group's header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the content of all items within the current .
A string value specifying the template content.
Allows you to provide a template for rendering the content of all items within the current .
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the text content of all items within the current .
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the text the content of all items within current .
A string value specifying the template content.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxNavBar class with default settings.
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.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents a collection that maintains menu items.
Initializes a new instance of the MVCxMenuItemCollection class with default settings.
Initializes a new instance of the MVCxMenuItemCollection class with the specified setting.
Adds a new menu item to the collection and specifies the item's display text, name, associated image and URL.
Adds a new menu item to the collection and specifies the item's display text, name, associated image and URL as well as the target of the URL content.
Adds a new item to the collection and specifies the item's display text.
Adds a new menu item to the end of the collection and returns the newly created object.
Adds the specified menu item to the collection.
Adds a new item to the collection and specifies the item's display text and name.
Adds a new menu item to the collection and specifies the item's display text, name and associated image.
Adds a new menu item to the collection and allows you to customize this item in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns an item object with the specified property value.
Returns an item object with the specified property value.
Gets a menu item by its visible index.
Searches for the specified menu item object and returns the zero-based index of the first occurrence within the menu item collection.
Inserts the specified menu item into the collection at the specified index.
Provides indexed access to individual items within the MVCxMenuItemCollection.
Removes a menu item object from the menu item collection.
Represents an individual menu item within the Menu.
Initializes a new instance of the MVCxMenuItem class with the specified setting.
Initializes a new instance of the MVCxMenuItem class with default settings.
Initializes a new instance of the MVCxMenuItem class with the specified settings.
Initializes a new instance of the MVCxMenuItem class with the specified settings.
Initializes a new instance of the MVCxMenuItem class with the specified settings.
Initializes a new instance of the MVCxMenuItem class with the specified settings.
Gets a collection that contains the submenu items of the current menu item.
Allows setting a template to display the client region's content of the current menu item's submenus.
A string value specifying the template content.
Allows setting a template for displaying the client region's content of the current menu item's submenus.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of the current menu item.
A string value specifying the template content.
Allows setting a template for displaying the content of the current menu item.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the current menu item.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the text content of the current menu item.
A string value specifying the template content.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxMenu class with default settings.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains specific settings of the GridView.
Initializes a new instance of the MVCxGridViewSettings class with default settings.
Represents a collection of columns within the GridView.
Initializes a new instance of the MVCxGridViewColumnCollection class with default settings.
Initializes a new instance of the MVCxGridViewColumnCollection class with the specified owner.
An object that implements the IWebControlObject interface.
Adds a new column to the collection and specifies the column's caption and bound field name.
Adds a new column to the collection and specifies the column's caption, type and bound field name.
Adds a new column to the end of the collection and returns the newly created object.
Adds a new column to the collection and specifies the column's type and bound field name.
Adds a new column to the collection and specifies the column's bound field name.
Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Creates a new band column with the specified caption and adds it to the collection.
A value that specifies the band column's caption.
An MVCxGridViewBandColumn object that is the newly created band column.
Creates a new band column and adds it to the collection.
An MVCxGridViewBandColumn object that is the newly created band column.
Adds a new band column to the collection and allows you to customize this column in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Represents a column within the GridView.
Initializes a new instance of the MVCxGridViewColumn class with default settings.
Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
Initializes a new instance of the MVCxGridViewColumn class with the specified setting.
Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
Gets the column data editor type.
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.
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.
Allows setting a template for displaying data cells within the current column.
A string value specifying the template content.
Allows setting a template for displaying data cells within the current column.
A method to which a template content rendering is delegated.
Allows setting a template for displaying edit form items.
A string value specifying the template content.
Allows setting a template for displaying edit form items.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the column's footer cell.
A string value specifying the template content.
Allows setting a template for displaying the column's footer cell.
A method to which a template content rendering is delegated.
Allows setting a template for displaying group rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying group rows.
A string value specifying the template content.
Allows setting a template for displaying the column header's caption.
A string value specifying the template content.
Allows setting a template for displaying the column header's caption.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of the column's header.
A string value specifying the template content.
Allows setting a template for displaying the content of the column's header.
A method to which a template content rendering is delegated.
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 behavior specific settings of the GridView.
Initializes a new instance of the MVCxGridViewBehaviorSettings class with default settings.
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 Menu specific settings.
Initializes a new instance of the MenuSettings class with default settings.
Gets or sets a value that specifies the initial visibility state of a Menu on the client.
true to make a Menu initially displayed; false to render it into the web page, but make it initially hidden on the client.
Gets or sets a value that specifies whether the extension to which this MenuSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets a value specifying whether submenu scrolling is enabled in the Menu.
true if scrolling is enabled; otherwise, false.
Gets or sets a value that specifies whether root item widths are calculated automatically, so that root items are resized (stretched or shrinked) proportionally to the menu control's width.
true if item widths are calculated automatically; otherwise, false.
Gets or sets a value that specifies how item images are positioned within the menu's root items.
One of the enumeration values.
Gets or sets the direction in which to render the menu.
One of the Orientation enumeration values.
Specifies whether a menu is displayed as a toolbar.
true to show a menu as a toolbar; otherwise, false.
Represents an extension object implementing the Menu functionality.
Initializes a new instance of the MenuExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the MenuExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the Menu to a data source.
An object specifying the bound data source.
A object representing the Menu.
Binds the Menu to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the Menu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Binds the Menu to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the Menu to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
An extension object.
Binds the Menu to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Contains GridView specific settings.
Initializes a new instance of the GridViewSettings class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Enables you to assign editors to individual filter row cells.
A ASPxGridViewEditorCreateEventHandler delegate method allowing you to implement custom processing.
Enables the cell editors displayed within the auto filter row cells to be initialized.
A ASPxGridViewEditorEventHandler delegate method allowing you to implement custom processing.
Provides an opportunity to obtain the column sorting or grouping parameters and perform some action before a column is sorted or grouped.
A ASPxGridViewBeforeColumnGroupingSortingEventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets the text to render in an HTML caption element in a GridView.
A String value that specifies the text.
Enables you to initialize the cell editors displayed within grid edit cells.
A ASPxGridViewEditorEventHandler delegate method allowing you to implement custom processing.
Enables you to save and restore the previously saved layout of the GridView.
A ASPxClientLayoutHandler delegate method allowing you to implement custom processing.
Gets an object that lists the client-side events specific to the GridViewSettings.
A object which allows assigning handlers to the client-side events available to the GridViewSettings.
Gets or sets a value that specifies the initial visibility state of a GridView on the client.
true to make a GridView initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to a GridView's column collection.
Enables individual row cells containing command column items to be initialized.
A ASPxGridViewCommandButtonEventHandler delegate method allowing you to implement custom processing.
Provides access to the GridView's command column.
A object representing the grid command column.
Provides access to the style settings declared at the root level of the GridView's wrapped web server control.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Defines the callback routing logic by specifying the names of Controllers and Actions that handle callbacks related to grid data operations such as paging, sorting, grouping and filtering.
An object containing the data operation type (identified by ) and the names of Controllers and Actions.
Enables you to initialize custom command buttons.
A ASPxGridViewCustomButtonEventHandler delegate method allowing you to implement custom processing.
Allows any desired server-side processing to be performed in response to a call to the client method.
A ASPxGridViewCustomCallbackEventHandler delegate method allowing you to implement custom processing.
Enables custom display text to be provided for any cell.
A ASPxGridViewColumnDisplayTextEventHandler delegate method allowing you to implement custom processing.
Provides the ability to group data using custom rules.
A ASPxGridViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.
Enables you to sort data using custom rules.
A ASPxGridViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the client method.
An object containing the Controller and Action names.
Allows any desired server-side processing to be performed in response to a call to the client method and any resulting required information to be passed to the client for further processing (if required).
A ASPxGridViewCustomDataCallbackEventHandler delegate method allowing you to implement custom processing.
Enables you to provide custom content for group rows.
A ASPxGridViewColumnDisplayTextEventHandler delegate method allowing you to implement custom processing.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Enables you to calculate summary values manually.
A CustomSummaryEventHandler delegate method allowing you to implement custom processing.
Enables data to be supplied to unbound columns.
A ASPxGridViewColumnDataEventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions before a GridView is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Allows you to perform some actions after the GridView binds to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions in response to a master row having been expanded or collapsed.
A ASPxGridViewDetailRowEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies whether a specific animation effect is used when a grid's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
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.
Enables you to specify the entered filter value's custom display text to be displayed when the filter's condition value editor is inactive.
A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl's operation dropdown menu.
A FilterControlOperationVisibilityEventHandler delegate method allowing you to implement custom processing.
Enables you to process and modify an entered value before it is actually accepted by the filter.
A FilterControlParseValueEventHandler delegate method allowing you to implement custom processing.
Enables you to provide custom filter items displayed within a filter dropdown.
A ASPxGridViewHeaderFilterEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual cells to be changed.
A ASPxGridViewTableDataCellEventHandler delegate method allowing you to implement custom processing.
Enables you to initialize elements contained within the grid's EditForm template.
A ASPxGridViewEditFormEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual footer cells to be changed.
A ASPxGridViewTableFooterCellEventHandler delegate method allowing you to implement custom processing.
Allows initializing elements contained within the grid templates, when a table row has been created.
A ASPxGridViewTableRowEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual rows to be changed.
A ASPxGridViewTableRowEventHandler delegate method allowing you to implement custom processing.
Provides access to the settings that define images displayed within the GridView's elements.
Provides access to the settings that define images displayed within the Filter Control.
The object that contains image settings.
Enables you to initialize added rows.
A ASPxDataInitNewRowEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies whether keyboard navigation is available within the GridView.
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.
Enables you to respond to the page index change within the grid, as a result of an end-user's page selection.
A EventHandler delegate method allowing you to implement custom processing.
Gets or sets the name of the data source field whose values are displayed within the preview rows.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Enables you to specify whether row data is valid, and whether the row can be updated.
An ASPxDataValidationEventHandler delegate method allowing you to implement custom processing.
Allows setting a template for displaying data cells.
A method to which a template content rendering is delegated.
Allows setting a template for displaying data cells.
A string value specifying the template content.
Allows setting a template for displaying data rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying data rows.
A string value specifying the template content.
Allows setting a template for displaying detail rows.
A string value specifying the template content.
Allows setting a template for displaying detail rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying an edit form.
A method to which a template content rendering is delegated.
Allows setting a template for displaying an edit form.
A string value specifying the template content.
Allows setting a template for displaying the empty data row.
A string value specifying the template content.
Allows setting a template for displaying the empty data row.
A method to which a template content rendering is delegated.
Allows setting a template for displaying footer cells.
A method to which a template content rendering is delegated.
Allows setting a template for displaying footer cells.
A string value specifying the template content.
Allows setting a template for displaying the footer.
A string value specifying the template content.
Allows setting a template for displaying the footer.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of group rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the content of group rows.
A string value specifying the template content.
Allows setting a template for displaying group rows.
A string value specifying the template content.
Allows setting a template for displaying group rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying column header captions.
A string value specifying the template content.
Allows setting a template for displaying column header captions.
A method to which a template content rendering is delegated.
Allows setting a template for displaying column headers.
A string value specifying the template content.
Allows setting a template for displaying column headers.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the pager.
A string value specifying the template content.
Allows setting a template for displaying the pager.
A method to which a template content rendering is delegated.
Allows setting a template for displaying preview rows.
A string value specifying the template content.
Allows setting a template for displaying preview rows.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the status bar.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the status bar.
A string value specifying the template content.
Provides access to the GridView's display options.
Provides access to the extension's cookie settings.
A ASPxGridViewCookiesSettings object that contains the extension's cookie settings.
Provides access to the Customization Window's settings.
An ASPxGridViewCustomizationWindowSettings object that contains the Customization Window's settings.
Provides access to the GridView's master-detail options.
An MVCxGridViewDetailSettings object that contains the GridView's master-detail options.
Provides access to the GridView's edit settings.
An MVCxGridViewEditingSettings object that contains the GridView's edit settings.
Provides access to the GridView's export settings.
An object that contains export settings.
Provides access to the loading panel's settings.
Provides access to the pager's settings.
An object that contains pager settings.
Provides access to the settings of different grid popup elements.
An MVCxGridViewPopupControlSettings object that contains the popup element settings.
Allows setting a template for displaying the title panel.
A string value specifying the template content.
Allows setting a template for displaying the title panel.
A method to which a template content rendering is delegated.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Provides access to style settings defining the appearance of the GridView's editors.
A object that contains style settings.
Provides access to the style settings used to paint the Filter Control.
A FilterControlStyles> object that contains style settings used to paint the Filter Control.
Provides access to the style settings that control the appearance of the pager displayed within the GridView.
Provides access to the style settings defining the appearance of different popup elements within a grid.
A GridViewPopupControlStyles object that contains style settings.
Enables custom display text to be provided for any summary value.
An ASPxGridViewSummaryDisplayTextEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies the table summary attribute.
A String value that is the summary attribute text.
Serves as a base class for DevExpress MVC extensions.
Initializes a new instance of the ExtensionBase class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ExtensionBase class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Inserts the HTML code rendered by an extension into the required page output.
An empty string.
Renders the extension's HTML code to the Response.
Lists values that specify the column editor type.
Indicates that a binary image editor is used to edit column values.
Indicates that a button editor is used to edit column values.
Indicates that a check box is used to edit column values.
Indicates that a color editor is used to edit column values.
Indicates that a combo box is used to edit column values.
Indicates that a date editor is used to edit column values.
Corresponds to the TextBox value.
Indicates that a drop down editor is used to edit column values.
Indicates that a hyperlink editor is used to edit column values.
Indicates that an image editor is used to edit column values.
Indicates that a memo editor is used to edit column values.
Indicates that a progress bar is used to edit column values.
Indicates that a spin editor is used to edit column values.
Indicates that a text box is used to edit column values.
Indicates that a time editor is used to edit column values.
Used internally to render the .
Initializes a new instance of the MVCxReportViewer class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
An value.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
An object containing the Controller and Action names.
Provides access to the settings that define images for various Report Viewer elements.
An descendant.
Represents the PivotGrid's group collection.
Initializes a new instance of the MVCxPivotGridWebGroupCollection class with default settings.
Provides indexed access to the groups in the collection.
An integer value specifying the zero-based index of the required group. If it's negative or exceeds the maximum available index, an exception is raised.
An object that defines the group in the collection.
Contains Scheduler Status Info settings
Initializes a new instance of the SchedulerStatusInfoSettings class with default settings.
Gets or sets the priority of a Status Info element. Only an element with the maximum priority is displayed on a page.
A positive integer. Default Scheduler status info has a priority of 0.
Gets or sets the name of a Scheduler control to which a Scheduler Status Info element is bound.
A string that is the name of a Scheduler control.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxGridView class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
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.
Provides access to the GridView's behavior settings.
An MVCxGridViewBehaviorSettings object that contains the extension's behavior settings.
Provides access to the GridView's master-detail options.
An MVCxGridViewDetailSettings object that contains the GridView's master-detail options.
Provides access to the GridView's edit settings.
A MVCxGridViewEditingSettings object that contains the GridView's edit settings.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
For internal use only.
Initializes a new instance of the MVCxTreeListExporter class, specifying the corresponding TreeList object.
A object representing the TreeList whose content should be exported.
Provides access to the print options.
An MVCxTreeListPrintSettings object that contains the TreeList's print options.
Gets the ASPxTreeList control to which the MVCxTreeListExporter is assigned.
The control.
Provides cookies settings for the TreeList.
Used internally to render the .
Initializes a new instance of the MVCxReportToolbar class with default settings.
Represents an extension object implementing the TimeZone Editor functionality.
Initializes a new instance of the TimeZoneEditExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TimeZoneEditExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Provides arguments to implement a method delegate of the type.
Initializes a new instance of the GridViewCustomBindingGetSummaryValuesArgs class with the specified settings.
A object containing the current GridView state.
A list of objects containing information about the currently applied grouping.
A list of objects representing the summaries used within the GridView that need to be calculated.
Gets a list of summary items which are used within the GridView and whose values must be calculated.
A list of objects containing information about summaries used within the GridView.
An extension object implementing the TrackBar functionality.
Initializes a new instance of the TrackBarExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the TrackBarExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TrackBarExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Binds an item list to the TrackBar editor.
An object that is the bound data source.
A TrackBarExtension object that is the TrackBar.
An extension object implementing the CheckBoxList functionality.
Initializes a new instance of the CheckBoxListExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the CheckBoxListExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the CheckBoxListExtension class with the specified settings, the context information about the view, and the model metadata.
An object containing extension specific settings.
A object that is the view context.
The System.Web.Mvc.ModelMetadata object that is the model metadata.
Binds an item list to the CheckBoxList editor.
An object that is the bound data source.
A CheckBoxListExtension object that is the CheckBoxList.
Binds the CheckBoxList to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the CheckBoxList to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the CheckBoxList to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Returns an array of the CheckBoxList's selected item values.
A string specifying the editor name.
An array that contains zero or more T objects that are the values of the selected items.
Provides arguments to implement a method delegate of the type.
Initializes a new instance of the GridViewCustomBindingGetUniqueHeaderFilterValuesArgs class with the specified settings.
A object that represents the current state of the GridView view model.
The data field name identifying a grid column that relates to the processed operation.
A string value specifying the filter expression currently applied to the grid's data. An empty string, if no filtering is applied.
Gets or sets a list of unique values contained within a specific data field.
An object supporting the IEnumerable interface and containing a list of unique values obtained from a specific data field.
Gets the name of the data field whose unique values should be returned.
A string value that is the name of a data field whose unique values should be returned.
Gets the GridView's currently applied filter conditions that do not contain a filter criterion applied to the processed column specified by the property.
A string value representing the applied filter criteria.
A delegate method that enables you to calculate and return values of summaries required within the grid, when implementing custom data binding of the GridView.
A delegate method that enables you to calculate and return values of summaries required within the grid, when implementing custom data binding of the GridView.
An object that contains the related arguments.
Represents an individual custom dialog within the HtmlEditor.
Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified name and caption.
A string that represents the created dialog's name.
A string that represents the created dialog's caption.
Initializes a new instance of the MVCxHtmlEditorCustomDialog class with default settings.
Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified settings.
A string that represents the created dialog's name.
A string that represents the created dialog's caption.
A string that represents the created dialog's associated action.
Gets or sets the name of an action method invoking a view (user control) that defines a dialog's form.
A string specifying the action name.
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.
Use the property instead.
A specific view model object that maintains the GridView's state and provides the means to populate itself with data when the GridView is used in custom data binding mode.
Initializes a new instance of the GridViewModel class with default settings.
Provides access to a collection that contains information (the current state) on column objects.
A object containing column states.
Gets or sets the filter criteria applied to the GridView.
A value that specifies the filter criteria.
Provides access to a list of grouped columns.
A list of objects that represents the collection of grouped columns.
Provides access to group summary items.
A list of objects that represents the collection of group summary items.
Gets or sets the name of the data source key field.
A value that specifies the name of the data source key field.
Gets the grid pager's main settings.
A object containing information about the paging-related state.
Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
A delegate method allowing you to implement custom processing to return the total number of data rows. Implementation is required.
A delegate method allowing you to implement custom processing to return the data rows requested by the grid. Implementation is required.
Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
A delegate method allowing you to implement custom processing to return the total number of data rows. Implementation is required.
A delegate method allowing you to implement custom processing to return the data rows requested by the grid. Implementation is required.
A delegate method allowing you to return grouping information for group rows (the group value - key, and the number of data rows within the group - count). Implementation is optional. It is required if you use grouping within the grid.
Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
A delegate method allowing you to implement custom processing to return the total number of data rows. Implementation is required.
A delegate method allowing you to implement custom processing to return the data rows requested by the grid. Implementation is required.
A delegate method allowing you to implement custom processing to calculate and return values of summaries required within the grid. Implementation is optional. It is required if you use summaries within the grid.
Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
A delegate method allowing you to implement custom processing to return the total number of data rows. Implementation is required.
A delegate method allowing you to implement custom processing to return the data rows requested by the grid. Implementation is required.
A delegate method allowing you to implement custom processing to calculate and return values of summaries required within the grid. Implementation is optional. It is required if you use summaries within the grid.
A delegate method allowing you to implement custom processing to return grouping information for group rows (the group value - key, and the number of data rows within the group - count). Implementation is optional, it is required if you use grouping within the grid.
Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
A delegate method allowing you to implement custom processing to return the total number of data rows. Implementation is required.
A delegate method allowing you to implement custom processing to return the data rows requested by the grid. Implementation is required.
A delegate method allowing you to implement custom processing to calculate and return values of summaries required within the grid. Implementation is optional. It is required if you use summaries within the grid.
A delegate method allowing you to implement custom processing to return grouping information for group rows (the group value - key, and the number of data rows within the group - count). Implementation is optional, it is required if you use grouping within the grid.
A delegate method allowing you to implement custom processing to return unique values to be displayed in the header filter dropdown list invoked for a grid column. Implementation is optional, it is required if you display header filter buttons to use filtering within the grid.
Changes the GridView's sorting state according to the processed sorting operation.
A object containing the current state of the column related to the performed sorting operation.
true if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; false if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved.
Gets a collection of sorted columns.
A collection of objects providing information about the sorted columns within the GridView.
Gets a list of summary items defined within the GridView.
A list of objects containing information about the summaries used within the GridView.
A delegate method that enables you to return grouping information for group rows (the group value - key, and the number of data rows within the group - count), when implementing custom data binding of the GridView.
A delegate method that enables you to return grouping information for group rows (the group value - key, and the number of data rows within the group - count), when implementing custom data binding of the GridView.
An object that contains the related arguments.
Provides arguments to implement a method delegate of the type.
Initializes a new instance of the GridViewCustomBindingGetGroupingInfoArgs class with the specified settings.
A object that represents the current state of the GridView view model.
A list of objects containing information about the currently applied grouping.
The data field name identifying a grid column that relates to the processed grouping operation.
A enumeration value specifying the sort order applied to the processed column.
Gets or sets a list that contains grouping information (the group value - key, and the number of data rows within the group - count) on group rows.
A list of objects containing grouping information about group rows.
Gets the name of a data field against whose values the currently processed grouping operation is being performed.
A string value that is the name of the processed data field.
Gets the sort order to be applied to values of a data field specified by the property when processing the current grouping operation.
A ColumnSortOrder enumeration value.
A delegate method that enables you to return the total number of data rows within your model, when implementing custom data binding of the GridView.
A delegate method that enables you to return the total number of data rows within your model, when implementing custom data binding of the GridView.
An object that contains the related arguments.
Provides arguments to implement a method delegate of the type.
Initializes a new instance of the GridViewCustomBindingGetDataRowCountArgs class with the specified settings.
A object that represents the current state of the GridView view model.
A string value specifying the filter expression currently applied to the grid's data. An empty string, if no filtering is applied.
Gets or sets the total number of data rows within a custom model, taking into account the filtering applied within the grid (if any).
An integer value specifying the total number of data rows within a model.
Gets the filter condition currently applied to the GridView (if any filtering is used).
A string value representing the filter conditions applied to the grid. An empty string, if no filtering is used.
A delegate method that enables you to populate the grid view model with data rows requested by the grid, when implementing custom data binding of the GridView.
A delegate method that enables you to populate the grid view model with data rows requested by the grid, when implementing custom data binding of the GridView.
An object that contains the related arguments.
Provides arguments to implement a method delegate of the type.
Initializes a new instance of the GridViewCustomBindingGetDataArgs class with the specified settings.
A object that represents the current state of the GridView view model.
A list of objects containing information about the currently applied grouping.
An integer specifying the index of the starting data row.
An integer specifying the total count of data rows to be returned.
Gets the number of currently requested data rows to return.
An integer value specifying the number of currently requested data rows to return.
Gets the index of the first row in the requested row list.
An integer value representing the index of the first row in the requested row list to be returned.
Provides base data arguments to implement custom binding method delegates.
Initializes a new instance of the GridViewCustomBindingDataArgsBase class with the specified settings.
A object that represents the current state of the GridView view model.
A list of objects containing information about the currently applied grouping.
Gets or sets a list of currently requested model characteristics (depending upon which delegated method is being implemented, it can be a list of data rows, or a list of grouping information objects, or a list of calculated summary values).
An object supporting the IEnumerable interface and containing a list of values currently requested to populate the grid's custom view model.
Gets a list of objects containing information about the group rows (in particular, the field name identifying the corresponding grouped column, the group value - key, and the number of data rows within the group - count).
A list of objects containing information about the currently applied grouping.
Provides base arguments to implement custom binding method delegates.
Initializes a new instance of the GridViewCustomBindingArgsBase class with the specified GridView view model object.
A object that represents the current state of the GridView view model.
Gets an object containing information about the current state on the GridView.
A object that contains the current state information on the GridView.
A collection that contains information (the current state) on column objects.
Adds a new column state object to the collection.
A representing the newly created column state object.
Adds a column state object specified by the field name to the collection.
The data field name identifying the grid column whose state information should be added to the collection.
A representing the newly created column state object.
Adds the specified column state object to the collection.
A object to add to the collection.
A representing the newly created column state object.
Copies the settings of the specified object to the current one.
A GridViewColumnStateCollection object whose settings are copied to the current object.
Returns an individual column state object in the collection, specifying its associated data field name.
A value that specifies the name of the column's associated data field.
A GridViewColumnState object the represents the state information of the column specified by the associated data field name.
Lists values that identify data operations initiated within the GridView.
Identifies that a callback was initiated by a filtering operation performed on the client.
Identifies that a callback was initiated by a grouping operation performed on the client.
Indicates that a callback was initiated by a paging operation performed on the client.
Identifies that a callback was initiated by a sorting operation performed on the client.
Contains TimeZone Editor specific settings.
Initializes a new instance of the TimeZoneEditSettings class with default settings.
Gets or sets the name of a Scheduler control to which a Time Zone editor is bound.
A string that is the name of a Scheduler control.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxScheduler class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to appointment editing.
An object containing the Controller and Action names.
Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.
true if a DevExpress extension callback is being processed; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the options used to customize the forms shown to end-users.
A object, containing the parameters to customize the forms.
Provides access to the storage object of the scheduler control.
A object that is the storage for appointments and resources for the scheduler control.
A delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeView.
A delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeView.
A object that contains the required data.
A delegate method that enables you to specify the node's key value and cell values within the TreeList.
A delegate method that enables you to specify the node's key value and cell values within the TreeList.
A object that contains the required data.
A delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeList.
A delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeList.
A object that contains the required data.
Contains information about an individual summary item.
Initializes a new instance of the GridViewSummaryItemState class with default settings.
Copies the settings of the specified object to the current one.
A GridViewSummaryItemState object whose settings are copied to the current object.
Gets or sets the name of a data field whose values are used for summary calculation.
A value that specifies the name of the data field whose values are used for summary calculation.
Gets or sets the aggregate function type.
A enumeration value that specifies the aggregate function type.
Gets or sets data associated with the summary item.
A value that contains information associated with the summary item.
Contains specific settings of the TreeList.
Contains information (the current state) on an individual column.
Initializes a new instance of the GridViewColumnState class with default settings.
Initializes a new instance of the GridViewColumnState class with the specified field name.
The data field name identifying a grid column that relates to the processed operation.
Copies the settings of the specified object to the current one.
A GridViewColumnState object whose settings are copied to the current object.
Gets or sets the name of the data field associated with the current column.
A value that specifies the name of a data field.
Gets the column's filter expression.
A value that represents the column's filter expression.
Gets or sets a value that specifies whether the column takes part in grouping and at which level.
An integer value that specifies the column's position among grouping columns. -1 if the GridView isn't grouped by the values of the current column.
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.
Denotes an individual command column within the TreeList.
Initializes a new instance of the MVCxTreeListCommandColumn class with the specified settings.
An object containing extension specific settings.
Allows you to provide a template to render group footer cells that correspond to the command column.
A string value specifying the template content.
Allows you to provide a template to render group footer cells that correspond to the command column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render group footer cells that correspond to the command column.
A string value specifying the template content.
Allows you to provide a template to render group footer cells that correspond to the command column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the command column header's caption.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the command column header's caption.
A string value specifying the template content.
Gets or sets a value that specifies whether the column is visible.
true to show the column; otherwise, false.
Gets or sets the column's position among the visible columns within a TreeList.
An integer value that specifies the column's position among the visible columns.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxValidationSummary class with default settings.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains ValidationSummary specific settings.
Initializes a new instance of the ValidationSummarySettings class with default settings.
Gets an object that lists the client-side events specific to the editor.
A object which allows assigning handlers to the client-side events available to the editor.
Gets or sets the text content of an editor's header.
A string value that specifies a header text.
Gets an object that contains style settings to be applied to links in the ValidationSummary.
A object that contains the style settings of links.
Gets or sets a value that specifies whether the errors within the ValidationSummary are rendered as an ordered or bulleted list, or use the table HTML element.
One of the enumeration values.
Gets or sets a value specifying whether or not the current extension supports right-to-left representation.
One of the enumeration values.
Gets or sets whether the errors should be displayed within an editor as links.
true if the errors are displayed as hyperlinks; otherwise, false.
Gets or sets whether the errors should be also displayed within the corresponding editor's error frame on the form.
true if the error is displayed within an editor's error frame; otherwise, false.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Gets or sets the name of group of editors whose errors after validation should be displayed within the ValidationSummary.
A string value that specifies the validation group's name.
An extension object implementing the ValidationSummary functionality.
Initializes a new instance of the ValidationSummaryExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the ValidationSummaryExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
An MVC extension object that implements the functionality necessary for rendering the in MVC.
Initializes a new instance of the ReportToolbarExtension class with the specified settings.
A descendant.
Initializes a new instance of the ReportToolbarExtension class with the specified view context and settings.
A descendant.
A object.
Provides access to the ReportToolbarExtension's settings.
A object.
Used internally to render the corresponding extension.
Contains strongly typed helper methods to create DevExpress MVC extensions.
Initializes a new instance of the ExtensionsFactory@lt;ModelType@gt; class with default settings.
Creates a BinaryImage.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the BinaryImage functionality.
Creates a BinaryImage.
An expression that identifies the object that contains the properties to display.
A object implementing the BinaryImage functionality.
Creates a ButtonEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the ButtonEdit functionality.
Creates a ButtonEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the ButtonEdit functionality.
Creates a Calendar.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the Calendar functionality.
Creates a Calendar.
An expression that identifies the object that contains the properties to display.
A object implementing the CalendarFor[ValueType] functionality.
Creates a CheckBox.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the CheckBox functionality.
Creates a CheckBox.
An expression that identifies the object that contains the properties to display.
A object implementing the CheckBox functionality.
Creates a CheckBoxList.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A CheckBoxListExtension object implementing the CheckBoxList functionality.
Creates a CheckBoxList.
An expression that identifies the object that contains the properties to display.
A CheckBoxListExtension object implementing the CheckBoxList functionality.
Creates a ColorEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the ColorEdit functionality.
Creates a ColorEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the ColorEdit functionality.
Creates a ComboBox.
An expression that identifies the object that contains the properties to display.
A object implementing the ComboBox functionality.
Creates a ComboBox.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the ComboBox functionality.
Creates a DateEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the DateEdit functionality.
Creates a DateEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the DateEdit functionality.
Creates a DropDownEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the DropDownEdit functionality.
Creates a DropDownEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the DropDownEdit functionality.
Creates a HyperLink.
An expression that identifies the object that contains the properties to display.
A object implementing the HyperLink functionality.
Creates a HyperLink.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the HyperLink functionality.
Creates a Image.
An expression that identifies the object that contains the properties to display.
A object implementing the Image functionality.
Creates a Image.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the Image functionality.
Creates a Label.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the Label functionality.
Creates a Label.
An expression that identifies the object that contains the properties to display.
A object implementing the Label functionality.
Creates a ListBox.
An expression that identifies the object that contains the properties to display.
A object implementing the ListBox functionality.
Creates a ListBox.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the ListBox functionality.
Creates a Memo.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the Memo functionality.
Creates a Memo.
An expression that identifies the object that contains the properties to display.
A object implementing the Memo functionality.
Creates a ProgressBar.
An expression that identifies the object that contains the properties to display.
A object implementing the ProgressBar functionality.
Creates a ProgressBar.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the ProgressBar functionality.
Creates a RadioButton.
An expression that identifies the object that contains the properties to display.
A object implementing the RadioButton functionality.
Creates a RadioButton.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the RadioButton functionality.
Creates a RadioButtonList.
An expression that identifies the object that contains the properties to display.
A object implementing the RadioButtonList functionality.
Creates a RadioButtonList.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the RadioButtonList functionality.
Creates a SpinEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the SpinEdit functionality.
Creates a SpinEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the SpinEdit functionality.
Creates a TextBox.
An expression that identifies the object that contains the properties to display.
A object implementing the TextBox functionality.
Creates a TextBox.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the TextBox functionality.
Creates a TimeEdit.
An expression that identifies the object that contains the properties to display.
A object implementing the TimeEdit functionality.
Creates a TimeEdit.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A object implementing the TimeEdit functionality.
Creates a TrackBar.
An expression that identifies the object that contains the properties to display.
A delegate method that accepts as a parameter.
A TrackBarExtension object implementing the TrackBar functionality.
Creates a TrackBar.
An expression that identifies the object that contains the properties to display.
A TrackBarExtension object implementing the TrackBar functionality.
Contains TreeList specific settings.
Initializes a new instance of the TreeListSettings class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
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.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
An EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets the text to render in an HTML caption element in a TreeList.
A string value that specifies the text to render in an HTML caption element in a TreeList.
Enables you to save and restore the previously saved layout of a TreeList.
A ASPxClientLayoutHandler method to which custom processing is delegated.
Gets an object that lists the client-side events specific to the TreeListSettings.
A TreeListClientSideEvents object which allows assigning handlers to the client-side events available to the TreeListSettings.
Gets or sets a value that specifies the initial visibility state of an extension on the client.
true to make an extension initially displayed on the client; false to render an extension into the web page, but make it initially hidden on the client side.
Provides access to a TreeList's column collection.
A MVCxTreeListColumnCollection object that is a collection of columns.
Provides access to the TreeList's command column.
An MVCxTreeListCommandColumn object denoting the command column.
Enables individual command buttons to be initialized.
A TreeListCommandColumnButtonEventHandler delegate method allowing you to implement custom processing.
Provides access to the style settings declared at the root level of the TreeList's wrapped web control.
A object containing style settings.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the client method.
An object containing the Controller and Action names.
Enables you to supply any server data that can then be parsed on the client.
A TreeListCustomJSPropertiesEventHandler delegate method allowing you to implement custom processing.
Enables you to sort data manually using custom rules.
A TreeListCustomNodeSortEventHandler delegate method allowing you to implement custom processing.
Enables you to calculate summary values manually.
A TreeListCustomSummaryEventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions before a TreeList is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Enables you to perform a custom action after the TreeList has been bound to its data source.
A EventHandler method to which custom processing is delegated.
Gets or sets whether data caching is enabled.
One of the TreeListDataCacheMode enumeration values.
Gets or sets a value that specifies whether a specific animation effect is used when a tree list's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
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.
Enables the settings of individual command cells to be changed.
A TreeListHtmlCommandCellEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual cells to be changed.
A TreeListHtmlDataCellEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual rows to be changed.
A TreeListHtmlRowEventHandler delegate method allowing you to implement custom processing.
Provides access to the settings that define images displayed within the TreeList's elements.
A TreeListImages object that contains image settings.
Provides access to the settings that define images displayed within the TreeList's editors.
A object that contains image settings.
Gets or sets a value that specifies whether keyboard navigation is available within the TreeList.
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.
Provides access to the root nodes child collection.
A MVCxTreeListNodeCollection object containing the collection of child nodes owned by the root node.
Enables you to specify whether node data is valid, and whether the node can be updated.
An TreeListNodeValidationEventHandler delegate method allowing you to implement custom processing.
Gets or sets the data source field which contains parent node values.
A value that specifies the parent field name.
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.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the value that root nodes contain in the field specified by the property.
An object that represents the root value.
Allows you to provide a template to render a data cell.
A string value specifying the template content.
Allows you to provide a template to render a data cell.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the edit form.
A string value specifying the template content.
Allows you to provide a template to render the edit form.
A method to which a template content rendering is delegated.
Allows you to provide a template to render a footer cell.
A string value specifying the template content.
Allows you to provide a template to render a footer cell.
A method to which a template content rendering is delegated.
Allows you to provide a template to render a group footer cell.
A string value specifying the template content.
Allows you to provide a template to render a group footer cell.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the column header's caption.
A string value specifying the template content.
Allows you to provide a template to render the column header's caption.
A method to which a template content rendering is delegated.
Allows you to provide a template to render a preview row.
A method to which a template content rendering is delegated.
Allows you to provide a template to render a preview row.
A string value specifying the template content.
Provides access to the TreeList's display options.
A MVCxTreeListSettings object that contains the TreeList's display options.
Provides access to the extension's behavior settings.
A MVCxTreeListSettingsBehavior object that contains the extension's behavior settings.
Provides access to the extension's cookie settings.
A MVCxTreeListSettingsCookies object that contains the extension's cookie settings.
Provides access to the customization window's settings.
An MVCxTreeListSettingsCustomizationWindow object that contains the customization window's settings.
Provides access to the TreeList's edit settings.
An MVCxTreeListSettingsEditing object that contains the TreeList's edit settings.
Provides access to the TreeList's export settings.
An MVCxTreeListSettingsExport object that contains export settings.
Provides access to the loading panel's settings.
An MVCxTreeListSettingsLoadingPanel object that contains the loading panel's settings.
Provides access to the pager's settings.
An MVCxTreeListSettingsPager object that contains the pager's settings.
Provides access to the popup edit form settings.
An MVCxTreeListSettingsPopupEditForm object that contains the popup edit form's settings.
Provides access to the extension's selection options.
An MVCxTreeListSettingsSelection object that contains the TreeList's selection options.
Provides access to the extension's text settings.
An MVCxTreeListSettingsText object that contains the extension's text settings.
Provides access to the style settings that control the appearance of the TreeList's elements.
A TreeListStyles object that provides style settings defining the appearance of the TreeList.
Provides access to style settings defining the appearance of TreeList's editors.
An EditorStyles object that contains style settings.
Provides access to the style settings that control the appearance of the pager displayed within the TreeList.
A PagerStyles object that contains pager style settings.
Provides access to TreeList summary items.
An MVCxTreeListSummaryCollection object containing the collection of summary items.
Gets or sets a value that describes the TreeList's contents.
A value that describes the TreeList's contents.
Occurs when the TreeList functions in virtual mode after a node has been created.
A TreeListVirtualNodeEventHandler delegate method allowing you to implement custom processing.
An extension object implementing the TreeList functionality.
Initializes a new instance of the TreeListExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TreeListExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the TreeList to a data source.
An object specifying the bound data source.
A TreeListExtension object representing the TreeList
Binds the TreeList to a SiteMap data source.
A string specifying the file name.
An extension object.
Binds the TreeList to a SiteMap data source.
A string specifying the file name.
A boolean value specifying whether to show a starting node
An extension object.
Allows creation of treelist nodes on demand (virtual mode).
A delegate method of the type that enables you to create a list of business objects that correspond to the child nodes owned by the processed node.
A delegate method of the type that enables you to specify the node's key value and cell values.
A TreeListExtension object that is the TreeList.
Binds the TreeList to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the TreeList to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the TreeList to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
Enables a TreeList to be printed using the XtraPrinting Library.
A TreeListExtension object that contains TreeList settings.
An object representing the TreeList's data source (typically, it is passed to the treelist's method).
An object supporting the interface that defines methods that enable the TreeList to be printed.
Enables a TreeList to be printed using the XtraPrinting Library.
A TreeListExtension object that contains TreeList settings.
An object supporting the interface that defines methods that enable the TreeList to be printed.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to PDF, based on the provided settings.
A object that contains TreeList settings.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to RTF, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLS, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Exports the TreeList's data to XLSX, based on the provided settings.
A object that contains TreeList settings.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the tree list data export operation.
Returns the specified result back to the client side after processing a callback within an Action defined property.
Passes a value that contains specific information (if any) to the client side for further processing.
An object that represents any information that needs to be passed back to the client side.
A object that represents the result of an action method and encapsulates the passed value.
Displays the specified (error) text in an Error Node at the bottom of the treelist's Edit Form.
A string value specifying the text to be displayed within the error node.
A TreeListExtension object representing the TreeList extension.
Exports the TreeList's data to a stream in PDF with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
Exports the TreeList's data to a stream in PDF with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
A object that provides export options.
Exports the TreeList's data to a stream in PDF with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
A object that provides export options.
Exports the TreeList's data to a stream in PDF with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
Exports the TreeList's data to a stream in RTF with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
A object that provides export options.
Exports the TreeList's data to a stream in RTF with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
Exports the TreeList's data to a stream in RTF with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
A object that provides export options.
Exports the TreeList's data to a stream in RTF with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
Exports the TreeList's data to a stream in XLS with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
Exports the TreeList's data to a stream in XLS with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
An object that provides export options.
Exports the TreeList's data to a stream in XLS with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
Exports the TreeList's data to a stream in XLS with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
An object that provides export options.
Exports the TreeList's data to a stream in XLSX with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
An object that provides export options.
Exports the TreeList's data to a stream in XLSX with the specified export settings.
A object that contains TreeList settings.
An object representing the TreeList's data source.
A object to which the data is exported.
Exports the TreeList's data to a stream in XLSX with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
An object that provides export options.
Exports the TreeList's data to a stream in XLSX with the specified export settings.
A object that contains TreeList settings.
A object to which the data is exported.
Contains text settings of the TreeList.
This property is not in effect for the MVCxTreeListSettingsText class.
This property is not in effect for the MVCxTreeListSettingsText class.
Provides selection settings for the TreeList.
Contains popup edit form settings.
Contains pager settings.
Provides settings that affect the loading panel's appearance and functionality.
Provides editing settings for the TreeList.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to adding a new row.
An object containing the Controller and Action names.
Gets or sets whether an end-user can drag nodes and change their position within the TreeList.
true to allow moving nodes; otherwise, false.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to deleting a row.
An object containing the Controller and Action names.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to moving a row.
An object containing the Controller and Action names.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the error node.
true if model error messages are automatically displayed for invalid editors; false if the automatic error visualization feature is not used.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to updating a new row.
An object containing the Controller and Action names.
Provides settings that affect the Customization Window's position and functionality.
A collection of columns within the TreeList.
Initializes a new instance of the MVCxTreeListNodeCollection class with default settings.
Adds a new node to the end of the collection and returns the newly created object.
An object that uniquely identifies the new node.
A System.Collections.Generic.Dictionary object that contains node fields and their values.
A MVCxTreeListNode object that is a TreeList node.
Adds a new node to the collection and allows you to customize this node in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new node to the end of the collection and returns the newly created object.
An MVCxTreeListNode object that is the newly created node.
Denotes an individual node within the TreeList.
Initializes a new instance of the MVCxTreeListNode class with the specified settings.
An object that uniquely identifies the new node.
A System.Collections.Generic.Dictionary object that contains node fields and their values.
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 or sets whether the node is expanded.
true to expand the node; false to collapse the node.
Gets or sets the specified cell's value.
A value that specifies the name of the data source field.
An object that denotes the specified cell's value.
Gets or sets the value that uniquely identifies the new node.
An object that uniquely identifies the new node.
Gets or sets a collection of node fields and their values within the TreeList.
A System.Collections.Generic.Dictionary object that contains node fields and their values.
Gets or sets whether the node is selected.
true to select the node; otherwise, false.
A collection of columns within the TreeList.
Initializes a new instance of the MVCxTreeListColumnCollection class with default settings.
Initializes a new instance of the MVCxTreeListColumnCollection class with the specified owner.
An object that implements the IWebControlObject interface.
Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new column to the end of the collection and returns the newly created object.
An MVCxTreeListColumn object that is the newly created column.
Creates a new column with the specified data field name and adds it to the collection.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
An MVCxTreeListColumn object that is the newly created column.
Creates a new column with the specified settings and adds it to the collection.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
One of the MVCxTreeListColumn enumeration values specifying the type of the column. This value is assigned to the property.
An MVCxTreeListColumn object that is the newly created column.
Creates a new column with the specified settings and adds it to the collection.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
A value that specifies the text displayed within the column's header. This value is assigned to the property.
An MVCxTreeListColumn object that is the newly created column.
Creates a new column with the specified settings and adds it to the collection.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
A value that specifies the text displayed within the column's header. This value is assigned to the property.
One of the MVCxTreeListColumn enumeration values specifying the type of the column. This value is assigned to the property.
An MVCxTreeListColumn object that is the newly created column.
Denotes an individual column within the TreeList.
Initializes a new instance of the MVCxTreeListColumn class with default settings.
Initializes a new instance of the MVCxTreeListColumn class with the specified setting.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
One of the enumeration values specifying the type of the column. This value is assigned to the property.
Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
A value that specifies the text displayed within the column's header. This value is assigned to the property.
Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
A value that specifies the name of a data field assigned to the current column. This value is assigned to the property.
A value that specifies the text displayed within the column's header. This value is assigned to the property.
One of the enumeration values specifying the type of the column. This value is assigned to the property.
Copies public properties from the specified object to the current object.
A object or descendant whose properties are copied to the current object.
Gets the column data editor type.
One of the MVCxTreeListColumnType enumeration values.
Allows you to provide a template to render a data cell for the current column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render a data cell for the current column.
A string value specifying the template content.
Allows you to provide a template to render edit cells that correspond to the current column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render edit cells that correspond to the current column.
A string value specifying the template content.
Allows you to provide a template to render footer cells that correspond to the current column.
A string value specifying the template content.
Allows you to provide a template to render footer cells that correspond to the current column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render group footer cells that correspond to the current column.
A method to which a template content rendering is delegated.
Allows you to provide a template to render group footer cells that correspond to the current column.
A string value specifying the template content.
Allows you to provide a template to render the current column header's caption.
A method to which a template content rendering is delegated.
Allows you to provide a template to render the current column header's caption.
A string value specifying the template content.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTreeList class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks initiated by the client method.
An object containing the Controller and Action names.
This member supports the internal infrastructure and is not intended to be used directly from your code.
[To be supplied]
Gets a value indicating whether the request is the result of a callback sent by the TreeList.
true, if the request is the result of a callback sent by the TreeList; otherwise, false.
Provides access to the TreeList's main settings.
An MVCxTreeListSettings object that contains the TreeList's options.
Provides access to the TreeList's behavior settings.
An MVCxTreeListSettingsBehavior object that contains the TreeList's behavior settings.
Provides access to the TreeList's cookies settings.
An MVCxTreeListSettingsCookies object that contains the TreeList's cookies settings.
Provides access to the TreeList's customization window settings.
An MVCxTreeListSettingsCustomizationWindow object that contains the TreeList's customization window settings.
Provides access to the TreeList's edit settings.
A MVCxTreeListSettingsEditing object that contains the TreeList's edit settings.
Provides access to the TreeList's edit form settings.
A MVCxTreeListSettingsPopupEditForm object that contains the TreeList's edit settings.
Provides access to the TreeList's selection settings.
An MVCxTreeListSettingsSelection object that contains the TreeList's selection settings.
Provides access to the TreeList's text settings.
An MVCxTreeListSettingsText object that contains the TreeList's text settings.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains pager settings.
Initializes a new instance of the MVCxDataViewPagerSettings class with the specified owner.
An object that implements the interface.
Contains pager size item settings.
Initializes a new instance of the MVCxDataViewPagerPageSizeItemSettings class with the specified owner.
An object that implements the interface.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDataView class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Provides access to the settings that define images for various DataView elements.
A object that contains image settings.
Gets a value indicating whether the request is the result of a callback sent by the DataView.
true, if the request is the result of a callback sent by the DataView; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
[To be supplied]
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains DataView specific settings.
Initializes a new instance of the DataViewSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets an object that lists the client-side events specific to the DataView.
A CallbackClientSideEvents object which allows assigning handlers to the client-side events available to the DataView.
Gets or sets the number of columns displayed within a page.
An integer value that specifies the number of columns displayed within a page.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Gets or sets whether the empty rows (with no data) are hidden.
true, to hide empty rows; otherwise, false.
Gets or sets the layout of the DataView's contents.
One of the values.
Gets the Pager's settings.
A MVCxDataViewPagerSettings object containing the pager's settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the empty data item.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the empty data item.
A string value specifying the template content.
Allows you to provide a template for rendering the data item.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the data item.
A string value specifying the template content.
A base extension object implementing the common functionality of data view extensions.
Initializes a new instance of the DataViewExtensionBase class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the DataViewExtensionBase class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the DataView to a data source.
An object specifying the bound data source.
A object denoting the DataView.
Binds the DataView to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the DataView to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Binds the DataView to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the DataView to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
An extension object.
Binds the DataView to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
An extension object implementing the DataView functionality.
Initializes a new instance of the DataViewExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the DataViewExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Lists values that specify the column editor type.
A binary image editor is used to edit column values.
A button editor is used to edit column values.
A check box is used to edit column values.
A color editor is used to edit column values.
A combo box is used to edit column values.
A date editor is used to edit column values.
Corresponds to the TextBox value.
A drop down editor is used to edit column values.
A hyperlink editor is used to edit column values.
An image editor is used to edit column values.
A memo editor is used to edit column values.
A progress bar is used to edit column values.
A spin editor is used to edit column values.
A text box is used to edit column values.
A time editor is used to edit column values.
A collection of mappings of the custom properties of appointments to the fields in the data source.
Initializes a new instance of the MVCxAppointmentCustomFieldMappingCollection class with default settings.
Creates and adds a new mapping to the collection of custom field mappings.
A object that is the newly added mapping.
Adds a new mapping to the collection of custom field mappings and allows you to modify the mapping in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Creates and adds a new mapping to the collection of custom field mappings.
A value that specifies the name of the custom field. This value is assigned to the property.
A value that specifies the member (data field name) value of the custom field mapping. This value is assigned to the property.
A object that is the newly added mapping.
Adds a specified mapping to the collection of custom field mappings.
A object that is the mapping to add.
A object that is the newly added mapping.
A collection of toolbar item objects.
Initializes a new instance of the MVCxHtmlEditorToolbarItemCollection class with the specified owner.
An object that implements the IWebControlObject interface.
Initializes a new instance of the MVCxHtmlEditorToolbarItemCollection class with default settings.
Adds a new toolbar item of the specified type to the collection and allows you to customize this item in a delegate method implementation.
A delegate method that accepts the created toolbar item (of the specified type) as a parameter.
A collection of toolbar objects.
Initializes a new instance of the MVCxHtmlEditorToolbarCollection class with default settings.
Creates a new toolbar with the specified settings and adds it to the collection.
A value that specifies the created toolbar's name.
An array that contains zero or more HtmlEditorToolbarItem objects.
An object that is the newly created toolbar.
Adds a new toolbar to the collection and allows you to customize this toolbar in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new toolbar to the end of the collection and returns the newly created object.
An object that is the newly created toolbar.
Adds a new toolbar to the collection and specifies its name.
A value specifying the name which identifies the created toolbar.
A MVCxHtmlEditorToolbar object that is the newly created toolbar.
Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed.
true to reverse the layout of the toolbars; otherwise false.
Provides access to individual items in the collection, by their names.
A value specifying the item's name.
An MVCxHtmlEditorToolbar object which is the item with the specified name.
Provides indexed access to individual items within the MVCxHtmlEditorToolbarCollection.
An integer that specifies the index of the required item within the collection.
An MVCxHtmlEditorToolbar object which is the item at the specified index.
A delegate method that enables you to limit the number of appointments loaded into the Scheduler storage.
A delegate method that enables you to dynamically limit the number of appointments loaded into the Scheduler storage.
An object that contains the data specific for the event.
An Object that is the appointment data source.
Contains settings specific to iCalendar export of the Scheduler.
Initializes a new instance of the MVCxICalendarImportSettings class with default settings.
Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.
A iCalendarStructureCreatedEventHandler delegate method allowing you to implement custom processing.
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.
Contains settings specific to iCalendar export of the Scheduler.
Initializes a new instance of the MVCxICalendarExportSettings class with default settings.
Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.
A iCalendarStructureCreatedEventHandler delegate method allowing you to implement custom processing.
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.
A storage which holds appointment resources.
Initializes a new instance of the MVCxResourceStorage class with default settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
For internal use only.
A DevExpress.XtraScheduler.Data.ResourceDataManager object.
A storage which holds a collection of appointments.
Initializes a new instance of the MVCxAppointmentStorage class with default settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
For internal use. Calls the method of the base class with the same name.
true to pass the value to the mapped field in the data source; otherwise, false.
Provides access to the collection of mappings of the appointment's custom properties.
A object that is a collection of mappings.
For internal use only.
A DevExpress.XtraScheduler.Data.AppointmentDataManager object.
For internal use.
A base class for toolbars.
Initializes a new instance of the MVCxHtmlEditorToolbar class with default settings.
Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified name.
A value that specifies the created toolbar's name.
Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified settings.
A value that specifies the created toolbar's name.
An array that contains zero or more HtmlEditorToolbarItem objects.
Creates the StandardToolbar1 default toolbar and populates it with relevant default items.
An MVCxHtmlEditorToolbar object that is the StandardToolbar1.
Creates the StandardToolbar2 default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed.
true to reverse the layout of the toolbar; otherwise false.
An MVCxHtmlEditorToolbar object which is the StandardToolbar2.
Creates the StandardToolbar2 default toolbar, and populates it with relevant default items.
An MVCxHtmlEditorToolbar object that is the StandardToolbar2.
Creates the TableToolbar default toolbar and populates it with relevant default items.
An MVCxHtmlEditorToolbar object that is the TableToolbar.
Gets the collection of items within the toolbar and provides indexed access to them.
An MVCxHtmlEditorToolbarItemCollection object that is the collection of the toolbar's items.
Contains DateNavigator-specific settings.
Initializes a new instance of the DateNavigatorSettings class with default settings.
Provides access to a object that enables you to set options specific to a calendar control.
A object containing calendar control settings.
Gets or sets the name of a Scheduler control to which a DateNavigator is bound.
A string that is the name of a Scheduler control.
An extension object implementing the DateNavigator functionality.
Initializes a new instance of the DateNavigatorExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the DateNavigatorExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the Scheduler to which the DateNavigator is bound, to an appointment data source.
A collection of appointments.
A object that contains settings for the DateNavigator control.
Binds the Scheduler to which the DateNavigator is bound, to appointment and resource data sources.
A collection of appointments.
A collection of resources.
A object that contains settings for the DateNavigator control.
A delegate method that enables you to implement custom selection of the ComboBox editor's items requested by the applied filter conditions.
A delegate method that enables you to implement custom retrieval of the ComboBox editor's items requested by the applied filter conditions.
An object that contains the required data.
An Object containing the obtained items.
Contains specific settings for different popup elements.
Initializes a new instance of the MVCxGridViewPopupControlSettings class.
Lists values that identify extensions sets.
Identifies all extensions from this enumeration.
Identifies the Charting extension.
Identifies all editor extensions (see Data Editor Extensions).
Identifies the GridView extension (see Grid View).
Identifies the HtmlEditor extension (see HTML Editor).
Identifies all extensions from the navigation and layout suite (see Navigation and Layout Extensions and Utility Extensions).
Identifies the PivotGrid extension (see Pivot Grid).
Identifies the Reporting extension.
Identifies all extensions from the Scheduler suite (see Scheduler).
Identifies the TreeList extension (see Tree List).
Contains settings for the scheduler's WorkWeek view.
Initializes a new instance of the MVCxSchedulerWorkWeekView class with default settings.
Allows you to provide a template for rendering the all-day area.
A string value specifying the template content.
Allows you to provide a template for rendering the all-day area.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the right top corner area of the scheduler.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the right top corner area of the scheduler.
A string value specifying the template content.
Allows you to provide a template for rendering the time cell.
A string value specifying the template content.
Allows you to provide a template for rendering the time cell.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler header.
A string value specifying the template content.
Allows you to provide a template for rendering the TimeRuler header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler minute item.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler minute item.
A string value specifying the template content.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical resource header.
A string value specifying the template content.
Provides access to the collection of time rulers
A object that is the time ruler collection.
Contains settings for the scheduler's Week view.
Initializes a new instance of the MVCxSchedulerWeekView class with default settings.
Allows you to provide a template for rendering the date cell.
A string value specifying the template content.
Allows you to provide a template for rendering the date cell.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date cell header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date cell header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A string value specifying the template content.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical resource header.
A string value specifying the template content.
Contains settings for the scheduler's Timeline view.
Initializes a new instance of the MVCxSchedulerTimelineView class with default settings.
Allows you to provide a template for rendering the date header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the time cell.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the time cell.
A string value specifying the template content.
Allows you to provide a template for rendering the date header in the time line scale.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date header in the time line scale.
A string value specifying the template content.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical appointment.
A string value specifying the template content.
Contains settings for the scheduler's Month (Multi-week) view.
Initializes a new instance of the MVCxSchedulerMonthView class with default settings.
Allows you to provide a template for rendering the date cell.
A string value specifying the template content.
Allows you to provide a template for rendering the date cell.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date cell header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date cell header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week
A string value specifying the template content.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical appointment.
A string value specifying the template content.
Contains settings for the scheduler's Day view.
Initializes a new instance of the MVCxSchedulerDayView class with default settings.
Allows you to provide a template for rendering the all-day area.
A string value specifying the template content.
Allows you to provide a template for rendering the all-day area.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the date header.
A string value specifying the template content.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Allows you to provide a template for rendering the right top corner area of the scheduler.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the right top corner area of the scheduler.
A string value specifying the template content.
Allows you to provide a template for rendering the time cell.
A string value specifying the template content.
Allows you to provide a template for rendering the time cell.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler header.
A string value specifying the template content.
Allows you to provide a template for rendering the TimeRuler header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler minute item.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the TimeRuler minute item.
A string value specifying the template content.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the vertical resource header.
A string value specifying the template content.
Provides access to the collection of objects.
A object that is the time ruler collection.
Contains settings and methods used to specify the content, visibility and other options of the end-user dialog forms.
Initializes a new instance of the MVCxSchedulerOptionsForms class with default settings.
Gets or sets the route values for the appointment editing form template.
An object whose properties are used to construct the RouteValueDictionary instance.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Gets or sets the route values for the inplace editor form template.
An object whose properties are used to construct the RouteValueDictionary instance.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Copies the settings of the specified object to the current object.
A object whose settings are assigned to the current object.
Gets or sets the route values for the GotoDate form template.
An object whose properties are used to construct the RouteValueDictionary instance.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Gets or sets the name of the recurrence form used in client scripts.
A string that is the name of the recurrence form.
Gets or sets the route values for the template of the recurrent appointment deletion dialog.
An object whose properties are used to construct the RouteValueDictionary instance.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Gets or sets the route values for the reminder form template.
An object whose properties are used to construct the RouteValueDictionary instance.
Not in effect in ASP.NET MVC. Use the method instead.
A string that is the URL of the form template.
Allows you to provide a template for rendering the appointment editing form.
A string value specifying the template content.
Allows you to provide a template for rendering the appointment editing form.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the inplace editor form.
A string value specifying the template content.
Allows you to provide a template for rendering the inplace editor form.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the Go to Date form.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the Go to Date form.
A string value specifying the template content.
Allows you to provide a template for rendering the recurrent appointment deletion dialog.
A string value specifying the template content.
Allows you to provide a template for rendering the recurrent appointment deletion dialog.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the recurrent appointment form.
A string value specifying the template content.
Allows you to provide a template for rendering the recurrent appointment form.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the reminder form.
A string value specifying the template content.
Allows you to provide a template for rendering the reminder form.
A method to which a template content rendering is delegated.
Contains settings that relate to HtmlEditor's built-in spell checking functionality.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Contains the specific settings.
Initializes a new instance of the PivotCustomizationExtensionSettings class with the default settings.
Gets or sets which layouts can be applied to the Customization extension.
One or several enumeration members that specify which layouts can be applied to the Customization extension.
Gets or sets whether filtering can be applied to fields via the Customization extension.
true if filtering can be applied to fields via the Customization extension; otherwise, false.
Gets or sets whether the sort order of field values can be toggled via the Customization extension.
true if the sort order of field values can be toggled via the Customization extension; otherwise, false.
Gets or sets whether dragging fields within the Customization extension immediately updates the layout of fields in the PivotGrid control.
true if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, false.
Gets or sets the Customization extension's layout.
A enumeration member that specifies how fields are arranged within the Customization extension.
Gets or sets whether the Customization extension is visible.
true if the Customization extension is visible; otherwise, false.
An extension object that implements the PivotCustomization extension functionality.
Initializes a new instance of the PivotCustomizationExtension class with the specified settings and provides the context information about the view.
A object that contains settings that were used to initialize the owner PivotGrid extension.
A object that is the view context.
Initializes a new instance of the PivotCustomizationExtension class with the specified settings.
A object that contains settings that were used to initialize the owner PivotGrid extension.
Binds the to a datasource.
An object specifying the bound data source.
A object that is the PivotCustomizationExtension.
Binds the to an OLAP cube.
A that specifies the connection string to an OLAP cube.
A object representing the PivotCustomizationExtension.
A base extension object implementing the common functionality of the PopupControl and DockPanel extensions.
Initializes a new instance of the PopupControlExtensionBase class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the PopupControlExtensionBase class with the specified settings.
An object containing extension specific settings.
A base class containing common settings of the PopupControl and DockPanel extensions.
Initializes a new instance of the PopupControlSettingsBase class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Gets or sets a value specifying whether a popup window (dock panel) can be dragged by end users.
true, if end users can drag a popup window (dock panel); otherwise, false.
Gets or sets a value that specifies whether popup windows (dock panel) can be resized by end-users on the client side.
true if window resizing is allowed; otherwise, false.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets the navigation location of a specific web page to be displayed within the popup window (dock panel).
A string value that specifies the desired page's navigation location.
Provides access to the style settings declared at the root level of the wrapped web server control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets a popup window's (or dock panel's) part available for drag and drop operations.
One of the enumeration values.
Gets or sets a value that specifies whether a specific animation effect defined via the property is used when a popup window (or a dock panel) is invoked.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether a fade animation effect is used when a window's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether the extension to which this PopupControlSettingsBase object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets a value that specifies whether a popup window (or a dock panel) can visually respond to mouse hovering.
true if windows can be hot-tracked; otherwise, false.
Gets or sets a URL to where the client's web browser will navigate when the text or image is clicked within a popup window's (or a dock panel's) footer.
A string value which specifies the required navigation location.
Gets or sets the text content of a popup window's (or a dock panel's) footer.
A string value that specifies a footer text.
Gets or sets a URL where the client's web browser will navigate when the text or image is clicked within a popup window's (or a dock panel's) header.
A string value which specifies the required navigation location.
Gets or sets the text content of a popup window's (or a dock panel's) header.
A string value that specifies a header text.
Provides access to the settings that define images for various PopupControl elements and DockPanel elements.
A PopupControlImages object that contains image settings.
Gets or sets the x-coordinate of the element left side.
An integer value specifying the x-coordinate.
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 or sets the position of an image displayed within a loading panel with respect to the panel's text content.
One of the ImagePosition enumeration values.
Gets or sets the text displayed within a loading panel while waiting for a callback response.
A String value that specifies the descriptive text displayed within a loading panel.
Gets or sets the maximum height of a PopupControl's window (or a DockPanel).
A Unit object that defines the maximum height of a window.
Gets or sets the maximum width of a PopupControl's window (or a DockPanel).
A Unit object that defines the maximum width of a window.
Gets or sets the minimum height of a PopupControl's window (or a DockPanel).
A Unit object that defines the minimum height of a window.
Gets or sets the minimum width of a PopupControl's window (or a DockPanel).
A Unit object that defines the minimum width of a window.
Gets or sets the opacity level of popup windows within the PopupControl (or DockPanel).
An integer value that specifies the opacity level.
Gets or sets a value specifying the animation type used to show popup windows.
One of the AnimationType enumeration values.
Gets or sets a value that specifies whether popup windows (or a dock panel) are displayed above Java applets that may present on the web page.
One of the enumeration values.
Gets or sets a value that specifies when the popup window (or a dock panel) being resized should be redrawn.
One of the ResizingMode enumeration values.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether cookies are used to persist the state of the popup control's windows (for PopupControl extension) or a dock panel (for DockPanel extension).
true if information is persisted in cookies; otherwise, false.
Gets or sets the name (identifier) of the cookie in which the extension element state is persisted.
A string value specifying a cookie's name.
Gets or sets a value specifying which scrollbars should appear within the PopupControl's window (or the DockPanel).
One of the ScrollBars enumeration values.
Allows you to custom render the content of all popup windows (or a dock panel).
A method to which content rendering is delegated.
Allows you to custom render the content of all popup windows (or a dock panel).
A string value representing the content.
Allows you to provide a template for rendering the popup window (or dock panel) footer's content.
A string value specifying the template content.
Allows you to provide a template for rendering the popup window (or dock panel) footer's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the popup window (or dock panel) header's content.
A string value specifying the template content.
Allows you to provide a template for rendering the popup window (or dock panel) header's content.
A method to which a template content rendering is delegated.
Gets or sets a value that specifies whether a popup window's (or a dock panel's) close button is displayed.
true if a close button is displayed; otherwise, false.
Gets or sets a value that specifies whether a window's close button is displayed.
true, if a window's close button is displayed; otherwise, false.
Gets or sets a value that specifies whether a popup window's (or a dock panel's) footer is displayed.
true if a footer is displayed; otherwise, false.
Gets or sets a value that specifies whether a popup window's (or a dock panel's) header is displayed.
true if a header is displayed; otherwise, false.
Gets or sets whether a specific loading panel can be displayed.
true if a loading panel is displayed; otherwise, false.
Gets or sets whether the image can be displayed within the loading panel.
true to display an image within the loading panel; otherwise, false.
Gets or sets a value that specifies whether a window's maximize button is displayed.
true, if a window's maximize button is displayed; otherwise, false.
Gets or sets a value that specifies whether the default popup window (for PopupControl extension) or a dock panel (for DockPanel extension) is automatically displayed when a client browser loads the page.
true if the element is displayed on the page load; otherwise, false.
Gets or sets a value that specifies whether a window's pin button is displayed.
true if the button is displayed; otherwise, false.
Gets or sets a value that specifies whether a window's refresh button is displayed.
true if the button is displayed; otherwise, false.
Gets or sets a value that specifies whether a popup window (or a dock panel) casts a shadow.
true if a popup window (or a dock panel) casts a shadow; otherwise false.
Gets or sets the visibility of a size grip element.
One of the ShowSizeGrip enumeration values.
Provides access to the style settings that control the appearance of the extension's visual elements.
A PopupControlStyles object that provides style settings for view elements.
Gets or sets a window or frame to which to target the contents of the URLs associated with links in a popup window's (or a dock panel's) header and footer.
A string which identifies a window or frame to which to target the URL content.
Gets or sets the text displayed within a popup window's (or a dock panel's) content region.
A string value that specifies a content text.
Gets or sets the y-coordinate of the default popup window's top side.
An integer value specifying the y-coordinate of the default popup window's top side.
A storage for Scheduler views.
Initializes a new instance of the MVCxSchedulerViewRepository class with default settings.
Gets an object that defines the settings of the scheduler's Day view.
A object that is the Day View in the scheduling area.
Gets an object that defines the settings of the scheduler's Month view.
A object that is the Month view settings.
Gets an object that defines the settings of the scheduler's Timeline view.
A object that is the Timeline view settings.
Gets an object that defines the settings of the scheduler's Week view.
A object containing the Week View settings.
Gets an object that defines the settings of the scheduler's Work Week view.
A object containing the Work Week view settings.
An extension object implementing the Scheduler functionality.
Initializes a new instance of the SchedulerExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the SchedulerExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the Scheduler to a data source.
An object specifying the bound appointment data source.
An object specifying the bound resource data source.
A object representing the Scheduler.
Binds the Scheduler to appointment data source.
An object specifying the bound appointment data source.
A object representing the scheduler.
Binds the Scheduler to an appointment data source modified dynamically, using the delegate, and to a resource data source.
A delegate providing an appointment data source.
An object specifying the bound resource data source.
A object representing the Scheduler.
Binds the Scheduler to an appointment data source modified dynamically using a delegate.
A delegate providing an appointment data source.
A object representing the Scheduler.
Allows you to hide specific appointments and resources.
A delegate that allows you to hide a specific appointment.
A delegate that allows you to hide a specific resource.
A object representing the scheduler.
Converts an appointment to its data object representation.
An instance that is the appointment in the Scheduler control.
A object that is the appointment storage for the Scheduler control.
An object that is the equivalent of the appointment in an application data model.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
An object that is the resource data source for the Scheduler.
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
An object that is the resource data source for the Scheduler.
true to save as a file with a name set to the value and .ics extension; otherwise, false.
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
An object that is the resource data source for the Scheduler.
A string that is the name of the file with an .ics extension to which data are exported.
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
An object that is the resource data source for the Scheduler.
A string that is the name of a file to which data are saved.
true to save as a file with .ics extension; otherwise, false.
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
A string that is the name of a file to which the data are being saved
A encapsulating the result of the Scheduler data export operation.
Exports the scheduler data to iCalendar format using the specified settings.
A object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.
An object that is the appointment data source for the Scheduler.
true to save as a file with a name set to the value and .ics extension; otherwise, false.
A encapsulating the result of the Scheduler data export operation.
Obtains appointments which should be removed from the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be removed from the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be removed from the data source.
A object containing settings applied to the Scheduler
A collection of appointments in the scheduler.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be removed from the data source.
A object containing settings applied to the Scheduler.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments whose data should be updated in the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments whose data should be updated in the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments whose data should be updated in the data source.
A object containing settings applied to the Scheduler.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments whose data should be updated in the data source.
A object containing settings applied to the Scheduler.
A collection of appointments in the scheduler.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be inserted into the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be inserted into the data source.
The name of a Scheduler as it is specified by the property.
A collection of appointments in the scheduler.
An object that implements the appointment storage functionality and contains mappings.
An object that implements the resource storage functionality and contains mappings.
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be inserted into the data source.
A object containing settings applied to the Scheduler
A collection of appointments in the scheduler.
A collection of resources in the scheduler
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Obtains appointments which should be inserted into the data source.
A object containing settings applied to the Scheduler
A collection of appointments in the scheduler
A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
A object containing SchedulerControl settings.
A collection of appointments in the Scheduler.
A class instance that is the print adapter bound to the scheduler control whose settings are specified.
Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
A object containing SchedulerControl settings.
A collection of appointments in the scheduler.
A collection of resources in the scheduler.
A class instance that is the print adapter bound to the scheduler control whose settings are specified.
Imports appointments from iCalendar format.
A object containing settings applied to the Scheduler
A containing data in iCalendar format.
A collection of Model data class objects contained in the appointment data source and mapped to an appointment.
Displays the explanatory text for the error.
A string containing the error description.
A object.
A storage which holds data for the Scheduler control.
Initializes a new instance of the MVCxSchedulerStorage class with default settings.
Gets a storage object that contains appointment related information.
A object, that represents the storage for appointment related information.
For internal use. Calls the method of the same name for the base class.
An object which can export data to MS Outlook's Calendar.
For internal use. Calls the method of the same name for the base class.
A DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer object which allows MS Outlook's Calendar to be synchronized with the data in storage.
For internal use. Calls the method of the same name for the base class.
An object which can import data from MS Outlook's Calendar.
For internal use. Calls the method of the same name for the base class.
An object which can synchronize data in the storage with data in MS Outlook's Calendar.
For internal use. Use the instead.
A containing data in iCalendar format.
For internal use. Use the instead.
A string that is the path to a file that will contain data in iCalendar format.
For internal use. Calls the method of the same name for the base class.
For internal use. Use the instead.
A object which specifies the stream into which the scheduler's data will be exported.
For internal use. Use the instead.
A , containing the full path (including the file name and extension) of the file to which the scheduler's data will be exported.
For internal use. Use the instead.
A string that is the path to a file containing iCalendar data.
For internal use. Use the instead.
A containing data in iCalendar format.
For internal use. Calls the method of the same name for the base class.
For internal use. Imports data into the scheduler storage from a file in the vCalendar format.
A , containing the full path of the file with vCalendar data.
For internal use. Imports the scheduler's data from a stream whose data is in the vCalendar format.
A object which specifies the stream that contains the data to import to the scheduler.
Gets the object which manages resources for appointments.
A object which stores manges resources for appointments.
For internal use. Calls the method of the same name for the base class.
A , representing the name of the string data field which contains the GUIDs of appointments.
For internal use. Calls the method of the same name for the base class.
A , representing the name of the string data field which contains the GUIDs of appointments.
Holds settings specific to the import of Scheduler data in different formats.
Initializes a new instance of the MVCxSchedulerImportSettings class with default settings.
Provides access to import settings for data in iCalendar format.
A object containing iCalendar import settings .
Contains PopupMenu specific settings.
Initializes a new instance of the PopupMenuSettings class with default settings.
Gets or sets a value that specifies which action forces a displayed popup menu to close.
One of the PopupMenuCloseAction enumeration values.
Gets or sets a value indicating whether popup menu scrolling is enabled.
true if scrolling is enabled; otherwise, false.
Gets or sets the x-coordinate of the popup menu's left side.
An integer value specifying the x-coordinate of the popup menu's left side.
Gets or sets a value that specifies which action forces the current popup menu to appear.
One of the PopupAction enumeration values.
Gets or sets the ID of an element with which the current popup menu is associated.
A string value specifying the ID of the element which the popup menu is associated with.
Allows an object specified by the property to be found manually, if it can't be found automatically (if it's hidden within a naming container, for instance).
An EventHandler@lt;ControlResolveEventArgs@gt; delegate method allowing you to implement custom processing.
Gets or sets a popup menu's horizontal alignment.
One of the PopupHorizontalAlign enumeration values.
Gets or sets a popup menu's horizontal offset.
An integer value that specifies a popup menu's horizontal offset.
Gets or sets a popup menu's vertical alignment.
One of the PopupVerticalAlign enumeration values.
Gets or sets a popup menu's vertical offset.
An integer value that specifies a popup menu's vertical offset.
Gets or sets the y-coordinate of the popup menu's top side.
An integer value specifying the y-coordinate of the default popup menu's top side.
Represents an extension object implementing the PopupMenu functionality.
Initializes a new instance of the PopupMenuExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the PopupMenuExtension class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the PopupMenu to a data source.
An object specifying the bound data source.
A PopupMenuExtension object that is the PopupMenu.
Binds a PopupMenu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
A PopupMenuExtension extension object.
Binds a PopupMenu to the sitemap file specified by its name.
A string specifying the file name.
A PopupMenuExtension extension object.
Binds a PopupMenu to the XML file specified by its name.
A string specifying the file name.
A PopupMenuExtension extension object.
Binds a PopupMenu to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
A PopupMenuExtension extension object.
Binds a PopupMenu to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
A PopupMenuExtension extension object.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxPopupMenu class with default settings.
For internal use only.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxLoadingPanel class with default settings.
For internal use only.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDockPanel class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
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.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxDockManager class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Returns a panel object with the specified property value.
A value that is the PanelUID property value of the required panel.
An MVCxDockPanel object with a specific value of the PanelUID property.
Returns a zone object with the specified property value.
A value that is the ZoneUID property value of the required zone.
An MVCxDockZone object with a specific value of the ZoneUID property.
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 collection of panels within the page.
A IEnumerable@lt;MVCxDockPanel@gt; collection containing panels.
Returns the layout of panels managed by the to the initial state.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Provides access to the collection of zones within the page.
A IEnumerable@lt;MVCxDockZone@gt; collection containing zones.
Serves as a base for classes that define functional settings of the Menu and PopupMenu.
Initializes a new instance of the MenuSettingsBase class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Gets or sets a value specifying whether items can be selected within the menu.
true if items can be selected; otherwise false.
Gets or sets the delay in displaying submenus within the menu.
An integer value that specifies the time interval, in milliseconds, after which submenus are displayed within a menu.
Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.
An enumeration value.
Gets an object that lists the client-side events specific to the MenuSettingsBase.
A MenuClientSideEvents object which allows assigning handlers to the client-side events available to the MenuSettingsBase.
Provides access to the style settings declared at the root level of the Menu and PopupMenu web control.
A MenuStyle object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Allows you to perform custom actions before a menu is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Enables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source.
A EventHandler method to which custom processing is delegated.
Gets or sets the duration after which a dynamic menu (a menu item's submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.
The length of time (in milliseconds) a dynamic menu is displayed after the mouse pointer is no longer positioned over the menu.
Gets or sets a value that specifies whether a specific animation effect is used when invoking a PopupMenu or Menu submenus.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether menu items can visually respond to mouse hovering.
true if the menu's items can be hot-tracked; otherwise, false.
Provides access to the settings that define images for various Menu and PopupMenu elements.
A MenuImages object that contains image settings.
Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within menu items.
A string value that specifies the name of the required data source field.
Enables you to customize settings of a bound menu item before it is finally rendered
A MenuItemEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies how menu items are represented as links within the menu.
One of the ItemLinkMode enumeration values.
Gets a collection that contains menu items of the menu's root level.
An MVCxMenuItemCollection object that is the collection of items.
Gets specific offset settings for submenus of the submenu items.
An object that contains specific offset settings for submenu items' submenus.
Gets or sets the number of menu levels to render.
The number of menu levels to render for a menu control.
Gets or sets the name of a data field (or an xml element's attribute) which provides unique menu item identifier names.
A string value that specifies the name of the required data source field.
Gets or sets the name of a data field (or an xml element's attribute) which provides menu item navigation locations.
A string value that specifies the name of the required data source field.
Gets or sets the pattern used to format item navigation URLs.
A string value that represents the format pattern.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets specific offset settings for submenus of the root menu items.
An ItemSubMenuOffset object that contains specific offset settings for the root menu items' submenus.
Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems.
true to visually highlight a root menu item that contains a selected subitem; otherwise, false.
Allows you to provide a template for rendering the content of all menu items.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the content of all menu items.
A string value specifying the template content.
Allows you to provide a template for rendering the text content of all menu items.
A string value specifying the template content.
Allows you to provide a template for rendering the text content of all menu items.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the client region's content of all submenus within a menu.
A string value specifying the template content.
Allows you to provide a template for rendering the client region's content of all submenus within a menu.
A method to which a template content rendering is delegated.
Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.
One of the enumeration values.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
A MenuStyles object containing the extension-related style settings.
Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.
One of the SyncSelectionMode enumeration values.
Gets or sets the window or frame to which to target the contents of the URLs associated with all links within a menu.
A string which identifies the window or frame to which to target the URL content.
Gets or sets the name of a data field (or an xml element's attribute) which provides menu item texts.
A string value that specifies the name of the required data source field.
Gets or sets the pattern used to format menu item texts.
A string value that is the format pattern.
Gets or sets the name of a data field (or an xml element's attribute) which provides menu item tooltip texts.
A string value that specifies the name of the required data source field.
A base extension object implementing the common functionality of menu extensions.
Initializes a new instance of the MenuExtensionBase class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the MenuExtensionBase class with the specified settings.
An object containing extension specific settings.
Binds a menu to a data source.
An object specifying the bound data source.
A MenuExtensionBase object that is the menu.
Binds a menu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
A MenuExtensionBase extension object.
Binds a menu to the sitemap file specified by its name.
A string specifying the file name.
A MenuExtensionBase extension object.
Binds a menu to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
A MenuExtensionBase extension object.
Binds a menu to the XML file specified by its name.
A string specifying the file name.
A MenuExtensionBase extension object.
Binds a menu to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string value specifying the XPath expression.
A MenuExtensionBase extension object.
Contains LoadingPanel specific settings.
Initializes a new instance of the LoadingPanelSettings class with default settings.
Gets an object that lists the client-side events specific to the LoadingPanelSettings.
A ClientSideEvents object, which allows assigning handlers to the client-side events available to the LoadingPanelSettings.
Gets or sets the ID of an element with which the current LoadingPanel is associated.
A String value specifying the ID of the element.
Enables you to manually find an object specified by the property, if it can't be found automatically (for instance, if it's hidden within a naming container).
An EventHandler@lt;ControlResolveEventArgs@gt; delegate method allowing you to implement custom processing.
Provides access to the style settings declared at the root level of the LoadingPanel's wrapped web control.
An AppearanceStyle object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Gets or sets a value that indicates the distance that the LoadingPanel is offset from its baseline in the horizontal direction. This is a dependency property.
An integer value defining the element's offset from its baseline in the horizontal direction.
Gets or sets the loading panel image.
An ImagePosition enumeration value that specifies the image position.
Provides access to the settings that define images for various LoadingPanel elements.
An ImagesBase object that contains image settings.
Gets or sets whether the Loading Panel is displayed in modal mode.
true if the LoadingPanel is displayed in modal mode; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the loading panel.
A string value specifying the template content.
Allows you to provide a template for rendering the loading panel.
A method to which a template content rendering is delegated.
Gets or sets a value that specifies whether a loading panel image defined via the .LoadingPanel property is displayed within the Loading Panel.
true if an image is displayed within a panel; otherwise, false.
Provides access to the style settings that control the appearance of the extension's visual elements.
A LoadingPanelStyles object that provides style settings for view elements.
Gets or sets the loading panel text.
A string value that specifies the panel's content text.
Gets or sets a value that indicates the distance that the LoadingPanel is offset from its baseline in the vertical direction. This is a dependency property.
An integer value defining the element's offset from its baseline in the vertical direction.
Contains DockZone specific settings.
Initializes a new instance of the DockZoneSettings class with default settings.
Gets or sets whether a zone can enlarge its size to contain a docking panel.
true to allow a zone to grow; otherwise, false
Gets an object that lists the client-side events specific to the DockZoneSettings.
A DockZoneClientSideEvents object which allows assigning handlers to the client-side events available to the DockZoneSettings.
Gets or sets a value that specifies the initial visibility state of a zone on the client side.
true to make a zone initially displayed on the client; false to render the zone into the web page, but make it initially hidden on the client side.
Provides access to the settings that define images for various DockZone elements.
An ImagesBase object that contains image settings.
Gets or sets the direction in which panels are arranged within the zone.
One of the DockZoneOrientation enumeration values.
Gets the padding settings of the zone.
A Paddings object that contains padding settings.
Gets or sets the spacing between panels within the zone.
A Unit object that specifies the spacing.
Provides access to the style settings that control the appearance of the extension's visual elements.
A DockZoneStyles object that provides style settings for view elements.
Gets or sets the unique identifier of a zone on a page.
A String that is the unique identifier of a zone.
Represents an extension object implementing the DockZone functionality.
Initializes a new instance of the DockZoneExtension class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the DockZoneExtension class with the specified settings.
An object containing extension specific settings.
Contains DockPanel specific settings.
Initializes a new instance of the DockPanelSettings class with default settings.
Gets or sets a value that specifies what states are allowed for the panel
One of the AllowedDockState enumeration values.
Gets an object that lists the client-side events specific to the DockPanelSettings.
A DockPanelClientSideEvents object which allows assigning handlers to the client-side events available to the DockPanelSettings.
Provides access to the collection of zones disallowed for the current panel docking.
An MVCxForbiddenZoneCollection object that is a collection of zones.
Gets or sets a value specifying the content loading mode for the DockPanel.
One of the LoadPanelContentViaCallback enumeration values.
Gets or sets the unique identifier of a zone that owns the panel.
A value specifying the zone UID.
Gets or sets the unique identifier of a panel on a page.
A that is the unique identifier of a panel.
Gets or sets the panel's position amongst the visible panels within the zone.
An integer value specifying the zero-based index of the panel amongst visible panels in the zone.
Represents an extension object implementing the DockPanel functionality.
Initializes a new instance of the DockPanelExtension class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the DockPanelExtension class with the specified settings.
An object containing extension specific settings.
Contains DockManager specific settings.
Initializes a new instance of the DockManagerSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Enables you to save and restore the previously saved layout of panels and zones managed by the DockManager.
A ASPxClientLayoutHandler method to which custom processing is delegated.
Gets an object that lists the client-side events specific to the DockManagerSettings.
A DockManagerClientSideEvents object which allows assigning handlers to the client-side events available to the DockManagerSettings.
For internal use only.
Gets or sets whether end-users can dock and undock panels by dragging them.
true to allow end-users to dock and undock panels; otherwise, false.
For internal use only.
Gets or sets a value that specifies whether cookies are used to persist the visibility, an owner zone, position within the zone, allowed dock state, size, and position of panels on the page.
true if information is persisted in cookies; otherwise, false.
Gets or sets the name (identifier) of the cookie in which the information about panels on the page is persisted.
A String value specifying a cookie's name.
For internal use only.
Represents an extension object implementing the DockManager functionality.
Initializes a new instance of the DockManagerExtension class with the specified settings and provides context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the DockManagerExtension class with the specified settings.
An object containing extension specific settings.
Contains CheckBoxList specific settings.
Initializes a new instance of the CheckBoxListSettings class with default settings.
Gets or sets a value specifying whether an editor is rendered as a native HTML check box element.
true if an editor is rendered as a standard HTML element; otherwise, false.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value indicating whether an end-user can change the editor's contents at runtime.
true, if an end-user cannot change the editor's contents; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the selected item's index.
An Int32 value specifying the zero-based index of the selected item.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Contains a client-side event list.
Initializes a new instance of the MVCxReportViewerClientSideEvents 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 BeforeExportRequest event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
A base extension object implementing the common functionality of data view extensions.
Initializes a new instance of the DataViewSettingsBase class with default settings.
Enables accessibility support.
true if accessibility support is enabled; otherwise, false.
Gets or sets the number of pages whose content will be displayed within a view after the All button has been pressed.
An integer value that specifies the number of pages whose content will be displayed within a view after the All button has been pressed. 0 to display the content of all the pages.
Gets or sets whether pagination is allowed.
true, to display the content of all the pages within a view; otherwise, false.
Gets or sets the value that specifies whether the pager is always displayed within the DataView.
true if the pager is always displayed; false if the pager can be automatically hidden when all data is represented within a single page of the DataView.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Gets or sets a value that specifies the initial visibility state of a DataView on the client.
true to make a DataView initially displayed on the client; false to render the DataView into the web page, but make it initially hidden on the client side.
Provides access to the style settings declared at the root level of the DataView's wrapped web control.
A DataViewStyle object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Allows you to perform custom actions before a DataView is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Enables you to perform a custom action after the DataView has been bound to its data source.
A EventHandler method to which custom processing is delegated.
Gets or sets the text displayed within the DataView's empty data area.
A string value that specifies the text.
Gets or sets a value that specifies whether a specific animation effect is used when an object's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
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.
Provides access to the settings that define images displayed within the DataView's elements.
A ImagesBase object that contains image settings.
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 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 displayed within a Loading Panel.
A string value that specifies the panel's text.
Gets or sets the index of the page currently being selected.
An integer value that specifies the active page's index.
Gets or sets the pager's alignment.
A enumeration value that specifies the pager's alignment.
Gets or sets the maximum number of rows displayed within a page.
An integer value that specifies the maximum number of rows within a page.
Allows you to provide a template for rendering the DataView's Empty Data Area.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the DataView's Empty Data Area.
A string value specifying the template content.
Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.
A string value specifying the template content.
Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.
A string value specifying the template content.
Gets or sets whether a specific Loading Panel can be displayed within the control while waiting for a callback response.
true, if a Loading Panel can be displayed; otherwise, false.
Gets or sets whether the image can be displayed within the Loading Panel.
true, if the image can be displayed within the loading panel; otherwise, false.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains dialog form related settings.
Initializes a new instance of the MVCxHtmlEditorFormsSettings class with the specified owner.
An object that implements the interface.
Gets or sets the name of an action method invoking a view (user control) that defines the Insert Image dialog's form.
A string specifying the action name.
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.
Use the property instead.
Gets or sets the name of an action method invoking a view (user control) that defines the Insert Link dialog's form.
A string specifying the action name.
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.
Use the property instead.
Gets or sets the name of an action method invoking a view (user control) that defines the Insert Table dialog's form.
A string specifying the action name.
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.
Use the property instead.
Gets or sets the name of an action method invoking a view (user control) that defines the Paste From Word dialog's form.
A string specifying the action name.
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.
Use the property instead.
Gets the settings allowing you to specify paths to customized versions of the built-in spell checker's dialog forms (UserControls) stored within a web site.
A object containing properties which point to individual dialog forms.
Gets or sets the name of an action method invoking a view (user control) that defines the "Row, Column, and Cell Properties" dialog forms.
A string specifying the action name.
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.
Use the property instead.
Contains information about the GridView's paging-related state.
Initializes a new instance of the GridViewPagerState class with default settings.
Copies the settings of the specified object to the current one.
A GridViewPagerState object whose settings are copied to the current object.
Gets or sets the index of the page currently being selected within the grid.
An integer value that specifies the active grid page's index.
Gets or sets the number of rows that can be displayed on a grid page.
An integer value that specifies the maximum number of rows that can be displayed on a page.
Provides editing settings for GridViews.
Initializes a new instance of the MVCxGridViewEditingSettings class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to adding a new row.
An object containing the Controller and Action names.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row deleting.
An object containing the Controller and Action names.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the Edit Form.
true if model error messages are automatically displayed for invalid editors; false if the automatic error visualization feature is not used.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row updates.
An object containing the Controller and Action names.
A delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
A delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
objects that contains the required data.
Contains text settings of the GridView.
Initializes a new instance of the MVCxGridViewTextSettings class with default settings.
Represents an individual resource item (a script or a CSS file).
Initializes a new instance of the ResourceItem class.
Gets or sets a value that specifies a set of extensions to which the current setting applies.
One of the enumeration members.
Gets or sets a value that specifies the extension type to which the current setting applies.
One of the enumeration members.
Contains Scheduler-specific settings.
Initializes a new instance of the SchedulerSettings class with default settings.
Gets or sets the type of the View which is currently used by the Scheduler to show its data.
A enumeration value specifying the active View type.
Enables you to perform custom actions after a callback command is executed.
A SchedulerCallbackCommandEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions when an end-user attempts to delete an appointment.
A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions when an end-user attempts to edit an appointment.
A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions when an end-user attempts to resize an appointment.
A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actionswhen an end-user attempts to invoke an appointment's in-place editor and the property is set to Custom.
A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions before the appointment editing window is created.
A AppointmentFormEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions every time an appointment is rendered.
A AppointmentViewInfoCustomizingEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions before a callback command is executed.
A SchedulerCallbackCommandEventHandler delegate method allowing you to implement custom processing.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets an object that lists the client-side events specific to the SchedulerSettings.
A object which allows assigning handlers to the client-side events available to the SchedulerSettings.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Enables you to provide custom error descriptions.
A ASPxSchedulerCustomErrorTextEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions before a scheduler's visual element is rendered.
A CustomizeElementStyleEventHandler delegate method allowing you to implement custom processing.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Provides access to DateNavigator settings.
A object containing settings specific for the DateNavigator control.
Defines the edit appointment callback routing logic by specifying the names of a Controller and an Action which should handle edit appointment callbacks.
An object containing the Controller and Action names.
Gets or sets whether animation effects are applied to scheduler content when it is updated using a callback.
true, if animation effects are used; otherwise, false.
Gets or sets whether animation effects are applied to scheduler content when the visible interval is changed using a callback.
true, if a specific animation effect is used; otherwise, false.
Gets or sets a value specifying whether an end-user can change the visible interval with a swipe gesture.
True, if changing of visible interval by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.
Enables you to perform custom actions before the Scheduler starts retrieving the appointments for the specified time interval.
A method to which custom processing is delegated.
Allows you to hide specific appointments.
A method to which custom processing is delegated.
Allows you to hide specific resources.
A method to which custom processing is delegated.
Gets or sets a value that specifies the type of grouping for the appointments.
A enumeration value that specifies how appointments are grouped within the scheduler control.
Enables you to perform custom actions when the HTML code representing the time cell is prepared for display.
A method to which custom processing is delegated.
Provides access to a list of images used in various Scheduler elements.
A DevExpress.Web.ASPxScheduler.ASPxSchedulerImages object that contains image settings.
Enables custom text and a description to be displayed within appointments.
A method to which custom processing is delegated.
Enables custom images to be displayed within appointments.
A method to which custom processing is delegated.
Enables you to perform custom actions for each visible appointment before it is sent to the client for display and enables you to specify client appointment properties.
A method to which custom processing is delegated.
Gets or sets the time interval available for end-users.
A object.
Provides access to options which regulate the general appearance and behavior of the scheduler and its satellite controls.
A object, which contains the scheduler's behavior options.
Provides access to an object used to maintain view state information.
An object that holds the state information.
Provides access to the options that regulate the functionality available to end-users.
A object which provides the scheduler's customization options.
Provides access to the options used to customize the forms shown to end-users.
An object, containing the parameters to customize the forms.
Provides access to the settings for the informational panel, which is displayed when the control is loading.
A class instance, containing characteristics of a Loading Panel
Provides access to menu options.
A object containing menu options.
Provides access to options which specify tooltip appearance and visibility.
An object containing options which can be specified for tooltips.
Provides access to the Scheduler's view options.
A object which provides access to the Scheduler's view options.
Enables you to intercept popup menu creation and modify the menu as required or cancel the action.
A PopupMenuShowingEventHandler delegate method allowing you to implement custom processing.
Enables you to perform custom actions when the pop-up container for the appointment editing form is prepared for display.
A method to which custom processing is delegated.
Enables you to perform custom actions when the pop-up container for the In-place Editor is prepared for display.
A method to which custom processing is delegated.
Enables you to perform custom actions when the pop-up container for the Go to Date Form is prepared for display.
A method to which custom processing is delegated.
Enables you to perform custom actions when the scheduler's view calculates the work time interval for the specific resource.
A method to which custom processing is delegated.
Enables you to perform custom actions after the resources collection has been cleared.
A method to which custom processing is delegated.
Enables you to perform custom actions after resources have been loaded into the collection.
A method to which custom processing is delegated.
Allows you to provide a template for rendering the date header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the header indicating the day of week.
A string value specifying the template content.
Allows you to provide a template for rendering the header indicating the day of week.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment.
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the resource header
A string value specifying the template content.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the horizontal appointment that fits in one day.
A string value specifying the template content.
Provides access to Scheduler export settings.
An object that provides export options for the Scheduler.
Provides access to Scheduler export settings.
An object that provides export options for the Scheduler.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Selector control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical resource header.
A string value specifying the template content.
Allows you to provide a template for rendering the vertical resource header.
A method to which a template content rendering is delegated.
Gets or sets the start date of an interval displayed in the scheduler.
A value which represents the start date of the scheduler visible interval.
Provides access to the storage object of the Scheduler control.
A object representing the storage for the Scheduler control.
Provides access to style settings that control the appearance of the scheduler elements..
A object that provides style settings for the scheduler elements.
Contains the settings of the Views that are used to represent information within the Scheduler control.
A object that stores the settings of the scheduler views.
Provides access to the collection which identifies which days are assigned to a workweek.
A object which identifies work days.
A delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a column, when implementing custom data binding of the GridView.
A delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a column, when implementing custom data binding of the GridView.
An object that contains the related arguments.
A helper object containing the most commonly used properties and methods.
Gets a value containing callback arguments passes from the client.
A string value representing callback arguments.
Gets the name identifying the DevExpress extension whose callback is being processed.
A string value representing the name () of the extension that initiated the processed callback.
Returns a URL corresponding to the Controller and Action names passed via a parameter.
An object containing the names of the Controller and Action which should handle callbacks on the server.
A string specifying the URL generated, based upon the routeValues parameter value.
Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.
true if a DevExpress extension callback is being processed; otherwise, false.
Specifies the theme to be applied to all DevExpress extensions within an application.
A string value specifying the theme name. Refer to Available Themes, for the list of theme names.
Writes a string followed by a line terminator to the Response.
The string to write. If value is a null reference (Nothing in Visual Basic), only the line termination characters are written.
Writes out a formatted string and a new line, using the same semantics as String.Format.
The formatting string.
The object array to write into format string.
Writes a string to the Response.
The string to write.
Writes out a formatted string, using the same semantics as String.Format.
The formatting string.
The object array to write into the formatted string.
Represents an individual node within the TreeView.
Initializes a new instance of the MVCxTreeViewNode class with the specified setting.
A value specifying the node's display text. This value is assigned to the property.
Initializes a new instance of the MVCxTreeViewNode class with default settings.
Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
A value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the property.
A value which identifies the window or frame to which to target URL content when the node is clicked. This value is assigned to the property.
Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
A value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the property.
Gets the collection of child nodes within the particular node and provides indexed access to them.
A object representing the collection of the child nodes.
Allows you to provide a template for rendering the node's content.
A string value specifying the template content.
Allows you to provide a template for rendering the node's content.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the node's text content.
A string value specifying the template content.
Allows you to provide a template for rendering the node's text content.
A method to which a template content rendering is delegated.
Provides settings that affect the Loading Panel's appearance and functionality.
Initializes a new instance of the MVCxPivotGridWebOptionsLoadingPanel class with default settings.
Provides options which control data fields presentation in the PivotGrid extension.
Initializes a new instance of the MVCxPivotGridWebOptionsDataField class with default settings.
Gets or sets the area in which the data field headers are displayed.
A value that specifies the area in which the data field headers are displayed.
Gets or sets the position of the data field headers.
An integer which specifies the position of the data field headers within the hierarchy of field values.
Gets or sets the text displayed within the data header.
A string which specifies the text displayed within the data header.
Gets or sets the height of data field headers, in text lines. For internal use.
An integer value that specifies the height of data field headers, in text lines.
Gets or sets the position of the data field headers.
An integer which specifies the position of the data field headers within the hierarchy of field values.
Gets or sets whether data field headers are visible.
true to display data field headers as column headers; false to hide data field headers.
Reserved for future use.
@nbsp;
Gets or sets the width of the data field headers when they are displayed as row headers. For internal use.
An integer which specifies the width of the data field headers when they are displayed as rows.
Gets or sets the height of data field headers, in text lines. For internal use.
An integer value that specifies the height of data field headers, in text lines.
Provides data specific options for PivotGrid.
Initializes a new instance of the MVCxPivotGridWebOptionsData class with default settings.
Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid.
true to calculate summary variations and running totals throughout the Pivot Grid; false to calculate them independently within individual groups.
Gets or sets whether field values are expanded or collapsed by default.
to expand field values by default; to collapse them.
Gets or sets whether data is grouped case-sensitive.
true if data is grouped case-sensitive; otherwise, false.
Gets or sets a converter used to serialize/deserialize arbitrary objects in a custom manner.
An object that implements the interface representing a converter used to serialize/deserialize arbitrary objects in a custom manner.
Gets or sets whether unbound expressions for data fields are calculated based on the data source records, or summary values.
One of the enumeration members specifying how the unbound expressions for data fields are calculated.
Gets or sets whether to take into account filter conditions of visible filter fields only.
true to take into account filter conditions of visible filter fields only; false to take into account filter conditions of all filter fields.
A group of fields.
Initializes a new instance of the MVCxPivotGridWebGroup class with default settings.
For internal use.
@nbsp;
Contains PivotGrid specific settings.
Initializes a new instance of the PivotGridSettings class with default settings.
Enables you to customize the context menu.
A PivotAddPopupMenuItemEventHandler delegate method allowing you to implement custom processing.
Fires after a callback initiated by the PivotGrid has been processed on the server side.
An EventHandler delegate method allowing you to implement custom processing.
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.
An EventHandler delegate method allowing you to implement custom processing.
Occurs before the PivotGrid obtains data from a data source.
An EventHandler delegate method allowing you to implement custom processing.
Occurs before the PivotGrid starts recalculating its data.
An EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets an object that lists the client-side events specific to the PivotGrid.
A object which allows assigning handlers to the client-side events available to the PivotGrid.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Fires when a round trip to the server has been initiated by a call to the client method.
A PivotCustomCallbackEventHandler delegate method allowing you to implement custom processing.
Enables custom display text to be provided for cells displayed within the Data Area.
A PivotCellDisplayTextEventHandler delegate method allowing you to implement custom processing.
Allows the appearances of cells to be dynamically customized.
A PivotCustomCellStyleEventHandler delegate method allowing you to implement custom processing.
Allows you to replace cell values with custom ones.
A EventHandler@lt;PivotCellValueEventArgs@gt; delegate method allowing you to implement custom processing.
Occurs when a PivotGrid prepares data to be displayed in a Chart extension.
A delegate method allowing you to implement custom processing.
Allows you to customize pivot grid data before passing it to a chart control.
A delegate method allowing you to implement custom processing.
Provides the ability to sort data using custom rules.
A PivotGridCustomFieldSortEventHandler delegate method allowing you to implement custom processing.
Allows you to customize field value cells.
A EventHandler@lt;PivotCustomFieldValueCellsEventArgs@gt; delegate method allowing you to implement custom processing.
Enables you to display custom text within the Prefilter panel, corresponding to the current filter expression.
A CustomFilterExpressionDisplayTextEventHandler delegate method allowing you to implement custom processing.
Allows you to customize the filter drop-down list items.
A EventHandler@lt;PivotCustomFilterPopupItemsEventArgs@gt; delegate method allowing you to implement custom processing.
Enables grouping axis values, using your own criteria.
A PivotGridCustomGroupIntervalEventHandler delegate method allowing you to implement custom processing.
Gets or sets the X-coordinate of the Customization form's top-left corner.
An integer value that specifies the X-coordinate of the Customization form's top-left corner. The value is set in screen coordinates.
Gets or sets the Y-coordinate of the Customization form's top-left corner.
An integer value that specifies the Y-coordinate of the Customization form's top-left corner. The value is set in screen coordinates.
Gets or sets a value that specifies whether the pivot grid's Customization form is displayed within the page.
true if the Customization form is displayed; otherwise, false.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler delegate method allowing you to implement custom processing.
Allows you to load the PivotGrid's callback state, which was previously saved by handling the event.
A PivotGridCallbackStateEventHandler delegate method allowing you to implement custom processing.
Allows you to preserve the PivotGrid's callback state in a custom manner.
A PivotGridCallbackStateEventHandler delegate method allowing you to implement custom processing.
Enables summary values to be calculated manually.
A PivotGridCustomSummaryEventHandler delegate method allowing you to implement custom processing.
Enables data to be provided for unbound fields.
A CustomFieldDataEventHandler delegate method allowing you to implement custom processing.
Occurs after a panel that displays data headers has been created.
A EventHandler@lt;PivotDataAreaPopupCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
Gets or sets a value that specifies whether a specific animation effect is used when a PivotGrid's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
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.
Occurs after the control has completed recalculating its data.
A EventHandler delegate method allowing you to implement custom processing.
Provides access to a pivot grid's field collection.
A object that represents a collection of all the fields within a pivot grid.
Enables the display text of individual column and row headers and filter dropdown items to be customized.
A PivotFieldDisplayTextEventHandler delegate method allowing you to implement custom processing.
Enables you to specify the entered filter value's custom display text, to be displayed when the filter control's condition value editor is inactive.
A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control's operation dropdown menu.
A FilterControlOperationVisibilityEventHandler delegate method allowing you to implement custom processing.
Enables you to process and modify an entered value before it is actually accepted by the filter control.
A FilterControlParseValueEventHandler delegate method allowing you to implement custom processing.
Fires after the PivotGrid's layout has been changed.
An EventHandler delegate method allowing you to implement custom processing.
Gets the collection of field groups.
A object which represents a collection of field groups.
Enables the settings of individual data cells to be changed.
A PivotHtmlCellPreparedEventHandler delegate method allowing you to implement custom processing.
Enables the settings of individual field value cells to be changed.
A PivotHtmlFieldValuePreparedEventHandler delegate method allowing you to implement custom processing.
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.
Provides access to pivot grid behavior options.
A object that contains behavior options for the PivotGrid.
Provides access to the chart options.
A object that contains chart options.
Provides access to the pivot grid's customization options.
A object, which contains customization options for a PivotGrid.
Provides access to the pivot grid's data specific options.
A object that contains the pivot grid's data specific options.
Provides access to options, which control the presentation of data fields in the PivotGrid.
A object that provides options, which control the data fields presentation in the PivotGrid.
Provides access to options that specify the appearance and behavior of filter windows.
A object that specifies the appearance and behavior of filter windows.
Provides access to the loading panel's settings.
A object that contains the loading panel's settings.
Provides access to the pivot grid's OLAP mode specific options.
A object which contains the pivot grid's OLAP mode specific options.
Provides access to the pivot grid's pager options.
A object containing the pager settings.
Provides access to the PivotGrid's view options.
A object that provides view options for the PivotGrid.
Gets settings of the bound .
A object that contains settings.
Enables you to create custom menu items.
A PivotPopupMenuCreatedEventHandler delegate method allowing you to implement custom processing.
Gets the Prefilter's settings.
A object that contains the Prefilter's settings.
Allows setting a template for displaying data cells.
A method to which a template content rendering is delegated.
Allows setting a template for displaying data cells.
A string value specifying the template content.
Allows setting a template for displaying an empty area.
A method to which a template content rendering is delegated.
Allows setting a template for displaying an empty area.
A string value specifying the template content.
Allows setting a template for displaying field values.
A string value specifying the template content.
Allows setting a template for displaying field values.
A method to which a template content rendering is delegated.
Allows setting a template for displaying field headers.
A method to which a template content rendering is delegated.
Allows setting a template for displaying field headers.
A string value specifying the template content.
Provides access to PivotGrid export settings.
An object that provides export options for the PivotGrid.
Provides access to the style settings that control the appearance of the pivot grid elements.
A object that provides style settings for the pivot grid elements.
Provides access to style settings that paint editors, used to edit filter values within the Filter Editor (Prefilter).
An object that contains style settings used to paint editors.
Provides access to the style settings that control the appearance of the pager displayed within the pivot grid.
A object that provides style settings used to paint a pager.
Gets or sets a value that specifies the table summary attribute.
A String value that is the summary attribute text.
Represents an extension object implementing the PivotGrid functionality.
Initializes a new instance of the PivotGridExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Initializes a new instance of the PivotGridExtension class with the specified settings.
An object containing extension specific settings.
Binds the PivotGrid to a data source.
An object specifying the bound data source.
A object representing the PivotGrid.
Binds the PivotGrid to an OLAP cube.
A that specifies the connection string to an OLAP cube.
A object representing the PivotGrid.
Returns a list of records associated with the specified cell.
A object that contains PivotGrid settings.
A PivotGrid data source.
An integer value that specifies the zero-based index of the column where the cell resides.
An integer value that specifies the zero-based index of the row where the cell resides.
A object which contains records associated with the specified cell.
Returns a list of records, which are associated with the specified cell.
A object that contains PivotGrid settings.
A PivotGrid data source.
An integer value that specifies the cell's column.
An integer value that identifies the row which contains the cell by its absolute index.
An integer value that identifies the data field by its index.
A object which contains records associated with the specified cell.
Returns a list of records used to calculate summary values for all cells.
A object that contains PivotGrid settings.
A PivotGrid data source.
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, and limit the number of records to be returned.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
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 in a datasource, 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 object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
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 in a datasource, to be returned.
A object that contains the underlying data.
Returns a summary datasource for the specified row.
A object that contains PivotGrid settings.
A PivotGrid data source.
An integer value that specifies the column's index.
An integer value that specifies the row's index.
A object that is the summary datasource.
Returns the PivotGrid's summary datasource.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that is the summary datasource.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to MHT format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
An object that provides export options.
Exports the pivot grid's data to XLS format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A object to which the data is exported.
An object that provides export options.
Exports the pivot grid's data to XLSX format, based on the provided settings.
A object that contains PivotGrid settings.
A PivotGrid data source.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Generates a chart data source from regular data.
A object that specifies pivot grid settings that define how to generate a chart data source.
A PivotGrid data source.
A chart data source.
Generates a chart data source from OLAP data.
A object that specifies pivot grid settings that define how to generate a chart data source.
A that specifies the connection string to an OLAP cube.
A chart data source.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
A object that provides export options.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
An object that provides export options.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A object to which the data is exported.
An object that provides export options.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
true to display the File Download dialog; false to display the file with exported data within a page.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
A object that contains PivotGrid settings.
A that specifies the connection string to an OLAP cube.
A value that specifies the target file name.
An object that provides export options.
A encapsulating the result of the PivotGrid data export operation.
A field collection for the PivotGrid extension.
Initializes a new instance of the MVCxPivotGridFieldCollection class with default settings.
Adds a new field to the collection and allows you to customize this field in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new field to the collection.
An object added to the collection.
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 object.
A value that identifies the area in which the new object will be positioned.
The object that has been added to the collection.
For internal use.
@nbsp;
A field within the PivotGrid.
Initializes a new instance of the MVCxPivotGridField class with default settings.
Initializes a new instance of the MVCxPivotGridField class with the specified field name and location.
A that identifies the name of the database field. This value is assigned to the property.
A value that defines the location for the MVCxPivotGridField object within the control. This value is assigned to the property.
For internal use.
@nbsp;
For internal use.
@nbsp;
For internal use.
@nbsp;
For internal use.
@nbsp;
For internal use.
@nbsp;
Allows setting a template for displaying the field header.
A method to which a template content rendering is delegated.
Allows setting a template for displaying the field header.
A string value specifying the template content.
Allows setting a template for displaying field values.
A string value specifying the template content.
Allows setting a template for displaying field values.
A method to which a template content rendering is delegated.
Contains the export settings to be applied when the PivotGrid's data is exported.
Initializes a new instance of the MVCxPivotGridExportSettings class with default settings.
Enables you to render a different content for individual cells.
A delegate method allowing you to implement custom processing.
Enables you to render a different content for individual field values.
A delegate method allowing you to implement custom processing.
Enables you to render a different content for individual field headers.
A delegate method allowing you to implement custom processing.
Provides access to the export options.
A object that contains the pivot grid's export options.
Provides access to style settings that allow the export appearance of the pivot grid (and its visual elements) to be defined.
A WebPrintAppearance object that contains export style settings.
For internal use only.
Initializes a new instance of the MVCxPivotGridExporter class, specifying the corresponding PivotGrid object.
A object representing the PivotGrid whose content should be exported.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxPivotGrid class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
[To be supplied]
[To be supplied]
For internal use.
Always true.
Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.
true if a DevExpress extension callback is being processed; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
[To be supplied]
Provides access to style settings that allow the export appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related export style settings.
Provides access to information related to rendering a view.
A object that encapsulates information related to rendering a view.
Contains TrackBar specific settings.
Initializes a new instance of the TrackBarSettings class with default settings.
Gets or sets the current drag handle position.
A Decimal value that specifies the drag handle position.
Gets or sets the secondary drag handle position.
A Decimal value that specifies the position.
Gets or sets the main drag handle position.
A Decimal value that specifies the position.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value indicating whether an end-user can change the editor's contents at runtime.
true, if an end-user cannot change the editor's contents; otherwise, false.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTrackBar class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value that specifies whether or not model error messages should be automatically displayed for the editor when its value validation fails.
true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.
Contains Label specific settings.
Initializes a new instance of the LabelSettings class with default settings.
Gets or sets the name of an element that the Label is associated with.
A string value corresponding to the element name.
Provides access to the settings which are specific to the current editor type.
An object containing editor type specific settings.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Gets or sets the text caption displayed within the editor.
A string value representing the text within the editor.
A delegate method that enables you to implement custom retrieval of the ComboBox editor's selected item.
A delegate method that enables you to implement custom retrieval of the ComboBox editor's selected item.
A object that contains the required data.
An Object that is the requested item's value.
Contains dialog form related settings.
Initializes a new instance of the MVCxSpellCheckerFormsSettings class with the specified owner.
An object that implements the interface.
Gets or sets the name of an action method invoking a view (user control) that defines the Check Spelling dialog's form.
A string specifying the action name.
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.
Use the property instead.
Gets or sets the name of an action method invoking a view (user control) that defines the Spelling Options dialog's form.
A string specifying the action name.
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.
Use the property instead.
Contains settings of the HtmlEditor's built-in Image Selector.
Initializes a new instance of the MVCxHtmlEditorImageSelectorSettings class with the specified owner.
An object that implements the interface.
Initializes a new instance of the MVCxHtmlEditorImageSelectorSettings class with default settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploads initiated by the HtmlEditor's built-in Image Selector.
An object containing the Controller and Action names.
Contains base settings that relate to the file upload functionality of the HtmlEditor's built-in file managers (Image Selector and Document Selector).
Initializes a new instance of the MVCxHtmlEditorFileManagerUploadSettings class with the specified owner.
An object that implements the interface.
Contains settings that relate to the built-in Document Selector's file upload functionality.
Initializes a new instance of the MVCxHtmlEditorDocumentSelectorUploadSettings class with the specified owner.
An object that implements the interface.
Contains settings of the HtmlEditor's built-in Document Selector.
Initializes a new instance of the MVCxHtmlEditorDocumentSelectorSettings class with the specified owner.
An object that implements the interface.
Initializes a new instance of the MVCxHtmlEditorDocumentSelectorSettings class with default settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploads initiated by the HtmlEditor's built-in Document Selector.
An object containing the Controller and Action names.
Contains upload validation settings of a built-in file manager (Document Selector or Image Selector).
Initializes a new instance of the MVCxFileManagerValidationSettings class with the specified owner.
An object that implements the interface.
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.
Represents a collection of nodes within the TreeView.
Initializes a new instance of the MVCxTreeViewNodeCollection class with default settings.
Initializes a new instance of the MVCxTreeViewNodeCollection class with the specified owner node.
A object representing the parent node for the created collection.
Creates a new node with the specified settings and adds it to the collection.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
A value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the property.
An object representing the newly created node.
Creates a new node with the specified settings and adds it to the collection.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
A value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the property.
A value which identifies the window or frame to which to target URL content when the node is clicked. This value is assigned to the property.
An object representing the newly created node.
Creates a new node with the specified setting and adds it to the collection.
A value specifying the node's display text. This value is assigned to the property.
An object representing the newly created node.
Creates a new node with the default settings and adds it to the collection.
An object representing the newly created node.
Adds a specified node to the end of the collection.
A object representing a node to be added.
Creates a new node with the specified settings and adds it to the collection.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
An object representing the newly created node.
Creates a new node with the specified settings and adds it to the collection.
A value specifying the node's display text. This value is assigned to the property.
A value specifying the name which identifies the created node. This value is assigned to the property.
A value specifying the path to the node image. This value is assigned to the property.
An object representing the newly created node.
Adds a new node to the collection and allows you to customize this node in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns a node with the specified property value.
A value, that is the property value of the required node.
A object with a specific value of the property.
Returns a node object with the specified property value.
A value, that is the property value of the required node.
A object with a specific value of the property.
Gets a node by its visible index.
An integer value representing the visible index of the node to be returned.
A object which represents the required visible node.
Gets a node by its visible index.
An integer value representing the visible index of the node to be returned.
A object which represents the required visible node.
Inserts the specified node object into the collection at the specified index.
The zero-based index location where a specific node object should be inserted.
A object representing the node to insert into the collection.
Provides indexed access to individual nodes within the MVCxTreeViewNodeCollection.
An integer value specifying the zero-based index of the node to be accessed.
A object representing the node located at the specified index within the collection.
Removes a node object from the collection.
A object specifying the node to remove from the collection.
Contains ReportViewer specific settings.
Initializes a new instance of the ReportViewerSettings 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.
Provides access to the border settings of an element that is being currently selected in the Document Map.
A object.
This member supports the internal infrastructure and is not intended to be used directly from your code.
An value.
Gets an object that lists the client-side events specific to the ReportViewerSettings.
A object, which allows assigning handlers to the client-side events available for the ReportViewerSettings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
An object containing the Controller and Action names.
Provides access to a list of images used in ReportViewerSettings.
An descendant, containing a list of images with additional information.
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.
Gets a value indicating the 's paddings.
A object.
Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once.
true if the ReportViewerSettings displays only one report page at a time; otherwise, false.
Specifies whether client-side printing is maintained via the Adobe plug-in for Web browsers, or using the native functionality of the .
true to use the Adobe plug-in; otherwise false. The default is true.
Specifies the report instance which is associated with ReportViewerSettings.
An object.
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.
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.
An MVC extension object that implements the functionality necessary for rendering the in MVC.
Initializes a new instance of the ReportViewerExtension class with the specified settings.
A descendant.
Initializes a new instance of the ReportViewerExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Exports a document displayed by .
An object.
A object.
Exports a document displayed by the .
An object.
An HttpContextBase object that encapsulates all HTTP-specific information about an individual HTTP request.
A object.
Provides access to the ReportViewerExtension's settings.
A object.
Provides print settings for the TreeList.
Initializes a new instance of the MVCxTreeListPrintSettings class with default settings.
Contains settings that relate to the built-in Image Selector's file upload functionality.
Initializes a new instance of the MVCxHtmlEditorImageSelectorUploadSettings class with the specified owner.
An object that implements the interface.
Represents a collection of custom dialogs within the HtmlEditor.
Creates a new dialog with the specified settings and adds it to the collection.
A value that specifies the created custom dialog's name.
A value that specifies the created custom dialog's caption.
An object that is the newly created dialog.
Creates a new dialog with the default settings and adds it to the collection.
An object representing the newly created dialog.
Creates a new dialog with the specified settings and adds it to the collection.
A value that specifies the created custom dialog's name. This value is assigned to the property.
A value that specifies the created custom dialog's caption. This value is assigned to the property.
An object representing the newly created dialog.
Adds a new dialog to the collection and allows you to customize this dialog in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Provides indexed access to individual items within the MVCxHtmlEditorCustomDialogs.
An integer that specifies the index of the required item within the collection.
An MVCxHtmlEditorCustomDialog object which is the item at the specified index.
A collection of time rulers.
Initializes a new instance of the MVCxTimeRulerCollection class with default settings.
Adds the specified Timeruler to the collection of timerulers.
A instance to display in the view.
A object that is the newly added timeruler.
Adds a new Timeruler to the collection of timerulers and allows you to customize the timeruler in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Adds a new Timeruler to the collection of timerulers.
A object that is the newly created and added timeruler.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxChartControl class with default settings.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
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 a value indicating whether a callback sent by a DevExpress extension is currently being processed.
true if a DevExpress extension callback is being processed; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Contains Chart-specific settings.
Initializes a new instance of the ChartControlSettings class with default settings.
Gets or sets the alternate text displayed instead of the chart image, when this image is unavailable.
A value that specifies the alternate text displayed instead of the image.
Provides centralized access to all annotations that are present in the ChartControlSettings.
An object that stores the chart control's annotations.
Provides access to the annotations collection of the ChartControlSettings.
A object that is the chart's collection of annotations.
Gets or sets the name of the appearance which is currently being used to draw the chart's elements.
A value which is the appearance name.
Specifies whether or not the chart's data binding is automatically adjusted during the creation of a Pivot Chart.
true to automatically adjust the chart's binding settings; otherwise, false.
Specifies whether or not the chart's layout is automatically adjusted during the creation of a Pivot Chart.
true to automatically adjust the chart's layout settings; otherwise, false.
Gets or sets the chart control's background color.
A value which specifies the chart control's background color.
Gets the background image settings of the chart control.
A object which provides settings that specify the chart control's background image.
Gets or sets a value indicating the mode in which the chart's image is stored on the server.
A enumeration value indicating the storage mode.
Gets the chart control's border style.
A object which specifies the border style.
Occurs every time a chart control generates its series points from the underlying data source.
A BoundDataChangedEventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets an object that lists the client-side events specific to the ChartControlSettings.
A object which allows assigning handlers to the client-side events available to the ChartControlSettings.
Gets or sets a value that specifies the initial visibility state of a Chart on the client.
true to make a Chart initially displayed; false to render it on the web page, but make it initially hidden on the client.
Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart.
true to enable a crosshair cursor for a chart; otherwise, false.
Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
A object descendant which represents crosshair cursor options on a diagram.
Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the client method.
An object containing the Controller and Action names.
Fires when a round trip to the server has been initiated by a call to the client method.
A CustomCallbackEventHandler delegate method allowing you to implement custom processing.
Occurs before axis label items are drawn when the chart's contents are being drawn.
A CustomDrawAxisLabelEventHandler delegate method allowing you to implement custom processing.
Enables you to create a custom appearance for crosshair items.
A CustomDrawCrosshairEventHandler delegate method allowing you to implement custom processing.
Occurs before a series is drawn when the chart's contents are being drawn.
A CustomDrawSeriesEventHandler delegate method allowing you to implement custom processing.
Occurs before a series point is drawn when the chart's contents are being drawn.
A CustomDrawSeriesPointEventHandler delegate method allowing you to implement custom processing.
Occurs after automatic settings are applied to a chart's data source.
A CustomizeAutoBindingSettingsEventHandler delegate method allowing you to implement custom processing.
Occurs before automatic settings are applied to the legend's layout properties.
A CustomizeLegendEventHandler delegate method allowing you to implement custom processing.
Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
A CustomizeResolveOverlappingModeEventHandler delegate method allowing you to implement custom processing.
Occurs before automatic settings are applied to the Simple Diagram's layout properties.
A CustomizeSimpleDiagramLayoutEventHandler delegate method allowing you to implement custom processing.
Occurs after automatic layout settings are applied to the X-axis' labels.
A CustomizeXAxisLabelsEventHandler delegate method allowing you to implement custom processing.
Enables you to supply any server data that can then be parsed on the client.
A method to which custom processing is delegated.
Occurs after the chart has been drawn.
A CustomPaintEventHandler delegate method allowing you to implement custom processing.
Occurs when automatic values for the date-time measurement unit and date-time grid alignment are calculated.
A DateTimeMeasurementUnitsCalculatedEventHandler delegate method allowing you to implement custom processing.
Gets or sets the location of a detailed description of the chart.
A value specifying the URL for the file that contains a detailed description for the chart.
Gets the web chart control's diagram and provides access to its settings.
A class descendant that is the chart control's diagram.
Disposes the ChartControlSettings object.
Provides access to the settings of the text to be displayed in the chart, when it has no data to display.
A object that is the empty chart text options.
Gets or sets a value that specifies whether a specific animation effect is used when a Chart's content is updated via a callback.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether the extension to which this ChartControlSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Specifies whether it's allowed to perform conversions between screen coordinates and diagram coordinates on the client-side.
true if the coordinate conversions are allowed; otherwise, false.
Overrides the property to hide it.
Always true.
Overrides the property to hide it.
Always false.
Gets the chart control's background fill style.
A object which specifies the background fill style.
Gets or sets the height of the chart.
A value which is the control's height.
Specifies the palette that is used to paint all indicators existing in a chart control.
A value, specifying the palette name.
Gets the chart control's legend and provides access to its settings.
A object that is the chart control's legend.
Restores the chart's layout from the specified file.
A value which specifies the path to the file that contains the layout to be loaded.
Restores the chart's layout from the specified stream.
A descendant from which settings are read.
Gets or sets the delay before displaying the loading panel.
An Int32 value that specifies the interval from the time 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 specific loading panel while waiting for a callback response.
An 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 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.
Specifies the internal space between the chart's content (the diagram and legend) and its edge, in pixels.
A object, detailing the chart's inner indents, measured in pixels.
Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.
An integer value representing a 1-based color number.
Gets or sets the name of the palette currently used to draw the chart's elements.
A value which is the palette name.
Gets the palette repository of the chart.
A object which is the palette repository of the chart.
Provides access to the settings that determine the Chart's behavior after it has bridged with a Pivot Grid.
A object, storing the Pivot Chart settings.
Occurs after a chart has been bound to a Pivot Grid.
A PivotGridSeriesExcludedEventHandler delegate method allowing you to implement custom processing.
Occurs after a chart has been bound to a Pivot Grid.
A PivotGridSeriesPointsExcludedEventHandler delegate method allowing you to implement custom processing.
Gets or sets a value indicating if chart elements can be selected by end-users at runtime.
true if the selection is enabled; otherwise, false.
Gets or sets a value indicating whether a chart's view state should be saved between multiple callbacks.
true to state a chart's view state between callbacks; otherwise, false.
Saves the chart's layout to the specified file.
A value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.
Saves the chart's layout to the specified stream.
A descendant to which the chart's layout is written.
Provides access to the chart control's collection of series objects.
A object that is the collection of all series.
Gets or sets the name of the data field whose values are used to automatically generate and populate series.
A value that specifies the data field's name.
Gets the settings used to name data bound series.
A object that contains naming settings.
Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.
A enumeration value.
Gets the template settings for bound series.
A object that contains the template settings for bound series.
Gets or sets whether the loading panel should be displayed within the chart while waiting for a callback response.
true if a loading panel is allowed to be displayed within the ChartControlSettings; 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.
Gets the settings for the text to be displayed in the chart, when it's too small to fit the diagram.
A object, that is the small chart text options.
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Gets the collection of chart titles.
A object that is the collection of chart titles.
Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.
A object.
Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
true to enable a tooltip for a chart; otherwise, false.
Gets the tooltip settings allowing you to specify its position and appearance on a diagram.
A object descendant which represents tooltip options.
Gets or sets the width of the chart.
A value which is the control's width.
An extension object implementing the TreeView functionality.
Initializes a new instance of the TreeViewExtension class with the specified settings.
An object containing extension specific settings.
Initializes a new instance of the TreeViewExtension class with the specified settings and provides the context information about the view.
An object containing extension specific settings.
A object that is the view context.
Binds the TreeView to a data source.
An object representing the bound data source.
A object representing the TreeView.
Binds the TreeView to the sitemap file specified by its name.
A string specifying the file name.
An extension object.
Binds the TreeView to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
A string specifying the file name.
true if the starting node should be displayed; otherwise, false.
An extension object.
Allows creation of treelist nodes on demand (virtual mode).
A delegate method of the type that enables you to create a list of business objects that correspond to the child nodes owned by the processed node.
A TreeViewExtension object that is the TreeView.
Binds the TreeView to the XML file specified by its name.
A string specifying the file name.
An extension object.
Binds the TreeView to the XML file specified by its name and an XPath expression.
A string specifying the file name.
A string specifying the XPath expression.
An extension object.
Binds the TreeView to the XML file specified by its name, XPath expression and transformation file name.
A string specifying the file name.
A string specifying the XPath expression.
A string specifying the transformation file name.
An extension object.
A collection of zones disallowed from the collection owner panel.
Initializes a new instance of the MVCxForbiddenZoneCollection class with default settings.
Add a zone object with the specified zoneUID property value to the forbidden zone collection.
A string that is the zoneUID propery value of zone to add to the collection.
Returns a value indicating whether the collection contains a zone with the specified zoneUID property value.
A string that is the zoneUID property value of the zone to locate in the collection.
true if the specified zone belongs to the collection; otherwise, false.
Removes a zone with the specified zoneUID property value from the forbidden zone collection.
A string that is the zoneUID property value of zone to remove from the collection.
true if the specified item has been successfully removed from the collection; false if the specified item has not been found within the collection.
Contains TreeView specific settings.
Initializes a new instance of the TreeViewSettings class with default settings.
Gets or sets a value that specifies whether the nodes checking feature is available.
true if check boxes are available; otherwise, false.
Gets or sets a value specifying whether the node selection feature is available to end-users.
true if nodes can be selected; otherwise false.
Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
A EventHandler delegate method allowing you to implement custom processing.
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
An object containing the Controller and Action names.
Gets or sets whether recursive checking is enabled.
true to enable recursive checking; otherwise, false.
Enables you to save and restore the previously saved layout of the TreeView.
A ASPxClientLayoutHandler method to which custom processing is delegated.
Gets an object that lists the client-side events specific to the TreeViewSettings.
A object which allows assigning handlers to the client-side events available to the TreeViewSettings.
Gets or sets a value that specifies the initial visibility state of a TreeView on the client.
true to make a TreeView initially displayed; false to render it into the web page, but make it initially hidden on the client.
Provides access to the style settings declared at the root level of the TreeView's wrapped web control.
A object containing style settings.
Enables you to supply any server data that can then be parsed on the client.
A CustomJSPropertiesEventHandler method to which custom processing is delegated.
Allows you to perform custom actions before a TreeView is bound to a data source.
A EventHandler delegate method allowing you to implement custom processing.
Enables you to perform a custom action after the TreeView has been bound to its data source.
A EventHandler method to which custom processing is delegated.
Gets or sets a value specifying whether an animation effect is available to end-users when expanding/collapsing nodes.
true if a specific animation effect is used; otherwise, false.
Gets or sets a value that specifies whether the extension to which this TreeViewSettings object is passed can be manipulated on the client side via code.
true if an extension's client object model is fully available; false if no programmatic interface is available for the extension on the client side.
Gets or sets a value that specifies whether nodes can visually respond to mouse hovering.
true if nodes can be hot-tracked; otherwise, false.
Provides access to the settings that define images for various TreeView elements.
A object that contains image settings.
Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within nodes.
A string value that specifies the name of the required data source field.
Gets or sets the data source field which provides node unique identifier names.
A string value that specifies the name of the data source field which contains node unique identifier names.
Gets or sets the name of a data field (or an xml element's attribute) which provides node navigate URLs.
A string value that specifies the name of the required data source field.
Gets or sets the pattern used to format node navigate URLs.
A string value that represents the format pattern.
Enables you to perform custom actions after a node has been bound to a data source.
A TreeViewNodeEventHandler method to which implementation of custom processing is delegated.
Gets or sets the image position within the node.
An enumeration value which specifies the image's position within the node.
Gets or sets a value that specifies how nodes are represented as links within the TreeView.
One of the enumeration values.
Provides access to the root node child collection.
A object that represents the collection of child nodes owned by the root node.
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
One of the enumeration values.
Allows you to provide a template for rendering the content of all TreeView nodes.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the content of all TreeView nodes.
A string value specifying the template content.
Allows you to provide a template for rendering the text content of all TreeView nodes.
A method to which a template content rendering is delegated.
Allows you to provide a template for rendering the text content of all TreeView nodes.
A string value specifying the template content.
Provides access to the Loading Panel's settings.
A object that contains the loading panel's settings.
Gets or sets a value that specifies whether expand buttons are displayed within the TreeView.
true if expand buttons are displayed; otherwise, false.
Gets or sets whether tree lines are displayed within the ASPxTreeVew.
true to display tree lines; otherwise, false.
Provides access to the style settings that control the appearance of the extension's visual elements.
A object that provides style settings for view elements.
Gets or sets whether the node, whose navigation location points to the currently browsed web page, is automatically selected.
A enumeration value that specifies whether automatic synchronization of node selection with the path of the currently browsed page is enabled.
Gets or sets the window or frame to which to target the contents of the URL associated with TreeView nodes.
A string which identifies the window or frame to which to target the URL content.
Gets or sets the data source field that provides caption texts for nodes.
A string value that specifies the name of the required data source field.
Gets or sets the pattern used to format the hyperlink's caption text within the node.
A string value that represents the format pattern.
Gets or sets the name of a data field (or an xml element's attribute) which provides node tooltip texts.
A string value that specifies the name of the required data source field.
Enables creation of a list of business objects that correspond to the child nodes owned by the processed node (virtual mode).
A TreeViewVirtualModeCreateChildrenEventHandler method to which custom processing is delegated.
Provides detail customization options for GridViews.
Initializes a new instance of the MVCxGridViewDetailSettings class with default settings.
Copies the settings of the specified object to the current one.
A object whose settings are assigned to the current object.
Gets or sets the master GridView's name.
A string value specifying the master grid's name (its property value).
A band column used to combine other grid columns within its collection.
Initializes a new instance of the MVCxGridViewBandColumn class with default settings.
Initializes a new instance of the MVCxGridViewBandColumn class with the specified settings.
Provides access to a collection of columns that the current band column combines.
An MVCxGridViewColumnCollection object that is a collection of columns grouped by the current band.
Allows setting a template for displaying the header captions.
A string value specifying the template content.
Allows setting a template for displaying the header captions.
A method to which a template content rendering is delegated.
Allows setting a template for displaying band column headers.
A string value specifying the template content.
Allows setting a template for displaying band column headers.
A method to which a template content rendering is delegated.
Used internally to render the corresponding extension.
Initializes a new instance of the MVCxTreeView class with default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
For internal use only.
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 style settings that allow the appearance of the extension (and its visual elements) to be defined.
An object containing the extension-related style settings.
Represents a collection of groups within the NavBar.
Initializes a new instance of the MVCxNavBarGroupCollection class with default settings.
Adds a new group to the collection and specifies the group's display text, name, associated image and URL.
Adds a new group to the collection and specifies the group's display text, name, associated image and URL as well as the target of the URL content.
Adds a new group to the collection and specifies the group's display text, name and associated image.
Adds a new group to the end of the collection and returns the newly created object.
Adds the specified group to the collection.
Adds a new group to the collection and specifies the group's display text and name.
Adds a new group to the collection and specifies the group's display text.
Adds a new group to the collection and allows you to customize this group in a delegate method implementation.
A delegate method that accepts the created as a parameter.
Returns a group object with the specified property value.
Returns a group object with the specified property value.
Gets a group by its visible index.
Searches for the specified group object and returns the zero-based index of the first occurrence within the group collection.
Inserts the specified group object into the collection at the specified index.
Provides indexed access to individual groups within the MVCxNavBarGroupCollection.
Removes a group object from the group collection.