Mini Kabibi Habibi

Current Path : C:/Program Files (x86)/DevExpress/DXperience 13.1/Bin/Framework/
Upload File :
Current File : C:/Program Files (x86)/DevExpress/DXperience 13.1/Bin/Framework/DevExpress.Web.Mvc.v13.1.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.Web.Mvc.v13.1</name>
    </assembly>
    <members>
        <member name="T:DevExpress.Web.Mvc.MVCxCallbackPanel">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCallbackPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxCallbackPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCallbackPanel.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>  
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCallbackPanel.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCallbackPanel.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCallbackPanel.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCallbackPanel.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.CallbackPanelExtension">

            <summary>
                <para>Represents an extension object implementing the CallbackPanel functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CallbackPanelExtension.#ctor(DevExpress.Web.Mvc.CallbackPanelSettings)">
            <summary>
                <para>Initializes a new instance of the CallbackPanelExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CallbackPanelExtension.#ctor(DevExpress.Web.Mvc.CallbackPanelSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the CallbackPanelExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.CallbackPanelSettings">

            <summary>
                <para>Contains CallbackPanel specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CallbackPanelSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the CallbackPanelSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.Callback">
            <summary>
                <para>Allows you to perform custom actions when a round trip to the server has been initiated by a call to the client <see cref="M:DevExpress.Web.ASPxCallbackPanel.Scripts.ASPxClientCallbackPanel.PerformCallback"/> method.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCallbackEventHandlerBasetopic.htm">CallbackEventHandlerBase</A> delegate method implementing custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the CallbackPanelSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxCallback.CallbackClientSideEvents"/> object which allows assigning handlers to the client-side events available to the CallbackPanelSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a CallbackPanel on the client.
</para>
            </summary>
            <value><b>true</b> to make a CallbackPanel initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.EnableAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when a CallbackPanel's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.EnableCallbackAnimation">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.HideContentOnCallback">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> to hide the panel's content; <b>false</b> to preserve display of the panel content.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various CallbackPanel elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.ImagesBase"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.LoadingPanelDelay">
            <summary>
                <para>Gets or sets the delay before displaying the loading panel.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.Int32')">Int32</a> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a loading panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.LoadingPanelText">
            <summary>
                <para>Gets or sets the text displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A string value that specifies the panel's text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.CallbackPanelSettings.SetContent(System.Action)">
            <summary>
                <para>Allows you to custom render the panel content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CallbackPanelSettings.SetContent(System.String)">
            <summary>
                <para>Allows you to custom render the panel content.
</para>
            </summary>
            <param name="content">
		A string value representing the content. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether a specific Loading Panel can be displayed within the panel. 
</para>
            </summary>
            <value><b>true</b> if a Loading Panel is allowed to be displayed within the panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.ShowLoadingPanelImage">
            <summary>
                <para>Gets or sets whether the loading panel's image can be displayed.
</para>
            </summary>
            <value><b>true</b> if an image is allowed to be displayed within the loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxCallbackPanel.CallbackPanelStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewGroupInfo">

            <summary>
                <para>Contains information on a group.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewGroupInfo.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewGroupInfo class with default settings. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewGroupInfo.DataRowCount">
            <summary>
                <para>Gets or sets the number of data rows contained within a group.
</para>
            </summary>
            <value>An integer value specifying the number of data rows within a group.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewGroupInfo.FieldName">
            <summary>
                <para>Gets or sets the name of the data field against whose values the processed grouping operation is performed.
</para>
            </summary>
            <value>A string value that is the name of the processed data field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewGroupInfo.KeyValue">
            <summary>
                <para>Gets or sets the key value of the processed group row.
</para>
            </summary>
            <value>An object specifying a group row's key value (that is the value of a data field specified by the <see cref="P:DevExpress.Web.Mvc.GridViewGroupInfo.FieldName"/> that uniquely identifies the group row).
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.LoadingPanelExtension">

            <summary>
                <para>Represents an extension object implementing the LoadingPanel functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.LoadingPanelExtension.#ctor(DevExpress.Web.Mvc.LoadingPanelSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the LoadingPanelExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.LoadingPanelExtension.#ctor(DevExpress.Web.Mvc.LoadingPanelSettings)">
            <summary>
                <para>Initializes a new instance of the LoadingPanelExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.UploadControlSettings">

            <summary>
                <para>Contains UploadControl specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the UploadControlSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddButton">
            <summary>
                <para>Gets the settings of the <b>Add</b> button.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.AddButtonProperties"/> object that represents the <b>add button's</b> properties.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddUploadButtonsHorizontalPosition">
            <summary>
                <para>Gets or sets the horizontal alignment of the <b>Add</b> and <b>Upload</b> buttons within the add and upload buttons area.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxUploadControl.AddUploadButtonsHorizontalPosition"/> enumeration values. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddUploadButtonsSpacing">
            <summary>
                <para>Gets or sets the vertical spacing between the <b>add and upload buttons</b> area and both the <b>file input</b> and the <b>remove buttons</b> areas.
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.AdvancedModeSettings">
            <summary>
                <para>Gets the Advanced Upload Mode settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxUploadControlUploadAdvancedModeSettingstopic.htm">UploadAdvancedModeSettings</A> object that contains the Advanced Mode settings. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.BrowseButton">
            <summary>
                <para>Gets the settings of the Browse Button button.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxUploadControlBrowseButtonPropertiestopic.htm">BrowseButtonProperties</A> object that specifies the <b>Browse</b> button's properties. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ButtonSpacing">
            <summary>
                <para>Gets or sets the horizontal spacing between the <b>Add</b> and the <b>Upload</b> buttons.
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.CancelButton">
            <summary>
                <para>Gets the settings of the <b>Cancel</b> button. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.CancelButtonProperties"/> object that contains the <b>cancel button's</b> properties.  
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.CancelButtonHorizontalPosition">
            <summary>
                <para>Gets or sets the horizontal alignment of the <b>?ancel</b> button within the <b>progress panel</b>.
 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxUploadControl.CancelButtonHorizontalPosition"/> enumeration values. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.CancelButtonSpacing">
            <summary>
                <para>Gets or sets the vertical spacing between the <b>progress bar</b> and the <b>Cancel</b> button.
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ClearFileSelectionImage">
            <summary>
                <para>Gets the settings of an image displayed within the Clear file selection button.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesImagePropertiesExtopic.htm">ImagePropertiesEx</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the UploadControlSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.UploadControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the UploadControlSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of an UploadControl on the client.
</para>
            </summary>
            <value><b>true</b> to make an UploadControl initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the UploadControl's wrapped web control.
 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.FileInputCount">
            <summary>
                <para>Gets or sets the number of file input elements contained within an UploadControl. 
</para>
            </summary>
            <value>An integer value that represents the total number of file input elements. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.FileInputSpacing">
            <summary>
                <para>Gets or sets the vertical spacing between the file input elements. 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.NullText">
            <summary>
                <para>Gets or sets the prompt text displayed within the UploadControl's text box when no file is selected.
</para>
            </summary>
            <value>A string value that specifies the prompt text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ProgressBarSettings">
            <summary>
                <para>Gets the progress bar's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxProgressBar.ProgressBarSettings"/> object that contains progress bar settings.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.RemoveButton">
            <summary>
                <para>Gets the settings of the <b>Remove</b> button. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.RemoveButtonProperties"/> object that specifies the <b>Remove</b> button's properties. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.RemoveButtonSpacing">
            <summary>
                <para>Gets or sets the horizontal spacing between the file input area and the <b>Remove</b> button area.
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the spacing value. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowAddRemoveButtons">
            <summary>
                <para>Gets or sets a value the specifies whether the Add and Remove buttons are displayed within the UploadControl. 
</para>
            </summary>
            <value><b>true</b>, if the buttons are visible, otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowClearFileSelectionButton">
            <summary>
                <para>Gets or sets a value specifying whether the Clear file selection button is displayed.
</para>
            </summary>
            <value><b>true</b> if the button is displayed, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowProgressPanel">
            <summary>
                <para>Gets or sets a value that specifies whether the progress panel is displayed within the UploadControl. 
</para>
            </summary>
            <value><b>true</b>, if the progress panel is visible, otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowUploadButton">
            <summary>
                <para>Gets or sets a value the specifies whether the <b>Upload</b> button is displayed within the Add and Upload button area. 
</para>
            </summary>
            <value><b>true</b>, if the button is visible, otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.Size">
            <summary>
                <para>Gets or sets the width of the UploadControl's edit box. 
</para>
            </summary>
            <value>An integer value which specifies the width of a file input editor. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.UploadControlStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.UploadButton">
            <summary>
                <para>Gets the settings of the <b>Upload</b> button. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.UploadButtonProperties"/> object that represents the <b>Upload</b> button's properties.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.UploadMode">
            <summary>
                <para>Specifies the control's upload mode.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxUploadControl.UploadControlUploadMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UploadControlSettings.ValidationSettings">
            <summary>
                <para>Gets the UploadControl's validation settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains validation settings. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.UploadControlExtension">

            <summary>
                <para>An extension object implementing the UploadControl functionality.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.#ctor(DevExpress.Web.Mvc.UploadControlSettings)">
            <summary>
                <para>Initializes a new instance of the UploadControlExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.#ctor(DevExpress.Web.Mvc.UploadControlSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the UploadControlExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.String[]@)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains settings that relate to uploaded file validation.


            </param>
            <param name="errorTexts">
		An array of strings specifying error explanation texts specific to the uploaded files.


            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains settings that relate to the uploaded file validation.


            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.String[]@,System.EventHandler`1)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains settings that relate to the uploaded file validation.


            </param>
            <param name="errorTexts">
		An array of strings specifying error explanation texts specific to the uploaded files.


            </param>
            <param name="fileUploadCompleteDelegate">
		A delegate method that implements custom validation of an uploaded file.

            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.EventHandler`1)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains settings that relate to the uploaded file validation.


            </param>
            <param name="fileUploadCompleteDelegate">
		A delegate method that implements custom validation of an uploaded file.

            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.String[]@,System.EventHandler`1,System.EventHandler`1)">
            <summary>
                <para>Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
</para>
            </summary>
            <param name="name">
		A string value specifying the UploadControl's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object that contains settings that relate to the uploaded file validation.

            </param>
            <param name="errorTexts">
		An array of strings specifying error explanation texts specific to the uploaded files.

            </param>
            <param name="fileUploadCompleteDelegate">
		A delegate method that implements custom validation of an uploaded file.

            </param>
            <param name="filesUploadCompleteDelegate">
		A delegate method that implements custom validation of all uploaded files.

            </param>
            <returns>An array of <see cref="T:DevExpress.Web.ASPxUploadControl.UploadedFile"/> objects associated with file input elements. 
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.TimeEditSettings">

            <summary>
                <para>Contains TimeEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TimeEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeEditSettings.DateTime">
            <summary>
                <para>Gets or sets the date and time displayed by the editor.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> object representing the date and time.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TimeEditExtension">

            <summary>
                <para>Represents an extension object implementing the TimeEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditExtension.#ctor(DevExpress.Web.Mvc.TimeEditSettings)">
            <summary>
                <para>Initializes a new instance of the TimeEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditExtension.#ctor(DevExpress.Web.Mvc.TimeEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TimeEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TimeEditExtension.#ctor(DevExpress.Web.Mvc.TimeEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the TimeEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.TextBoxSettings">

            <summary>
                <para>Contains TextBox specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TextBoxSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TextBoxSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.AutoCompleteType">
            <summary>
                <para>Gets or sets a value that indicates the editor's AutoComplete behavior.
</para>
            </summary>
            <value>One of the <see cref="T:System.Web.UI.WebControls.AutoCompleteType"/> enumeration values, indicating the AutoComplete behavior for the editor. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TextBoxSettings.Text">
            <summary>
                <para>Gets or sets the text displayed within the editor.
</para>
            </summary>
            <value>A string value representing the text within the editor.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TextBoxExtension">

            <summary>
                <para>Represents an extension object implementing the TextBox functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TextBoxExtension.#ctor(DevExpress.Web.Mvc.TextBoxSettings)">
            <summary>
                <para>Initializes a new instance of the TextBoxExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TextBoxExtension.#ctor(DevExpress.Web.Mvc.TextBoxSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TextBoxExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TextBoxExtension.#ctor(DevExpress.Web.Mvc.TextBoxSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the TextBoxExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.SplitterSettings">

            <summary>
                <para>Contains Splitter specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SplitterSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the SplitterSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.AllowResize">
            <summary>
                <para>Gets or sets a value that specifies whether the Splitter's panes can be resized by end-users on the client side.
</para>
            </summary>
            <value><b>true</b> if resizing splitter panes is allowed; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of the Splitter.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the SplitterSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxSplitter.SplitterClientSideEvents"/> object which allows assigning handlers to the client-side events available to the SplitterSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a Splitter on the client.
</para>
            </summary>
            <value><b>true</b> to make a Splitter initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the Splitter's wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxSplitter.SplitterStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.FullscreenMode">
            <summary>
                <para>Gets or sets whether the Splitter is used in a full-screen mode.
</para>
            </summary>
            <value><b>true</b> to enable full-screen mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various Splitter elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxSplitterSplitterImagestopic.htm">SplitterImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.Orientation">
            <summary>
                <para>Gets or sets the direction in which to render the panes within the Splitter. 
</para>
            </summary>
            <value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.PaneMinSize">
            <summary>
                <para>Gets or sets the minimum size of panes within the Splitter.
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that defines the minimum size of panes (either width or height, depending upon the pane orientation).
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.Panes">
            <summary>
                <para>Gets a collection that contains the pane of the Splitter's root level. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPaneCollection"/> that contains the root level panes of the Splitter. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ResizingMode">
            <summary>
                <para>Gets or sets a value that specifies how panes visually respond to resizing operations. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.ResizingMode"/> enumeration value that specifies when the pane being resized should be redrawn.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.SaveStateToCookies">
            <summary>
                <para>Gets or sets a value that specifies whether cookies are used to persist the visibility state and position of the Splitter's panes.
</para>
            </summary>
            <value><b>true</b> if the pane's position is persisted in cookies; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the Splitter's state is persisted.
</para>
            </summary>
            <value>A string value specifying a cookie's name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.SeparatorSize">
            <summary>
                <para>Gets or sets the size of separators within the Splitter.
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that represents the size.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.SeparatorVisible">
            <summary>
                <para>Gets or sets a value specifying the visibility of separators within the Splitter.
</para>
            </summary>
            <value><b>true</b> if separators should be displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ShowCollapseBackwardButton">
            <summary>
                <para>Gets or sets a value that specifies whether the collapse backward button is displayed within the Splitter's separators.
</para>
            </summary>
            <value><b>true</b> if collapse backward buttons are displayed within separators; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ShowCollapseForwardButton">
            <summary>
                <para>Gets or sets a value that specifies whether the collapse forward button is displayed within the splitter's separators.
</para>
            </summary>
            <value><b>true</b> if collapse forward buttons are displayed; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.ShowSeparatorImage">
            <summary>
                <para>Gets or sets a value that specifies whether the separator image is displayed within the splitter's separators.
</para>
            </summary>
            <value><b>true</b> if separator images are displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SplitterSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxSplitter.SplitterStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.SplitterExtension">

            <summary>
                <para>Represents an extension object implementing the Splitter functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SplitterExtension.#ctor(DevExpress.Web.Mvc.SplitterSettings)">
            <summary>
                <para>Initializes a new instance of the SplitterExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SplitterExtension.#ctor(DevExpress.Web.Mvc.SplitterSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the SplitterExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.SpinEditSettings">

            <summary>
                <para>Contains SpinEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the SpinEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.SpinEditSettings.Number">
            <summary>
                <para>Gets or sets the decimal representation of the spin editor's value.
</para>
            </summary>
            <value>A decimal value representing the spin editor's value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SpinEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SpinEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SpinEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.SpinEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.SpinEditExtension">

            <summary>
                <para>Represents an extension object implementing the SpinEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditExtension.#ctor(DevExpress.Web.Mvc.SpinEditSettings)">
            <summary>
                <para>Initializes a new instance of the SpinEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditExtension.#ctor(DevExpress.Web.Mvc.SpinEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the SpinEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SpinEditExtension.#ctor(DevExpress.Web.Mvc.SpinEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the SpinEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.RadioButtonSettings">

            <summary>
                <para>Contains RadioButton specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the RadioButtonSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.Checked">
            <summary>
                <para>Gets or sets a value that specifies whether the radio button editor is checked.
</para>
            </summary>
            <value><b>true</b> if the radio button is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.GroupName">
            <summary>
                <para>Gets or sets the name of the group to which the radio button belongs. 
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the name of the group to which the radio button belongs. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.Native">
            <summary>
                <para>Gets or sets a value specifying whether a RadioButton is rendered using a native <a href="http://msdn.microsoft.com/en-us/library/ms535838(VS.85).aspx">HTML radio button element</a>.
</para>
            </summary>
            <value><b>true</b> if a RadioButton should be rendered using standard HTML elements; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonSettings.Text">
            <summary>
                <para>Gets or sets the text label associated with the radio button editor.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which is the text label of the radio button editor.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.RadioButtonListSettings">

            <summary>
                <para>Contains RadioButtonList specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the RadioButtonListSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.Native">
            <summary>
                <para>Gets or sets a value specifying whether a radio button list is rendered using native <a href="http://msdn.microsoft.com/en-us/library/ms535838(VS.85).aspx">HTML radio button elements</a>.
</para>
            </summary>
            <value><b>true</b> if a radio button list should be rendered using standard HTML elements; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.SelectedIndex">
            <summary>
                <para>Gets or sets the selected list item's index.
</para>
            </summary>
            <value>An integer value, representing the zero-based index of the selected list item. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.RadioButtonListExtension">

            <summary>
                <para>Represents an extension object implementing the RadioButtonList functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.#ctor(DevExpress.Web.Mvc.RadioButtonListSettings)">
            <summary>
                <para>Initializes a new instance of the RadioButtonListExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.#ctor(DevExpress.Web.Mvc.RadioButtonListSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the RadioButtonListExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.#ctor(DevExpress.Web.Mvc.RadioButtonListSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the RadioButtonListExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.BindList(System.Object)">
            <summary>
                <para>Binds an item list to the RadioButtonList.
</para>
            </summary>
            <param name="dataObject">
		An object that is the bound data source.


            </param>
            <returns>A <A HREF="clsDevExpressWebMvcRadioButtonListExtensiontopic.htm">RadioButtonListExtension</A> object that is the RadioButtonList.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the RadioButtonList to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the RadioButtonList to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonListExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the RadioButtonList to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.RadioButtonExtension">

            <summary>
                <para>Represents an extension object implementing the RadioButton functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonExtension.#ctor(DevExpress.Web.Mvc.RadioButtonSettings)">
            <summary>
                <para>Initializes a new instance of the RadioButtonExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonExtension.#ctor(DevExpress.Web.Mvc.RadioButtonSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the RadioButtonExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RadioButtonExtension.#ctor(DevExpress.Web.Mvc.RadioButtonSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the RadioButtonExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ProgressBarSettings">

            <summary>
                <para>Contains ProgressBar specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ProgressBarSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ProgressBarSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ProgressBarSettings.Position">
            <summary>
                <para>Gets or sets the current progress bar indicator position.
</para>
            </summary>
            <value>An integer value representing the position.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ProgressBarSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ProgressBarSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ProgressBarExtension">

            <summary>
                <para>Represents an extension object implementing the ProgressBar functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ProgressBarExtension.#ctor(DevExpress.Web.Mvc.ProgressBarSettings)">
            <summary>
                <para>Initializes a new instance of the ProgressBarExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ProgressBarExtension.#ctor(DevExpress.Web.Mvc.ProgressBarSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ProgressBarExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ProgressBarExtension.#ctor(DevExpress.Web.Mvc.ProgressBarSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ProgressBarExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupControlSettings">

            <summary>
                <para>Contains PopupControl specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the PopupControlSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.AppearAfter">
            <summary>
                <para>Gets or sets the delay in displaying the PopupControl's popup window.
</para>
            </summary>
            <value>An integer value that specifies the time interval, in milliseconds, after which a popup window is displayed.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.AutoUpdatePosition">
            <summary>
                <para>Gets or sets the value that specifies whether the default popup window's position is updated automatically, when required. 
</para>
            </summary>
            <value><b>true</b> if the popup window's position is updated automatically; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of the PopupControl.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the PopupControlSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPopupControl.PopupControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the PopupControlSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.CloseAction">
            <summary>
                <para>Gets or sets a value that specifies which action forces a displayed popup window to close.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.CloseAction"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a PopupControl is bound to a data source.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the PopupControl has been bound to its data source. 

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.DisappearAfter">
            <summary>
                <para>Gets or sets the delay in hiding the PopupControl's popup window.
</para>
            </summary>
            <value>An integer value that specifies the time interval, in milliseconds, after which a popup window hides.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.LoadContentViaCallback">
            <summary>
                <para>Gets or sets a value specifying the content loading mode for the PopupControl.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxPopupControl.LoadContentViaCallback"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.Modal">
            <summary>
                <para>Gets or sets whether the default popup window is modal.
</para>
            </summary>
            <value><b>true</b> if the default popup window is modal; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupAction">
            <summary>
                <para>Gets or sets a value that specifies which action forces a popup window to appear.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.PopupAction"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupAlignCorrection">
            <summary>
                <para>Provides the capability to disable the automatic correction of a popup window position.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupAlignCorrectionEnumtopic.htm">PopupAlignCorrection</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupElementID">
            <summary>
                <para>Gets or sets the ID of a web control or HTML element with which the default popup window is associated.
</para>
            </summary>
            <value>A string value specifying the ID of the web control or HTML element which the default popup window is associated with.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupHorizontalAlign">
            <summary>
                <para>Gets or sets a popup window's horizontal alignment.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupHorizontalAlignEnumtopic.htm">PopupHorizontalAlign</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupHorizontalOffset">
            <summary>
                <para>Gets or sets a popup window's horizontal offset.
</para>
            </summary>
            <value>An integer value that specifies a popup window's horizontal offset.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupVerticalAlign">
            <summary>
                <para>Gets or sets a popup window's vertical alignment.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupVerticalAlignEnumtopic.htm">PopupVerticalAlign</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupVerticalOffset">
            <summary>
                <para>Gets or sets a popup window's vertical offset.
</para>
            </summary>
            <value>An integer value that specifies a popup window's vertical offset.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowContentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all popup windows.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowContentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all popup windows.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowFooterTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the footer content of all popup windows.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowFooterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the footer content of all popup windows.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header content of all popup windows.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header content of all popup windows.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.ShowPageScrollbarWhenModal">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if a browser's scroll bars are available; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.WindowDataBound">
            <summary>
                <para>Enables you to customize settings of a popup window after it has been bound to a data source.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPopupControlPopupWindowEventHandlertopic.htm">PopupWindowEventHandler</A> method to which custom processing implementation is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettings.Windows">
            <summary>
                <para>Gets the collection of windows in the PopupControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindowCollection"/> object which represents the collection of popup windows.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupControlExtension">

            <summary>
                <para>An extension object implementing the PopupControl functionality.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.#ctor(DevExpress.Web.Mvc.PopupControlSettings)">
            <summary>
                <para>Initializes a new instance of the PopupControlExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.#ctor(DevExpress.Web.Mvc.PopupControlSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PopupControlExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.Bind(System.Object)">
            <summary>
                <para>Binds the PopupControl to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PopupControlExtension"/> object representing the PopupControl.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the PopupControl to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the PopupControl to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the PopupControl to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the PopupControl to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the PopupControl to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxValidationEditProperties">

            <summary>
                <para>For internal use only.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxValidationEditProperties.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxValidationEditProperties class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxValidationEdit">

            <summary>
                <para>For internal use only.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxValidationEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxValidationEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxUploadControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxUploadControl.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxUploadControl class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxUploadControl.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxUploadControl.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxUploadControl.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTimeEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTimeEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTimeEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTimeEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTextBox">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTextBox.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTextBox class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTextBox.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTextBox.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTextBox.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTextBox.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSplitterPaneCollection">

            <summary>
                <para>Represents a collection of panes within the Splitter. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.#ctor(DevExpress.Web.ASPxSplitter.SplitterPane)">
            <summary>
                <para>Initializes a new instance of the MVCxSplitterPaneCollection class with the specified owner.
</para>
            </summary>
            <param name="owner">
		A <see cref="T:DevExpress.Web.ASPxSplitter.SplitterPane"/> object representing the parent pane for the created collection.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSplitterPaneCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Add(DevExpress.Web.Mvc.MVCxSplitterPane)">
            <summary>
                <para>Adds a specified pane to the end of the collection. 
</para>
            </summary>
            <param name="pane">
		An <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing a pane to be added. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Add(System.String)">
            <summary>
                <para>Creates a new pane with the specified setting and adds it to the collection.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the name of the created pane. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSplitter.SplitterPane.Name"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing the newly created pane.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Add">
            <summary>
                <para>Creates a new pane with the default setting and adds it to the collection.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing the newly created pane.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new pane to the collection and allows you to customize this pane in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.FindByName(System.String)">
            <summary>
                <para>Returns a pane object with the specified <see cref="P:DevExpress.Web.ASPxSplitter.SplitterPane.Name"/> property value.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.ASPxSplitter.SplitterPane.Name"/> property value of the required pane.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxSplitter.SplitterPane.Name"/> property.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.GetVisiblePane(System.Int32)">
            <summary>
                <para>Gets a pane by its visible index.
</para>
            </summary>
            <param name="index">
		An integer value representing the visible index of the pane to be returned.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object which represents the required visible pane.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.IndexOf(DevExpress.Web.Mvc.MVCxSplitterPane)">
            <summary>
                <para>Searches for the specified pane object and returns the zero-based index of the first occurrence within the collection.
</para>
            </summary>
            <param name="pane">
		A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing the pane to locate in the collection.

            </param>
            <returns>The zero-based index of the first occurrence of the specified pane within the collection, if found; otherwise, it returns negative one (<b>-1</b>).
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxSplitterPane)">
            <summary>
                <para>Inserts the specified pane object into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		The zero-based index location where a specific pane object should be inserted. 

            </param>
            <param name="pane">
		A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing the pane to insert into the collection. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual panes within the MVCxSplitterPaneCollection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the pane to be accessed.

            </param>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object representing the pane located at the specified index within the collection.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.Remove(DevExpress.Web.Mvc.MVCxSplitterPane)">
            <summary>
                <para>Removes a pane object from the collection.
</para>
            </summary>
            <param name="pane">
		A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPane"/> object specifying the pane to remove from the collection. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSplitterPane">

            <summary>
                <para>Represents an individual pane within the Splitter. 


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPane.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSplitterPane class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPane.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxSplitterPane class with the specified name.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the name of the created pane. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSplitter.SplitterPane.Name"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSplitterPane.Controls">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSplitterPane.Panes">
            <summary>
                <para>Gets a collection that contains the pane of the splitter's root level. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPaneCollection"/> that contains the root level panes of the current splitter control. 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPane.SetContent(System.Action)">
            <summary>
                <para>Allows you to custom render the splitter pane content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitterPane.SetContent(System.String)">
            <summary>
                <para>Allows you to custom render the splitter pane content.
</para>
            </summary>
            <param name="content">
		A string value representing the content. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSplitter">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitter.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSplitter class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSplitter.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSplitter.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSplitter.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSpinEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSpinEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSpinEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSpinEdit.IsClientSideAPIEnabled">
            <summary>
                <para>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.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSpinEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpinEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSpinEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpinEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxRadioButton">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButton.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxRadioButton class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButton.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRadioButton.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButton.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRadioButton.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxProgressBar">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxProgressBar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxProgressBar class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxProgressBar.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxProgressBar.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPopupWindowCollection">

            <summary>
                <para>Represents a collection of popup windows within the PopupControl. 


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindowCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Creates a new popup window with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>
            <param name="headerText">
		A <see cref="T:System.String"/> value specifying the popup window's header text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.HeaderText"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the newly created popup window.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Creates a new popup window with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>
            <param name="headerText">
		A <see cref="T:System.String"/> value specifying the popup window's header text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.HeaderText"/> property.

            </param>
            <param name="footerText">
		A <see cref="T:System.String"/> value specifying the popup window's footer text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.FooterText"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the newly created popup window.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add">
            <summary>
                <para>Creates a new popup window with the default settings and adds it to the collection.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the newly created popup window.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(DevExpress.Web.Mvc.MVCxPopupWindow)">
            <summary>
                <para>Adds a specified popup window to the end of the collection. 
</para>
            </summary>
            <param name="window">
		An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing an popup window to be added. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(System.String,System.String)">
            <summary>
                <para>Creates a new popup window with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the newly created popup window.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(System.String)">
            <summary>
                <para>Creates a new popup window with the specified setting and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the newly created popup window.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new popup window to the collection and allows you to customize this window in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.FindByName(System.String)">
            <summary>
                <para>Returns a popup window object with the specified <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property value.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property value of the required popup window.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.GetVisibleWindow(System.Int32)">
            <summary>
                <para>Gets a window by its visible index.
 
</para>
            </summary>
            <param name="index">
		An integer value representing the visible index of the window to be returned. 


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object which represents the required visible window. 

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.IndexOf(DevExpress.Web.Mvc.MVCxPopupWindow)">
            <summary>
                <para>Searches for the specified popup window object and returns the zero-based index of the first occurrence within the collection.
</para>
            </summary>
            <param name="window">
		A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the popup window to locate in the collection.

            </param>
            <returns>The zero-based index of the first occurrence of the specified popup window within the collection, if found; otherwise, it returns negative one (<b>-1</b>).
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxPopupWindow)">
            <summary>
                <para>Inserts the specified popup window object into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		The zero-based index location where a specific popup window object should be inserted. 

            </param>
            <param name="window">
		A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the popup window to insert into the collection. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual popup windows within the current collection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the popup window to be accessed.

            </param>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object representing the popup window located at the specified index within the collection.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindowCollection.Remove(DevExpress.Web.Mvc.MVCxPopupWindow)">
            <summary>
                <para>Removes a popup window object from the collection.
</para>
            </summary>
            <param name="window">
		A <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> object specifying the popup window to remove from the collection. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPopupWindow">

            <summary>
                <para>Represents an individual popup window within PopupControl. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindow class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>
            <param name="headerText">
		A <see cref="T:System.String"/> value specifying the popup window's header text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.HeaderText"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindow class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindow class with the specified text.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindow class with the specified settings. 
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the popup window's content text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.Name"/> property.

            </param>
            <param name="headerText">
		A <see cref="T:System.String"/> value specifying the popup window's header text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.HeaderText"/> property.

            </param>
            <param name="footerText">
		A <see cref="T:System.String"/> value specifying the popup window's footer text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupWindow.FooterText"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPopupWindow class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupWindow.Controls">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetContent(System.String)">
            <summary>
                <para>Allows you to custom render the popup window content.
</para>
            </summary>
            <param name="content">
		A string value representing the content. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetContent(System.Action)">
            <summary>
                <para>Allows you to custom render the popup window content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetContentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetContentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetFooterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window footer's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetFooterTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window footer's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window header's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window header's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPopupControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupControl.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupControl.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupControl.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupControl.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupControl.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxMemo">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMemo.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxMemo class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMemo.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMemo.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMemo.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMemo.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxListBox">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxListBox.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxListBox class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxListBox.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxListBox.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxListBox.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxListBox.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxListBox.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxListBox.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxLabel">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxLabel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxLabel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxLabel.ClientID">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxLabel.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxLabel.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxLabel.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxImage">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxImage class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImage.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxImage.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHyperLink">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHyperLink.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHyperLink class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHyperLink.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHyperLink.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings">

            <summary>
                <para>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). 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.#ctor(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified settings.
</para>
            </summary>
            <param name="associatedSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings"/> object containing the related settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.Assign(DevExpress.Web.ASPxClasses.PropertiesBase)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.UploadCallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploading.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditor">

            <summary>
                <para>Used internally to render the corresponding extension.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditor.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditor class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>  
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.CustomDataActionRouteValues">
            <summary>
                <para>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 <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientHtmlEditor.PerformDataCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.ExportRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
 
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditor.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsDocumentSelector">
            <summary>
                <para>Provides access to settings that are related to the Document Selector dialog.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorDocumentSelectorSettingstopic.htm">MVCxHtmlEditorDocumentSelectorSettings</A> object that contains the Document Selector dialog's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsImageSelector">
            <summary>
                <para>Provides access to settings that are related to the Select Image dialog.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorImageSelectorSettingstopic.htm">MVCxHtmlEditorImageSelectorSettings</A> object that contains the Image Selector dialog's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsImageUpload">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewExportSettings">

            <summary>
                <para>Contains the export settings to be applied when the GridView's data is exported. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewExportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewExportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.BeforeExport">
            <summary>
                <para>Enables you to perform custom actions before the grid content is exported.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.BottomMargin">
            <summary>
                <para>Gets or sets the target document's bottom margin.
</para>
            </summary>
            <value>An integer value that specifies the target document's bottom margin, in hundredths of an inch.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.DetailHorizontalOffset">
            <summary>
                <para>Gets or sets the detail row's horizontal offset.
</para>
            </summary>
            <value>An integer value that specifies the horizontal offset.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.DetailVerticalOffset">
            <summary>
                <para>Gets or sets the detail row's vertical offset.
</para>
            </summary>
            <value>An integer value that specifies the vertical offset.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ExportedRowType">
            <summary>
                <para>Gets or sets which rows should be exported.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.Export.GridViewExportedRowType"/> enumeration value that specifies which rows should be exported.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ExportEmptyDetailGrid">
            <summary>
                <para>Gets or sets a value indicating whether it's necessary to export a detail grid, when it is empty.
</para>
            </summary>
            <value><b>true</b> to export a detail grid, when it is empty; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.FileName">
            <summary>
                <para>Gets or sets the file name to which the grid's data is exported.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the target file name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.Landscape">
            <summary>
                <para>Gets or sets whether data is exported to PDF in Landscape.
</para>
            </summary>
            <value><b>true</b> to export data in Landscape; <b>false</b> to export data in Portrait.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.LeftMargin">
            <summary>
                <para>Gets or sets the target document's left margin.
</para>
            </summary>
            <value>An integer value that specifies the target document's left margin, in hundredths of an inch.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.MaxColumnWidth">
            <summary>
                <para>Gets or sets the column's maximum width.
</para>
            </summary>
            <value>An integer value that specifies the column's maximum width, in pixels.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PageFooter">
            <summary>
                <para>Gets the page footer's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.Export.GridViewExporterHeaderFooter"/> object that contains the page footer's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PageHeader">
            <summary>
                <para>Gets the page header's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.Export.GridViewExporterHeaderFooter"/> object that contains the page header's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PaperKind">
            <summary>
                <para>Gets or sets the type of paper for the exported report.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PaperName">
            <summary>
                <para>Gets or sets the name of the custom paper which is used for export purposes.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the name of the paper.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PreserveGroupRowStates">
            <summary>
                <para>Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView's data is exported.
</para>
            </summary>
            <value><b>true</b> to preserve the expanded state of group rows when the GridView's data is exported; <b>false</b> to expand all group rows.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PrintSelectCheckBox">
            <summary>
                <para>Gets or sets whether check boxes (or radio buttons) used to select/deselect data rows, are printed.
</para>
            </summary>
            <value><b>true</b> to print check boxes (or radio buttons) used to select/deselect data rows; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.RenderBrick">
            <summary>
                <para>Enables rendering of different content from the default export.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewExportASPxGridViewExportRenderingEventHandlertopic.htm">ASPxGridViewExportRenderingEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ReportFooter">
            <summary>
                <para>Gets or sets the text displayed within a report's footer.
</para>
            </summary>
            <value>A string value that specifies the text displayed within the report's footer.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ReportHeader">
            <summary>
                <para>Gets or sets the text displayed within a report's header.
</para>
            </summary>
            <value>A string value that specifies the text displayed within the report's header.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.RightMargin">
            <summary>
                <para>Gets or sets the target document's right margin.
</para>
            </summary>
            <value>An integer value that specifies the target document's right margin, in hundredths of an inch. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements for printing purposes.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.Export.GridViewExportStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.TopMargin">
            <summary>
                <para>Gets or sets the target document's top margin.
</para>
            </summary>
            <value>An integer value that specifies the target document's top margin, in hundredths of an inch.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewExporter">

            <summary>
                <para>For internal use only.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewExporter.#ctor(DevExpress.Web.Mvc.MVCxGridView)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewExporter class, specifying the corresponding GridView object.
</para>
            </summary>
            <param name="gridView">
		A <see cref="T:DevExpress.Web.Mvc.MVCxGridView"/> object representing the GridView whose content should be exported.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewExporter.GridView">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewCommandColumn">

            <summary>
                <para>Represents a command column within a GridView. 


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewCommandColumn class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetFooterTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the column footer's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetFooterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the column footer's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render the column header's caption.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provides a template to render the column header's caption.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the column header's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the column header's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.Visible">
            <summary>
                <para>Gets or sets a value that specifies whether the column is visible. 
</para>
            </summary>
            <value><b>true</b> to show the column; otherwise, <b>false</b>.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.VisibleIndex">
            <summary>
                <para>Gets or sets the column's position among the visible columns within the GridView. 
</para>
            </summary>
            <value>An integer value that specifies the column's position among the visible columns.  
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDropDownEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDropDownEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDropDownEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDropDownEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDropDownEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDropDownEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDropDownEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDateEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDateEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDateEdit.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDateEdit.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDateEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDateEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxComboBox">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxComboBox.#ctor(System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the MVCxComboBox class with default settings. 

</para>
            </summary>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that encapsulates information related to rendering a view.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBox.CallbackRouteValues">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBox.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxComboBox.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBox.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxComboBox.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBox.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxColorEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxColorEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxColorEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxColorEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxColorEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxColorEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxColorEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxCheckBox">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBox.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxCheckBox class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBox.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the MVCxCheckBox class with the context information about the view and the model metadata.
</para>
            </summary>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBox.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCheckBox.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBox.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCheckBox.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxCalendar">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCalendar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxCalendar class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCalendar.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCalendar.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCalendar.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCalendar.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCalendar.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCalendar.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxButtonEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxButtonEdit.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxButtonEdit class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxButtonEdit.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxButtonEdit.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxButtonEdit.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxButtonEdit.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxButton">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxButton.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxButton class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxButton.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxButton.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxButton.RouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks initiated by <b>Button</b>.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxButton.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxBinaryImage">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxBinaryImage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxBinaryImage class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxBinaryImage.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxBinaryImage.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MemoSettings">

            <summary>
                <para>Contains Memo specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MemoSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MemoSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MemoSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MemoSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MemoSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MemoSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MemoSettings.Text">
            <summary>
                <para>Gets or sets the editor's text contents.
</para>
            </summary>
            <value>A string value representing the editor's text.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MemoExtension">

            <summary>
                <para>Represents an extension object implementing the Memo functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MemoExtension.#ctor(DevExpress.Web.Mvc.MemoSettings)">
            <summary>
                <para>Initializes a new instance of the MemoExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MemoExtension.#ctor(DevExpress.Web.Mvc.MemoSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the MemoExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MemoExtension.#ctor(DevExpress.Web.Mvc.MemoSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the MemoExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ListBoxSettings">

            <summary>
                <para>Contains ListBox specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ListBoxSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.SelectedIndex">
            <summary>
                <para>Gets or sets the selected list item's index.
</para>
            </summary>
            <value>An integer value, representing the zero-based index of the selected list item. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ListBoxSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ListBoxExtension">

            <summary>
                <para>Represents an extension object implementing the ListBox functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxExtension.#ctor(DevExpress.Web.Mvc.ListBoxSettings)">
            <summary>
                <para>Initializes a new instance of the ListBoxExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxExtension.#ctor(DevExpress.Web.Mvc.ListBoxSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ListBoxExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxExtension.#ctor(DevExpress.Web.Mvc.ListBoxSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ListBoxExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindList(System.Object)">
            <summary>
                <para>Binds an item list to the ListBox editor.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the ListBox.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ListBoxExtension.GetSelectedValues``1(System.String)">
            <summary>
                <para>Returns an array of the values of the ListBox's selected item.

</para>
            </summary>
            <param name="name">
		A string specifying the editor name.

            </param>
            <returns>An array that contains zero or more T objects that are the values of the selected items.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.LabelExtension">

            <summary>
                <para>Represents an extension object implementing the Label functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.LabelExtension.#ctor(DevExpress.Web.Mvc.LabelSettings)">
            <summary>
                <para>Initializes a new instance of the LabelExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.LabelExtension.#ctor(DevExpress.Web.Mvc.LabelSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the LabelExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ImageEditSettings">

            <summary>
                <para>Contains Image specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ImageEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ImageEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageEditSettings.ImageUrl">
            <summary>
                <para>Gets or sets the URL pointing to the image displayed within the Image editor.
</para>
            </summary>
            <value>A <b>System.String</b> value specifying the URL representing the path to the image displayed within the Image editor.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageEditSettings.ToolTip">
            <summary>
                <para>Gets or sets the editor's tooltip text.
</para>
            </summary>
            <value>A string value that specifies the text displayed within the tooltip.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ImageEditExtension">

            <summary>
                <para>Represents an extension object implementing the Image functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ImageEditExtension.#ctor(DevExpress.Web.Mvc.ImageEditSettings)">
            <summary>
                <para>Initializes a new instance of the ImageEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageEditExtension.#ctor(DevExpress.Web.Mvc.ImageEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ImageEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageEditExtension.#ctor(DevExpress.Web.Mvc.ImageEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ImageEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.HyperLinkSettings">

            <summary>
                <para>Contains HyperLink specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.HyperLinkSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the HyperLinkSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.HyperLinkSettings.NavigateUrl">
            <summary>
                <para>Gets or sets a URL which defines the navigation location for the editor's hyperlink.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, specifying a URL, where the client web browser will navigate when a hyperlink in the editor is clicked.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HyperLinkSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HyperLinkSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.HyperLinkExtension">

            <summary>
                <para>Represents an extension object implementing the HyperLink functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.HyperLinkExtension.#ctor(DevExpress.Web.Mvc.HyperLinkSettings)">
            <summary>
                <para>Initializes a new instance of the HyperLinkExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HyperLinkExtension.#ctor(DevExpress.Web.Mvc.HyperLinkSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the HyperLinkExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HyperLinkExtension.#ctor(DevExpress.Web.Mvc.HyperLinkSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the HyperLinkExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.HtmlEditorSettings">

            <summary>
                <para>Contains HtmlEditor specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the HtmlEditorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ActiveView">
            <summary>
                <para>Gets or sets the editor's active view.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ClientEnabled">
            <summary>
                <para>Gets or sets a value that indicates whether the editor is enabled on the client.
</para>
            </summary>
            <value><b>true</b>, if the editor is enabled; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the HtmlEditorSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the HtmlEditorSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of an HtmlEditor on the client.
</para>
            </summary>
            <value><b>true</b> to make an HtmlEditor initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ContextMenuItems">
            <summary>
                <para>Gets the collection of items displayed within the editor's context menu.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxHtmlEditorHtmlEditorContextMenuItemCollectiontopic.htm">HtmlEditorContextMenuItemCollection</A> object that is the collection of the context menu items.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the HtmlEditor's wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.CssFiles">
            <summary>
                <para>Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCssFileCollection"/> object that represents the collection of items identifying the external CSS files.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.CustomDataActionRouteValues">
            <summary>
                <para>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 <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientHtmlEditor.PerformDataCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.CustomDialogs">
            <summary>
                <para>Provides access to custom dialogs added to the HtmlEditor.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs"/> collection containing custom dialogs.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.DocumentSelectorFileUploading">
            <summary>
                <para>Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor's built-in Document Selector.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFileUploadEventHandlertopic.htm">FileManagerFileUploadEventHandler</A> delegate method to be called when a file is about to be uploaded within the HtmlEditor's Document Selector. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.DocumentSelectorFolderCreating">
            <summary>
                <para>Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor's built-in Document Selector.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFolderCreateEventHandlertopic.htm">FileManagerFolderCreateEventHandler</A> delegate method to be called when a folder is about to be created within the HtmlEditor's Document Selector. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.DocumentSelectorItemDeleting">
            <summary>
                <para>Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor's built-in Document Selector. 
 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemDeleteEventHandlertopic.htm">FileManagerItemDeleteEventHandler</A> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor's Document Selector.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.DocumentSelectorItemMoving">
            <summary>
                <para>Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor's built-in Document Selector. 
 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemMoveEventHandlertopic.htm">FileManagerItemMoveEventHandler</A> delegate method to be called when a file or folder is about to be moved within the HtmlEditor's Document Selector.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.DocumentSelectorItemRenaming">
            <summary>
                <para>Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor's built-in Document Selector.
 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemRenameEventHandlertopic.htm">FileManagerItemRenameEventHandler</A> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor's Document Selector.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when an editor's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ExportRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
 
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Html">
            <summary>
                <para>Gets or sets the HTML markup specifying the HtmlEditor's content.

</para>
            </summary>
            <value>A string value specifying the editor's HTML markup.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various HtmlEditor elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImages"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImagesEditors">
            <summary>
                <para>Provides access to the settings that define images displayed within different editors used within the HtmlEditor and its dialog forms.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorImages"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImageSelectorFileUploading">
            <summary>
                <para>Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor's Select Image dialog.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFileUploadEventHandlertopic.htm">FileManagerFileUploadEventHandler</A> delegate method to be called when a file is about to be uploaded within the HtmlEditor's Select Image dialog.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImageSelectorFolderCreating">
            <summary>
                <para>Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor's Select Image dialog.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFolderCreateEventHandlertopic.htm">FileManagerFolderCreateEventHandler</A> delegate method to be called when a folder is about to be created within the HtmlEditor's Select Image dialog.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImageSelectorItemDeleting">
            <summary>
                <para>Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor's Select Image dialog. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemDeleteEventHandlertopic.htm">FileManagerItemDeleteEventHandler</A> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor's Select Image dialog.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImageSelectorItemMoving">
            <summary>
                <para>Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor's Select Image dialog. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemMoveEventHandlertopic.htm">FileManagerItemMoveEventHandler</A> delegate method to be called when a file or folder is about to be moved within the HtmlEditor's Select Image dialog.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImageSelectorItemRenaming">
            <summary>
                <para>Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor's Select Image dialog.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemRenameEventHandlertopic.htm">FileManagerItemRenameEventHandler</A> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor's Select Image dialog.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ImagesFileManager">
            <summary>
                <para>Provides access to the settings that define images displayed within the FileManager's elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerImagestopic.htm">FileManagerImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.PartsRoundPanel">
            <summary>
                <para>Provides access to the settings that define different parts of the round panel used within the HtmlEditor's dialogs.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxRoundPanel.RoundPanelParts"/> object that contains part settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SaveStateToCookies">
            <summary>
                <para>Gets or sets a value that specifies whether cookies are used to persist information about the HtmlEditor's state. 
</para>
            </summary>
            <value><b>true</b> if information is persisted in cookies; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the HtmlEditor's state is persisted.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying a cookie's name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Settings">
            <summary>
                <para>Provides access to the HtmlEditor's main settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxHtmlEditorASPxHtmlEditorSettingstopic.htm">ASPxHtmlEditorSettings</A> object that contains the HtmlEditor's options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsDocumentSelector">
            <summary>
                <para>Provides access to settings that are related to the Document Selector dialog.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxHtmlEditorDocumentSelectorSettingstopic.htm">MVCxHtmlEditorDocumentSelectorSettings</A> object that contains the Document Selector dialog's settings. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsForms">
            <summary>
                <para>Provides access to settings that are related to customized built-in dialog forms (UserControls) stored within a web site.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxHtmlEditorFormsSettingstopic.htm">MVCxHtmlEditorFormsSettings</A> object containing properties that are related to customized built-in dialog forms.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsHtmlEditing">
            <summary>
                <para>Provides access to settings that relate to editing the HTML markup.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings"/> object that contains HTML editing settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsImageSelector">
            <summary>
                <para>Provides access to settings that are related to the Select Image dialog.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorImageSelectorSettingstopic.htm">MVCxHtmlEditorImageSelectorSettings</A> object that contains the Image Selector dialog's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsImageUpload">
            <summary>
                <para>Provides access to settings that are related to uploading images.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorImageUploadSettings"/> object that holds options for uploading images.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsLoadingPanel">
            <summary>
                <para>Provides access to the loading panel's settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorLoadingPanelSettings"/> object that contains the loading panel's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsResize">
            <summary>
                <para>Provides access to settings that are related to the HTMLEditor's sizing capabilities.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings"/> object containing settings that are related to the HTMLEditor's sizing capabilities.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsSpellChecker">
            <summary>
                <para>Provides access to the spelling settings for checking the HtmlEditor's content. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSpellCheckerSettings"/> object that holds the spelling options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsText">
            <summary>
                <para>Provides access to the settings that define texts displayed in different elements (tabs) of the HtmlEditor.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorTextSettings"/> object that contains text settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsValidation">
            <summary>
                <para>Provides access to content validation settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings"/> object that contains content validation settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesButton">
            <summary>
                <para>Provides access to the style settings that define the appearance of button elements used by the HtmlEditor (for instance, within its dialog forms). 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorButtonStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesContextMenu">
            <summary>
                <para>Provides access to the style settings that define the appearance of the editor's context menu. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorMenuStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesDialogForm">
            <summary>
                <para>Provides access to the style settings that define the appearance of the editor's dialog forms. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDialogFormStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesEditors">
            <summary>
                <para>Provides access to the style settings that define the appearance of editor elements used by the HtmlEditor (for instance, within its dialog forms). 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorEditorStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesFileManager">
            <summary>
                <para>Provides access to the style settings that define the appearance of File Manager elements used by the HtmlEditor (within the Select Image dialog). 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFileManagerStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesRoundPanel">
            <summary>
                <para>Provides access to the style settings that define the appearance of round panels used by the HtmlEditor (for instance, within its dialog forms). 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorRoundPanelStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesSpellChecker">
            <summary>
                <para>Provides access to the style settings that define the appearance of elements used within the built-in Spell Checker's dialog forms. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorSpellCheckerStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesStatusBar">
            <summary>
                <para>Provides access to the style settings that define the appearance of the editor's status bar. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorStatusBarStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.StylesToolbars">
            <summary>
                <para>Provides access to the style settings that define the appearance of toolbars. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ToolbarsStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Toolbars">
            <summary>
                <para>Gets the collection of toolbars in the <b>HtmlEditor</b>.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbarCollectiontopic.htm">MVCxHtmlEditorToolbarCollection</A> object, which is the collection of toolbars within the editor.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.HtmlEditorExtension">

            <summary>
                <para>Represents an extension object implementing the HtmlEditor functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.#ctor(DevExpress.Web.Mvc.HtmlEditorSettings)">
            <summary>
                <para>Initializes a new instance of the HtmlEditorExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.#ctor(DevExpress.Web.Mvc.HtmlEditorSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the HtmlEditorExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Bind(System.Object,System.String)">
            <summary>
                <para>Binds an editor to a data source's field.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <param name="propertyName">
		A string value specifying the data source's field name.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcHtmlEditorExtensiontopic.htm">HtmlEditorExtension</A> object that is the editor.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Bind(System.Object)">
            <summary>
                <para>Binds an editor to a value.
</para>
            </summary>
            <param name="value">
		An object that is the bound value.


            </param>
            <returns>An <A HREF="clsDevExpressWebMvcHtmlEditorExtensiontopic.htm">HtmlEditorExtension</A> object that is the editor.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Export(DevExpress.Web.Mvc.HtmlEditorSettings,System.IO.Stream,DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat)">
            <summary>
                <para>Exports editor contents to the specified format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> object that contains HtmlEditor settings.

            </param>
            <param name="outputStream">
		A <see cref="T:System.IO.Stream"/> object to which the editor content is exported. 

            </param>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Export(DevExpress.Web.Mvc.HtmlEditorSettings,DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.String)">
            <summary>
                <para>Exports editor contents to the specified format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> object that contains HtmlEditor settings.

            </param>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.

            </param>
            <param name="fileName">
		A string value specifying the exported file's name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Export(DevExpress.Web.Mvc.HtmlEditorSettings,DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat)">
            <summary>
                <para>Exports editor contents to the specified format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> object that contains HtmlEditor settings.

            </param>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Export(DevExpress.Web.Mvc.HtmlEditorSettings,DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat,System.Boolean)">
            <summary>
                <para>Exports editor contents to the specified format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> object that contains HtmlEditor settings.

            </param>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"/> enumeration values specifying the exported document format.

            </param>
            <param name="saveAsFile">
		<b>true</b> to save the exported document as a downloadable attachment, <b>false</b> to open the document in the browser window (if it is allowed for the document format).

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetActiveView(System.String)">
            <summary>
                <para>Gets the specified HtmlEditor's active view.
</para>
            </summary>
            <param name="name">
		A string that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <returns>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorView"/> enumeration values. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetCssFiles(System.String)">
            <summary>
                <para>Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
</para>
            </summary>
            <param name="name">
		A string value that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>). 

            </param>
            <returns>A collection of strings that are the contents of external CSS files associated with HtmlEditor via its <see cref="P:DevExpress.Web.Mvc.HtmlEditorSettings.CssFiles"/> property.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetCustomDataCallbackResult(System.Object)">
            <summary>
                <para>Returns the specified result back to the client side after processing a callback within an Action defined <see cref="P:DevExpress.Web.Mvc.HtmlEditorSettings.CustomDataActionRouteValues"/> property.
</para>
            </summary>
            <param name="data">
		An object that represents any information that needs to be passed back to the client side.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object representing the result of an action method.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetHtml(System.String,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="name">
		A string value that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="htmlEditingSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings"/> object that contains settings related to the specified editor's HTML editing functionality. 



            </param>
            <returns>A string value representing the editor's HTML markup.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetHtml(System.String)">
            <summary>
                <para>Returns the HTML markup specifying a specific HtmlEditor's content. 

</para>
            </summary>
            <param name="name">
		A string value that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <returns>A string value specifying the editor's HTML markup.
 

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetHtml(System.String,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings,DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings,System.EventHandler`1,System.Boolean@)">
            <summary>
                <para>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.

</para>
            </summary>
            <param name="name">
		A string value that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="htmlEditingSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings"/> object that contains settings related to the specified editor's HTML editing functionality. 

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings"/> object containing the settings that relate to editor content validation.

            </param>
            <param name="validationDelegate">
		A delegate method that implements custom validation logic. 

            </param>
            <param name="isValid">
		<b>true</b> if the editor content is valid; otherwise, <b>false</b>.

            </param>
            <returns>A string value specifying the editor's HTML markup.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetHtml(System.String,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings,DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings,System.Boolean@)">
            <summary>
                <para>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.

</para>
            </summary>
            <param name="name">
		A string value that specifies the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="htmlEditingSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorHtmlEditingSettings"/> object that contains settings related to the specified editor's HTML editing functionality. 

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationSettings"/> object containing the settings that relate to editor content validation.


            </param>
            <param name="isValid">
		<b>true</b> if the editor content is valid; otherwise, <b>false</b>.

            </param>
            <returns>A string value specifying the editor's HTML markup.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific stream, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="inputStream">
		A <see cref="T:System.IO.Stream"/> object from which the editor content is imported. 

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Boolean,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific stream, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="inputStream">
		A <see cref="T:System.IO.Stream"/> object from which the editor content is imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Boolean,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(System.String,System.Boolean,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Boolean,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific stream, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="inputStream">
		A <see cref="T:System.IO.Stream"/> object from which the editor content is imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(System.String,System.Boolean,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(System.String,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.String,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="contentFolder">
		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.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Boolean,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific file, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="filePath">
		A string value specifying the path to a file whose content should be imported. 

            </param>
            <param name="useInlineStyles">
		<b>true</b> to embed document formatting styles into the editor content; <b>false</b> to store formatting styles in a separate css file.

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Action`2)">
            <summary>
                <para>Imports the editor content from a specific stream, based on the provided settings.
</para>
            </summary>
            <param name="format">
		One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat"/> enumeration values specifying the imported file format.

            </param>
            <param name="inputStream">
		A <see cref="T:System.IO.Stream"/> object from which the editor content is imported. 

            </param>
            <param name="onImport">
		A delegate method to execute after importing the document.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedDocument(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorSettings)">
            <summary>
                <para>Saves a document file uploaded via a specific HtmlEditor's Document Selector dialog.
</para>
            </summary>
            <param name="name">
		A string value specifying the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="documentSelectorSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorDocumentSelectorSettings"/> object containing the Document Selector dialog's settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedImage(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.String,System.String)">
            <summary>
                <para>Saves a specific HtmlEditor's uploaded image, based on the passed parameters (the editor name, validation settings, upload folder path and file name).
</para>
            </summary>
            <param name="name">
		A string value specifying the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object containing settings that relate to uploaded file validation. 



            </param>
            <param name="uploadImageFolder">
		A string value specifying the upload folder path.

            </param>
            <param name="fileName">
		A string value specifying the file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedImage(System.String,DevExpress.Web.ASPxUploadControl.ValidationSettings,System.String)">
            <summary>
                <para>Saves a specific HtmlEditor's uploaded image based on the passed parameters (the editor name, validation settings and upload folder path).
</para>
            </summary>
            <param name="name">
		A string value specifying the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).


            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxUploadControl.ValidationSettings"/> object containing settings that relate to uploaded file validation. 

            </param>
            <param name="uploadImageFolder">
		A string value specifying the upload folder path.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedImage(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings)">
            <summary>
                <para>Saves an image file uploaded via a specific HtmlEditor's Image Selector dialog.
</para>
            </summary>
            <param name="name">
		A string value specifying the HtmlEditor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="imageSelectorSettings">
		A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings"/> object containing the Image Selector dialog's settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.EditorExtension">

            <summary>
                <para>Represents a base class for editor extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.#ctor(DevExpress.Web.Mvc.EditorSettings)">
            <summary>
                <para>Initializes a new instance of the EditorExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.#ctor(DevExpress.Web.Mvc.EditorSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the EditorExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.Bind(System.Object)">
            <summary>
                <para>Binds an editor to a value.
</para>
            </summary>
            <param name="value">
		An object representing the bound value.


            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.EditorExtension"/> object representing the editor.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.Bind(System.Object,System.String)">
            <summary>
                <para>Binds an editor to a data source's field.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <param name="propertyName">
		A string value specifying the data source's field name.


            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.EditorExtension"/> object representing the editor.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ASPxEditors.ValidationSettings,System.EventHandler{DevExpress.Web.ASPxEditors.ValidationEventArgs})">
            <summary>
                <para> Returns a specific editor's value, which is validated based on both the passed validation settings and custom validation logic.

</para>
            </summary>
            <param name="name">
		A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxEditors.ValidationSettings"/> object containing the settings that relate to editor validation.

            </param>
            <param name="validationDelegate">
		A method to which custom validation processing is delegated.

            </param>
            <returns>An object specifying the editor value.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String)">
            <summary>
                <para>Returns a specific editor's value.
</para>
            </summary>
            <param name="name">
		A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <returns>An object representing the editor value.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ASPxEditors.ValidationSettings)">
            <summary>
                <para>Returns a specific editor's value, which is validated based on the passed validation settings.

</para>
            </summary>
            <param name="name">
		A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxEditors.ValidationSettings"/> object containing the settings that relate to editor validation.

            </param>
            <returns>An object representing the editor value.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ASPxEditors.ValidationSettings,System.EventHandler{DevExpress.Web.ASPxEditors.ValidationEventArgs},System.Boolean@)">
            <summary>
                <para>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.

</para>
            </summary>
            <param name="name">
		A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).

            </param>
            <param name="validationSettings">
		A <see cref="T:DevExpress.Web.ASPxEditors.ValidationSettings"/> object containing the settings that relate to editor validation.

            </param>
            <param name="validationDelegate">
		A method to which custom validation processing is delegated.

            </param>
            <param name="isValid">
		<b>true</b> if the editor value is valid; otherwise, <b>false</b>.

            </param>
            <returns>An object representing the editor value.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.DropDownEditSettings">

            <summary>
                <para>Contains DropDownEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DropDownEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DropDownEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DropDownEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DropDownEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditSettings.SetDropDownWindowTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the dropdown window's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditSettings.SetDropDownWindowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the dropdown window's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.DropDownEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DropDownEditSettings.Text">
            <summary>
                <para>Gets or sets the text displayed within the editor. 
</para>
            </summary>
            <value>A string value representing the text within the editor.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DropDownEditExtension">

            <summary>
                <para>Represents an extension object implementing the DropDownEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditExtension.#ctor(DevExpress.Web.Mvc.DropDownEditSettings)">
            <summary>
                <para>Initializes a new instance of the DropDownEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditExtension.#ctor(DevExpress.Web.Mvc.DropDownEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DropDownEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DropDownEditExtension.#ctor(DevExpress.Web.Mvc.DropDownEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the DropDownEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.DateEditSettings">

            <summary>
                <para>Contains DateEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DateEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarDayCellCreated">
            <summary>
                <para>Enables you to populate the cell with custom controls.
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarDayCellInitialize">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellInitializeEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarDayCellPrepared">
            <summary>
                <para>Enables you to customize the cell's appearance.
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellPreparedEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.Date">
            <summary>
                <para>Gets or sets the currently selected date. 
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> value, which is the currently selected date. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.PopupCalendarOwnerName">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A string value specifying the donor date editor's name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DateEditExtension">

            <summary>
                <para>Represents an extension object implementing the DateEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditExtension.#ctor(DevExpress.Web.Mvc.DateEditSettings)">
            <summary>
                <para>Initializes a new instance of the DateEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditExtension.#ctor(DevExpress.Web.Mvc.DateEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DateEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateEditExtension.#ctor(DevExpress.Web.Mvc.DateEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the DateEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ComboBoxSettings">

            <summary>
                <para>Contains ComboBox specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ComboBoxSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.SelectedIndex">
            <summary>
                <para>Gets or sets the selected list item's index.
</para>
            </summary>
            <value>An integer value, representing the zero-based index of the selected list item. 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ComboBoxSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ComboBoxExtension">

            <summary>
                <para>Represents an extension object implementing the ComboBox functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxExtension.#ctor(DevExpress.Web.Mvc.ComboBoxSettings)">
            <summary>
                <para>Initializes a new instance of the ComboBoxExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxExtension.#ctor(DevExpress.Web.Mvc.ComboBoxSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ComboBoxExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxExtension.#ctor(DevExpress.Web.Mvc.ComboBoxSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ComboBoxExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindList(System.Object)">
            <summary>
                <para>Binds an item list to the ComboBox editor.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object representing the ComboBox.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindList(DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod,DevExpress.Web.Mvc.ItemRequestedByValueMethod)">
            <summary>
                <para>Allows you to bind the <b>ComboBox</b> editor to a data source containing a large amount of records and to effectively implement filter operations.
</para>
            </summary>
            <param name="itemsRequestedByFilterConditionMethod">
		A delegate method of the <see cref="T:DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod"/> type that enables you to implement custom selection of the requested items by the filter conditions.

            </param>
            <param name="itemRequestedByValueMethod">
		A delegate method of the <see cref="T:DevExpress.Web.Mvc.ItemRequestedByValueMethod"/> type that enables you to implement custom selection of the requested item by the value.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object specifying the <b>ComboBox</b>.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.ColorEditSettings">

            <summary>
                <para>Contains ColorEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ColorEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ColorEditSettings.Color">
            <summary>
                <para>Gets or sets the editor's color in RGB format.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object representing the color.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ColorEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ColorEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ColorEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ColorEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ColorEditExtension">

            <summary>
                <para>Represents an extension object implementing the ColorEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditExtension.#ctor(DevExpress.Web.Mvc.ColorEditSettings)">
            <summary>
                <para>Initializes a new instance of the ColorEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditExtension.#ctor(DevExpress.Web.Mvc.ColorEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ColorEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ColorEditExtension.#ctor(DevExpress.Web.Mvc.ColorEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ColorEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.CheckBoxSettings">

            <summary>
                <para>Contains CheckBox specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the CheckBoxSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.Checked">
            <summary>
                <para>Gets or sets a value that specifies whether the check box editor is checked.
</para>
            </summary>
            <value><b>true</b> if the check box is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.Native">
            <summary>
                <para>Gets or sets a value specifying whether a CheckBox is rendered as a native <a href="http://msdn.microsoft.com/en-us/library/ms535262(VS.85).aspx">HTML check box element</a>.
</para>
            </summary>
            <value><b>true</b> if a CheckBox is rendered as a standard HTML element; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxSettings.Text">
            <summary>
                <para>Gets or sets the text label associated with the check box editor.
</para>
            </summary>
            <value>A string value representing the text label of the check box editor.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.CheckBoxExtension">

            <summary>
                <para>Represents an extension object implementing the CheckBox functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxExtension.#ctor(DevExpress.Web.Mvc.CheckBoxSettings)">
            <summary>
                <para>Initializes a new instance of the CheckBoxExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxExtension.#ctor(DevExpress.Web.Mvc.CheckBoxSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the CheckBoxExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxExtension.#ctor(DevExpress.Web.Mvc.CheckBoxSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the CheckBoxExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.CalendarSettings">

            <summary>
                <para>Contains Calendar specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CalendarSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the CalendarSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.DayCellCreated">
            <summary>
                <para>Enables you to populate the cell with custom controls.
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.DayCellInitialize">
            <summary>
                <para>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. 
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellInitializeEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.DayCellPrepared">
            <summary>
                <para>Enables you to customize the cell's appearance.
</para>
            </summary>
            <value>A EventHandler@lt;CalendarDayCellPreparedEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.SelectedDate">
            <summary>
                <para>Gets or sets the selected date.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> object that represents the selected date.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.SelectedDates">
            <summary>
                <para>Gets a collection of dates selected within the calendar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.CalendarSelection"/> object that represents the collection of selected dates.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CalendarSettings.VisibleDate">
            <summary>
                <para>Gets or sets the date, representing the month and year currently displayed within the calendar.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> value specifying the month and year currently displayed within the calendar.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.CalendarExtension">

            <summary>
                <para>Represents an extension object implementing the Calendar functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CalendarExtension.#ctor(DevExpress.Web.Mvc.CalendarSettings)">
            <summary>
                <para>Initializes a new instance of the CalendarExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CalendarExtension.#ctor(DevExpress.Web.Mvc.CalendarSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the CalendarExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CalendarExtension.#ctor(DevExpress.Web.Mvc.CalendarSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the CalendarExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ButtonSettings">

            <summary>
                <para>Contains Button specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ButtonSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.AllowFocus">
            <summary>
                <para>Gets or sets a value specifying whether a focus rectangle is displayed within the button when it receives input focus.
</para>
            </summary>
            <value><b>true</b> if the focus rectangle is displayed within the focused button; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.CausesValidation">
            <summary>
                <para>Gets or sets a value indicating whether validation (client and server) is performed when the button is clicked. 
</para>
            </summary>
            <value><b>true</b> if validation is performed when the button is clicked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.Checked">
            <summary>
                <para>Gets or sets a value indicating whether the button is in the checked state.
</para>
            </summary>
            <value><b>true</b> if the button is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ClientEnabled">
            <summary>
                <para>Gets or sets a value that indicates whether the button is enabled on the client.
</para>
            </summary>
            <value><b>true</b> if the button is enabled; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the ButtonSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.ButtonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ButtonSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a Button on the client.
</para>
            </summary>
            <value><b>true</b> to make a Button initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.GroupName">
            <summary>
                <para>Gets or sets the name of the group to which the button belongs. 
</para>
            </summary>
            <value>A string value specifying the name of the group to which the button belongs. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ImagePosition">
            <summary>
                <para>Gets or sets the image position within the button.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration value that specifies the image position within the button.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various elements within the Button.
</para>
            </summary>
            <value>A ButtonImages object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.RouteValues">
            <summary>
                <para>Defines the routing logic by specifying the names of a Controller and an Action which should handle clicks on a <b>Button</b>.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.ButtonControlStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.Text">
            <summary>
                <para>Gets or sets the text displayed within the button. 
</para>
            </summary>
            <value>A string value representing the text displayed within the button. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.UseSubmitBehavior">
            <summary>
                <para>Gets or sets a value indicating whether the button uses the client browser's submit mechanism or the ASP.NET postback mechanism.
</para>
            </summary>
            <value><b>true</b> if the button uses the client browser's submit mechanism; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ValidateInvisibleEditors">
            <summary>
                <para>Gets or sets a value that specifies whether invisible editors should be validated together with visible ones.
</para>
            </summary>
            <value><b>true</b> to validate both visible and invisible editors; <b>false</b> to validate only visible editors. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ValidationContainerID">
            <summary>
                <para>Gets or sets the ID of the naming container for those editors for which the button causes validation. 

</para>
            </summary>
            <value>A string value that specifies the naming container's ID. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonSettings.ValidationGroup">
            <summary>
                <para>Gets or sets the group of inputs that are validated when the button is clicked. 

</para>
            </summary>
            <value>A string value that specifies the group of inputs that are validated when the button is clicked. 

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ButtonExtension">

            <summary>
                <para>Represents an extension object implementing the Button functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonExtension.#ctor(DevExpress.Web.Mvc.ButtonSettings)">
            <summary>
                <para>Initializes a new instance of the ButtonExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonExtension.#ctor(DevExpress.Web.Mvc.ButtonSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ButtonExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ButtonEditSettings">

            <summary>
                <para>Contains ButtonEdit specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ButtonEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.AutoCompleteType">
            <summary>
                <para>Gets or sets a value that indicates the editor's AutoComplete behavior.
</para>
            </summary>
            <value>One of the <see cref="T:System.Web.UI.WebControls.AutoCompleteType"/> enumeration values, indicating the AutoComplete behavior for the editor. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can modify an editor's value.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditSettings.SetButtonTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditSettings.SetButtonTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the editor's buttons. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ButtonEditSettings.Text">
            <summary>
                <para>Gets or sets the text displayed within the editor. 

</para>
            </summary>
            <value>A string value representing the text within the editor. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ButtonEditExtension">

            <summary>
                <para>Represents an extension object implementing the ButtonEdit functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditExtension.#ctor(DevExpress.Web.Mvc.ButtonEditSettings)">
            <summary>
                <para>Initializes a new instance of the ButtonEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditExtension.#ctor(DevExpress.Web.Mvc.ButtonEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ButtonEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ButtonEditExtension.#ctor(DevExpress.Web.Mvc.ButtonEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the ButtonEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.BinaryImageEditSettings">

            <summary>
                <para>Contains BinaryImage specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.BinaryImageEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the BinaryImageEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.BinaryImageEditSettings.ContentBytes">
            <summary>
                <para>Gets or sets an array of the bytes representing the image. 
</para>
            </summary>
            <value>A <see cref="T:System.Byte"/> array that contains the image contents.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.BinaryImageEditSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.BinaryImageEditSettings.ToolTip">
            <summary>
                <para>Gets or sets the editor's tooltip text.
</para>
            </summary>
            <value>A string value that specifies the text displayed within the tooltip.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.BinaryImageEditExtension">

            <summary>
                <para>Represents an extension object implementing the BinaryImage functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.BinaryImageEditExtension.#ctor(DevExpress.Web.Mvc.BinaryImageEditSettings)">
            <summary>
                <para>Initializes a new instance of the BinaryImageEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.BinaryImageEditExtension.#ctor(DevExpress.Web.Mvc.BinaryImageEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the BinaryImageEditExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.BinaryImageEditExtension.#ctor(DevExpress.Web.Mvc.BinaryImageEditSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the BinaryImageEditExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="modelMetadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.HtmlHelperExtension">

            <summary>
                <para>Extends the standard <see cref="T:System.Web.Mvc.HtmlHelper"/> class with a DevExpress specific extension method.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.HtmlHelperExtension.DevExpress(System.Web.Mvc.HtmlHelper)">
            <summary>
                <para>Provides access to helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
</para>
            </summary>
            <param name="helper">
		A <see cref="T:System.Web.Mvc.HtmlHelper"/> object representing the HTML helper instance that this method extends.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> object containing helper methods to render DevExpress MVC extensions.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.HtmlHelperExtension.DevExpress``1(System.Web.Mvc.HtmlHelper{``0})">
            <summary>
                <para>Provides access to strongly typed helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
</para>
            </summary>
            <param name="helper">
		A strongly typed <see cref="T:System.Web.Mvc.HtmlHelper"/> object representing the HTML helper instance that this method extends.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> object containing strongly typed helper methods to render DevExpress MVC extensions.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.DevExpressEditorsBinder">

            <summary>
                <para>Maps a browser request to a data object. This class provides a DevExpress-specific implementation of a model binder.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressEditorsBinder.#ctor">
            <summary>
                <para>Initializes a new instance of the DevExpressEditorsBinder class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressEditorsBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <param name="controllerContext">
		 

            </param>
            <param name="bindingContext">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressEditorsBinder.HtmlEditorBinderSettings">
            <summary>
                <para>Provides access to the HtmlEditor binding settings.
</para>
            </summary>
            <value>An HtmlEditorBinderSettings object that contains the HtmlEditor binding settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressEditorsBinder.UploadControlBinderSettings">
            <summary>
                <para>Provides access to the upload control binding settings.
</para>
            </summary>
            <value>An UploadControlBinderSettings object that contains the upload control binding settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ChartControlExtension">

            <summary>
                <para>An extension object implementing the Chart functionality.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlExtension.#ctor(DevExpress.Web.Mvc.ChartControlSettings)">
            <summary>
                <para>Initializes a new instance of the ChartControlExtension class with the specified owner.
</para>
            </summary>
            <param name="settings">
		 An object containing extension specific settings.


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlExtension.#ctor(DevExpress.Web.Mvc.ChartControlSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ChartControlExtension class with the specified owner and view context.
</para>
            </summary>
            <param name="settings">
		 A <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlExtension.Bind(System.Object)">
            <summary>
                <para>Binds the Chart to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ChartControlExtension"/> object representing the Chart.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlExtension.Dispose">
            <summary>
                <para>Disposes the ChartControlExtension object.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDateEditControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEditControl.#ctor(DevExpress.Web.Mvc.MVCxDateEdit)">
            <summary>
                <para>Initializes a new instance of the MVCxDateEditControl class with the specified setting.
</para>
            </summary>
            <param name="dateEdit">
		An <see cref="T:DevExpress.Web.Mvc.MVCxDateEdit"/> object used to render the extension. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEditControl.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDateEditControl class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.ReportToolbarSettings">

            <summary>
                <para>Contains ReportToolbar specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ReportToolbarSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ReportToolbarSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.AccessibilityCompliant">
            <summary>
                <para>Enables support for Section 508.
</para>
            </summary>
            <value><b>true</b> to enable support for Section 508; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the ReportToolbarSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ReportToolbarSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.Images">
            <summary>
                <para>Provides access to a list of images used in ReportToolbarSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarImages"/> object, containing a list of images with additional information.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.Items">
            <summary>
                <para>Provides access to a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.ItemSpacing">
            <summary>
                <para>Specifies the spacing between a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
</para>
            </summary>
            <value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.Paddings">
            <summary>
                <para>Gets a value indicating a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s padding.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.Paddings"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.ReportViewerName">
            <summary>
                <para> Specifies the name of the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> associated with the <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/>.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.SeparatorBackgroundImage">
            <summary>
                <para>Provides access to the settings of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s background image.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.BackgroundImage"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.SeparatorColor">
            <summary>
                <para>Specifies the color of the line that visually separates a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
 
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> structure.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.SeparatorHeight">
            <summary>
                <para>Specifies the height of the line that visually separates a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
 
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.SeparatorPaddings">
            <summary>
                <para>Gets a value indicating the paddings of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s separator line.
 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.Paddings"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.SeparatorWidth">
            <summary>
                <para>Specifies the width of the line that visually separates a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
 
 
 
</para>
            </summary>
            <value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.ShowDefaultButtons">
            <summary>
                <para>Specifies whether or not the default buttons of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> are enabled.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarStyles"/> object.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTimeZoneEdit">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload">

            <summary>
                <para>Contains upload settings of the FileManager.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxFileManagerSettingsUpload class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxFileManagerSettingsUpload class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload.ValidationSettings">
            <summary>
                <para>Gets the upload validation settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxFileManagerValidationSettingstopic.htm">MVCxFileManagerValidationSettings</A> object that contains validation settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxFileManagerSettings">

            <summary>
                <para>Contains specific settings of the FileManager.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxFileManagerSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxFileManagerSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxFileManagerSettings.RootFolder">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxImageSliderItemCollection">

            <summary>
                <para>Represents a collection of ImageSlider items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItemCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new imageslider item to the collection and allows you to customize this item in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(DevExpress.Web.Mvc.MVCxImageSliderItem)">
            <summary>
                <para>Adds a specified image slider item to the end of the collection. 
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> object representing an image slider item to be added. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add">
            <summary>
                <para>Creates a new image item with the default settings and adds it to the collection.
</para>
            </summary>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.String)">
            <summary>
                <para>Creates a new image item with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.String,System.String)">
            <summary>
                <para>Creates a new image item with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Creates a new image item with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Creates a new image item with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text (description) of the current image item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Text"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Creates a new image item with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text (description) of the current image item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the unique identifier name for the current item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Name"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the newly created image item.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxImageSliderItemCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual image slider items within the MVCxImageSliderItemCollection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the item to be accessed.

            </param>
            <value>A <A HREF="clsDevExpressWebMvcMVCxImageSliderItemtopic.htm">MVCxImageSliderItem</A> object representing the image slider item located at the specified index within the collection.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxImageSliderItem">

            <summary>
                <para>Represents an ImageSlider item.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with the specified settings.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text (description) of the current image item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the unique identifier name for the current item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Name"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with the specified settings.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with the specified settings.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with the specified settings.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxImageSliderItem class with the specified settings.
</para>
            </summary>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the ImageSlider item's image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="thumbnailUrl">
		A <see cref="T:System.String"/> value specifying the path to the item thumbnail image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.NavigateUrl"/> property.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text (description) of the current image item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxImageSlider.ImageSliderItem.Text"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the image slider item's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the image slider item's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetTextTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying an item text.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying an item text.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetThumbnailTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying a thumbnail.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetThumbnailTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying a thumbnail.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.EditorSettings">

            <summary>
                <para>Contains base editor-specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.EditorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the EditorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.EditorSettings.ClientEnabled">
            <summary>
                <para>Gets or sets a value that indicates whether an editor is enabled on the client.
</para>
            </summary>
            <value><b>true</b> if an editor is enabled; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.EditorSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of an editor on the client.
</para>
            </summary>
            <value><b>true</b> to make an editor initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.EditorSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.EditorSettings.Properties">
            <summary>
                <para>Provides access to the base editor settings.
</para>
            </summary>
            <value>An object containing base editor settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings">

            <summary>
                <para>Contains Appointment Recurrence Form-specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the AppointmentRecurrenceFormSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.DayNumber">
            <summary>
                <para>Gets or sets the month's day number in which the appointment is scheduled.
</para>
            </summary>
            <value>An integer, specifying the day of the month.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.EnableScriptSupport">
            <summary>
                <para>Gets or sets whether client scripts are generated for controls located on the form.

</para>
            </summary>
            <value><b>true</b> to enable client-side programmatic access to the controls on the form; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.End">
            <summary>
                <para>Gets the recurrence's end date.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> value that specifies the end date for the recurrence.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the form.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerImages"/> object, containing image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.IsFormRecreated">
            <summary>
                <para>Gets whether the form has been already built, so that it does not require an update to create a child control hierarchy.


</para>
            </summary>
            <value><b>true</b> if the form is created again and does not require creation of a child control hierarchy; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.IsRecurring">
            <summary>
                <para>Gets a value indicating if the appointment is recurring.
</para>
            </summary>
            <value><b>true</b> if the appointment is recurring; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.Month">
            <summary>
                <para>Gets the month (as a number) on which the appointment re-occurs. 


</para>
            </summary>
            <value>A positive integer value that specifies the month's ordinal number. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.OccurrenceCount">
            <summary>
                <para>Gets a value specifying how many times the appointment occurs.
</para>
            </summary>
            <value>An integer value that specifies how many times the appointment occurs.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.Periodicity">
            <summary>
                <para>Gets the frequency with which the corresponding appointment re-occurs.

</para>
            </summary>
            <value>An integer value that specifies the frequency with which the corresponding appointment re-occurs. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.RecurrenceRange">
            <summary>
                <para>Sets the time boundaries/limits of the recurrence.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceRange"/> enumeration value that specifies the recurrence's range type. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.RecurrenceType">
            <summary>
                <para>Gets or sets the time base for the frequency of the appointment's recurrences.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value that specifies the recurrence's frequency type.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.Start">
            <summary>
                <para>Gets the recurrence start date.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> value that specifies the start date for the recurrence. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the form and its visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStyles"/> object that provides style settings for visual elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.WeekDays">
            <summary>
                <para>Gets the day/days in a week that the on which the corresponding appointment recurs.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration's value specifying the day/days in a week. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.WeekOfMonth">
            <summary>
                <para>Gets the occurrence number of the week in a month for the recurrence pattern. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value that specifies a particular week in every month.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection">

            <summary>
                <para>A collection of summary items within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListSummaryCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection.Add(DevExpress.Data.SummaryItemType,System.String)">
            <summary>
                <para>Adds a new summary item to the end of the collection and returns the newly created object.
</para>
            </summary>
            <param name="summaryType">
		One of the <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration values specifying the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.SummaryType"/> property.

            </param>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListSummaryItem.FieldName"/> property.

            </param>
            <returns>A <A HREF="clsDevExpressWebASPxTreeListTreeListSummaryItemtopic.htm">TreeListSummaryItem</A> object that is the newly created summary item.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new summary item to the collection and allows you to customize this item in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection.Add">
            <summary>
                <para>Adds a new summary item to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns>A <A HREF="clsDevExpressWebASPxTreeListTreeListSummaryItemtopic.htm">TreeListSummaryItem</A> object that is the newly created summary item.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxRadioButtonList">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButtonList.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxRadioButtonList class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButtonList.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRadioButtonList.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRadioButtonList.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRadioButtonList.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior">

            <summary>
                <para>Contains behavior specific settings of the TreeList.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior.ProcessFocusedNodeChangedOnServer">
            <summary>
                <para>Gets or sets a value that specifies whether the <see cref="E:DevExpress.Web.ASPxTreeList.Scripts.ASPxClientTreeList.FocusedNodeChanged"/> event should be finally processed on the server side.
</para>
            </summary>
            <value><b>true</b> to process the event on the server side; <b>false</b> to completely handle it on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior.ProcessSelectionChangedOnServer">
            <summary>
                <para>Gets or sets a value that specifies whether the <see cref="E:DevExpress.Web.ASPxTreeList.Scripts.ASPxClientTreeList.SelectionChanged"/> event should be finally processed on the server side.
</para>
            </summary>
            <value><b>true</b> to process the event on the server side; <b>false</b> to completely handle it on the client side.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxCheckBoxList">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBoxList.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxCheckBoxList class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBoxList.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCheckBoxList.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxCheckBoxList.RegisterEditorIncludeScripts">
            <summary>
                <para>For internal use only.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxCheckBoxList.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxComboBoxProperties">

            <summary>
                <para>Contains ComboBox specific properties.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxComboBoxProperties.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxComboBoxProperties class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.EnableCallbackMode">
            <summary>
                <para>This property is not in effect for the MVCxComboBoxProperties class.
</para>
            </summary>
            <value>  
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.Style">
            <summary>
                <para>This property is not in effect for the MVCxComboBoxProperties class.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDateEditProperties">

            <summary>
                <para>Contains DateEdit specific properties.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDateEditProperties.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDateEditProperties class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.Style">
            <summary>
                <para>This property is not in effect for the MVCxDateEditProperties class.
</para>
            </summary>
            <value>  
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ImageSliderSettings">

            <summary>
                <para>Contains ImageSlider specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ImageSliderSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ActiveItemIndex">
            <summary>
                <para>Gets or sets the index of an item which is currently displayed within the image slider.
</para>
            </summary>
            <value>An integer value specifying the index of an active item within the ImageSlider extension.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.BinaryImageCacheFolder">
            <summary>
                <para>Gets or sets the path to the folder that contains cached binary images displayed by ImageSlider.
</para>
            </summary>
            <value>A string value specifying the path to the cached binary images.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the ImageSlider.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxImageSliderImageSliderClientSideEventstopic.htm">ImageSliderClientSideEvents</A> object which allows assigning handlers to the client-side events available to the ImageSlider.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the ImageSlider has been bound to its data source.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ImageContentBytesField">
            <summary>
                <para>Gets or sets an array of the bytes representing the image. A <see cref="T:System.Byte"/> array that contains the image contents.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the ImageSlider.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxImageSliderImageSliderImagestopic.htm">ImageSliderImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ImageUrlField">
            <summary>
                <para>Gets or sets the data source field that provides image locations for the ImageSlider's items.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ItemDataBound">
            <summary>
                <para>Enables you to customize settings of a bound image slider item before it is finally rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxImageSliderImageSliderItemEventHandlertopic.htm">ImageSliderItemEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.Items">
            <summary>
                <para>Gets the collection of items in the ImageSlider.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxImageSliderItemCollectiontopic.htm">MVCxImageSliderItemCollection</A> instance that is the collection of items.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.KeyboardSupport">
            <summary>
                <para>Gets or sets a value that specifies whether keyboard navigation is available within the ImageSlider.
</para>
            </summary>
            <value><b>true</b>, if keyboard navigation is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.NameField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides unique image slider item identifier names. 
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.NavigateUrlField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides image slider item navigation locations.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.NavigateUrlFormatString">
            <summary>
                <para>Gets or sets the pattern used to format image slider item navigation URLs.
</para>
            </summary>
            <value>A string value that is the format pattern.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SeoFriendly">
            <summary>
                <para>Gets or sets whether Search-Engine Optimization (SEO) mode is enabled.
</para>
            </summary>
            <value><b>true</b>, if the SEO-friendly mode is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all image slider items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all image slider items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemTextTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all image slider items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all image slider items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemThumbnailTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the thumbnail content of all image slider items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemThumbnailTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the thumbnail content of all image slider items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsBehavior">
            <summary>
                <para>Provides access to the ImageSlider's behavior settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxImageSliderImageSliderBehaviorSettingstopic.htm">ImageSliderBehaviorSettings</A> object that contains the extension's behavior settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsImageArea">
            <summary>
                <para>Provides access to the ImageSlider's image area options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxImageSliderImageSliderImageAreaSettingstopic.htm">ImageSliderImageAreaSettings</A> object that contains the image area options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsNavigationBar">
            <summary>
                <para>Provides access to the ImageSlider's navigation bar options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxImageSliderImageSliderNavigationBarSettingstopic.htm">ImageSliderNavigationBarSettings</A> object that contains the navigation bar options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsSlideShow">
            <summary>
                <para>Provides access to the ImageSlider's slide show options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxImageSliderImageSliderSlideShowSettingstopic.htm">ImageSliderSlideShowSettings</A> object that contains the slide show options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ShowImageArea">
            <summary>
                <para>Gets or sets a value that specifies whether or not the image area is displayed within the image slider.
</para>
            </summary>
            <value><b>true</b>, if the image area is visible, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ShowNavigationBar">
            <summary>
                <para>Gets or sets a value that specifies whether the navigation bar is displayed within the image slider.
</para>
            </summary>
            <value><b>true</b>, if the bar is visible, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxImageSliderImageSliderStylestopic.htm">ImageSliderStyles</A> object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.Target">
            <summary>
                <para>Gets or sets the window or frame to which to target the contents of the URL associated with an item.
</para>
            </summary>
            <value>A string which identifies the window or frame to which to target the URL content.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.TextField">
            <summary>
                <para>Gets or sets the data source field which provides item descriptions.
</para>
            </summary>
            <value>A string value that specifies the name of the data source field which contains item descriptions.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ThumbnailContentBytesField">
            <summary>
                <para>Gets or sets an array of the bytes representing the thumbnail. A <see cref="T:System.Byte"/> array that contains the thumbnail contents.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ImageSliderSettings.ThumbnailUrlField">
            <summary>
                <para>Gets or sets the data source field that provides thumbnail image locations for the ImageSlider's items.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ImageSliderExtension">

            <summary>
                <para>Represents an extension object implementing the ImageSlider functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.#ctor(DevExpress.Web.Mvc.ImageSliderSettings)">
            <summary>
                <para>Initializes a new instance of the ImageSliderExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.#ctor(DevExpress.Web.Mvc.ImageSliderSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ImageSliderExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.Bind(System.Object)">
            <summary>
                <para>Binds the ImageSlider to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcImageSliderExtensiontopic.htm">ImageSliderExtension</A> object representing the ImageSlider.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.BindToFolder(System.String)">
            <summary>
                <para>Binds the ImageSlider to the folder specified by its name.
</para>
            </summary>
            <param name="folder">
		A string specifying the path to the folder that contains images.


            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the ImageSlider to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name. 

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the ImageSlider to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string value specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ImageSliderExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the ImageSlider to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.FileManagerSettings">

            <summary>
                <para>Contains FileManager specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the FileManagerSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b>, if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the FileManager.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerClientSideEventstopic.htm">FileManagerClientSideEvents</A> object which allows assigning handlers to the client-side events available to the FileManager.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a FileManager on the client.
</para>
            </summary>
            <value><b>true</b> to initially display a FileManager; <b>false</b> to render it into the web page, but make it initially hidden on the client.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomErrorText">
            <summary>
                <para>Enables you to provide custom error descriptions.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerCustomErrorTextEventHandlertopic.htm">FileManagerCustomErrorTextEventHandler</A> delegate method allowing you to change the error text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomFileInfoDisplayText">
            <summary>
                <para>Enables you to display file info as a custom text in the file tooltip and in the columns.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerCustomFileInfoDisplayTextEventHandlertopic.htm">FileManagerCustomFileInfoDisplayTextEventHandler</A> delegate method allowing you to change the file info.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomFileSystemProvider">
            <summary>
                <para>Gets or sets the custom file system provider used within FileManager.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileSystemProviderBasetopic.htm">FileSystemProviderBase</A> object that is the file system provider.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomFileSystemProviderTypeName">
            <summary>
                <para>Gets or sets the name of a custom file system provider type that is used within FileManager.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value specifying the type name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomThumbnail">
            <summary>
                <para>Occurs before each time a thumbnail is created. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerThumbnailCreateEventHandlertopic.htm">FileManagerThumbnailCreateEventHandler</A> delegate method allowing you to provide a custom thumbnail.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a FileManager is bound to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.DataBound">
            <summary>
                <para>Allows you to perform some actions after the FileManager binds to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.DownloadRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the name of the Controller and the Action which should handle requests related to file downloading.

</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.EnableCallbackAnimation">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.FileUploading">
            <summary>
                <para>Fires on the server side before a file is uploaded, and allows you to cancel the action.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFileUploadEventHandlertopic.htm">FileManagerFileUploadEventHandler</A> delegate method to be called when a file is about to be uploaded within the FileManager upload panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.FolderCreating">
            <summary>
                <para>Fires on the server side before a folder is created and allows you to cancel the action.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerFolderCreateEventHandlertopic.htm">FileManagerFolderCreateEventHandler</A> delegate method to be called when a folder is about to be created.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various FileManager elements.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxFileManagerFileManagerImagestopic.htm">FileManagerImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ImagesDetailsView">
            <summary>
                <para>Provides access to the settings that define images displayed within the file list in details view.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerDetailsViewImagestopic.htm">FileManagerDetailsViewImages</A> object that contains image settings. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemDeleting">
            <summary>
                <para>Fires on the server side before an item is deleted and allows you to cancel the action.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemDeleteEventHandlertopic.htm">FileManagerItemDeleteEventHandler</A> delegate method to be called when an item is about to be deleted.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemMoving">
            <summary>
                <para>Fires on the server side before an item is moved and allows you to cancel the action. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemMoveEventHandlertopic.htm">FileManagerItemMoveEventHandler</A> delegate method to be called when an item is about to be moved.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemRenaming">
            <summary>
                <para>Fires on the server side before an item is renamed and allows you to cancel the action. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxFileManagerFileManagerItemRenameEventHandlertopic.htm">FileManagerItemRenameEventHandler</A> delegate method to be called when a folder is about to be renamed.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SaveStateToCookies">
            <summary>
                <para>Gets or sets a value that specifies whether cookies are used to persist information about the FileManager's state. 
</para>
            </summary>
            <value><b>true</b>, if information is persisted in cookies; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the FileManager's state is persisted.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying a cookie's name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.Settings">
            <summary>
                <para>Provides access to the FileManager's main settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxFileManagerSettingstopic.htm">MVCxFileManagerSettings</A> object that contains the FileManager's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsEditing">
            <summary>
                <para>Provides access to the FileManager's editing settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerSettingsEditingtopic.htm">FileManagerSettingsEditing</A> object that contains the FileManager's editing options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsFileList">
            <summary>
                <para>Provides access to settings that are related to the file list. 
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerSettingsFileListtopic.htm">FileManagerSettingsFileList</A> object that contains the file list's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsFolders">
            <summary>
                <para>Provides access to the folder container's settings. 
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerSettingsFolderstopic.htm">FileManagerSettingsFolders</A> object that contains the folder container's settings. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsPermissions">
            <summary>
                <para>Provides access to settings that relate to the FileManager's access permissions. 
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerSettingsPermissionstopic.htm">FileManagerSettingsPermissions</A> object containing settings. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsToolbar">
            <summary>
                <para>Provides access to the visibility settings of toolbar items. 
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerSettingsToolbartopic.htm">FileManagerSettingsToolbar</A> object that contains the visibility options. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsUpload">
            <summary>
                <para>Provides access to the upload panel's settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxFileManagerSettingsUploadtopic.htm">MVCxFileManagerSettingsUpload</A> object that contains settings for an upload panel. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerStylestopic.htm">FileManagerStyles</A> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.FileManagerSettings.StylesDetailsView">
            <summary>
                <para>Provides access to the style settings defining the appearance of the file list in details view.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxFileManagerFileManagerDetailsViewStylestopic.htm">FileManagerDetailsViewStyles</A> object that provides style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension">

            <summary>
                <para>An extension object implementing the Appointment Recurrence Form functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.#ctor(DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings)">
            <summary>
                <para>Initializes a new instance of the AppointmentRecurrenceFormExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.#ctor(DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the AppointmentRecurrenceFormExtension class with the specified settings and provides the context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.Bind(DevExpress.XtraScheduler.RecurrenceInfo)">
            <summary>
                <para>Binds the form to recurrence data.
</para>
            </summary>
            <param name="recurrenceInfo">
		A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing recurrence data.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcAppointmentRecurrenceFormExtensiontopic.htm">AppointmentRecurrenceFormExtension</A> object representing the form extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.GetValue(System.String,DevExpress.XtraScheduler.Appointment)">
            <summary>
                <para> Obtains recurrence information from the standalone recurrence form.
</para>
            </summary>
            <param name="name">
		 A string that is the name of a recurrence form.

            </param>
            <param name="pattern">
		 An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the pattern to which recurrence information is applied.

            </param>
            <returns>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class instance containing recurrence information.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.CaptchaSettings">

            <summary>
                <para>Contains Captcha specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CaptchaSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the CaptchaSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.ChallengeImage">
            <summary>
                <para>Gets the image settings displayed within the challenge image element.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsCaptchaCaptchaImagePropertiestopic.htm">CaptchaImageProperties</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.ChallengeImageCustomRender">
            <summary>
                <para>Enables you to implement custom logic for rendering a Captcha's challenge image.

</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsCaptchaChallengeImageCustomRenderEventHandlertopic.htm">ChallengeImageCustomRenderEventHandler</A> delegate method allowing you to implement custom logic for rendering a Captcha's challenge image.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.CharacterSet">
            <summary>
                <para>Gets or sets the set of characters used by Captcha to generate the code displayed on the challenge image.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the set of characters.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the Captcha.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesCallbackClientSideEventstopic.htm">CallbackClientSideEvents</A> object which allows assigning handlers to the client-side events available to the Captcha.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a Captcha on the client.
</para>
            </summary>
            <value><b>true</b> to initially display a Captcha; <b>false</b> to render it into the web page, but make it initially hidden on the client.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.CodeLength">
            <summary>
                <para>Gets or sets the code length displayed within the Captcha's challenge image.
</para>
            </summary>
            <value>An integer value that represents the displayed code length.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a fade animation effect is used when a challenge image is updated via a callback.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various Captcha elements.
</para>
            </summary>
            <value>An CaptchaImages object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanel">
            <summary>
                <para>Gets the settings of the Captcha's loading panel.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesSettingsLoadingPaneltopic.htm">SettingsLoadingPanel</A> object that contains settings specific to a Captcha's loading panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanelImage">
            <summary>
                <para>Gets the settings of an image displayed within a captcha's loading panel.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesImagePropertiestopic.htm">ImageProperties</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanelStyle">
            <summary>
                <para>Gets the style properties for the loading panel of the captcha extension.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesLoadingPanelStyletopic.htm">LoadingPanelStyle</A> object defining the appearance of the loading panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.RefreshButton">
            <summary>
                <para>Gets the settings of the captcha's refresh button.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsCaptchaRefreshButtonPropertiestopic.htm">RefreshButtonProperties</A> object that contains settings specific to a captcha's refresh button.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsCaptchaCaptchaStylestopic.htm">CaptchaStyles</A> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.TextBox">
            <summary>
                <para>Gets the settings of the captcha's text box.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsCaptchaCaptchaTextBoxPropertiestopic.htm">CaptchaTextBoxProperties</A> object that contains settings specific to an editor's text box.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CaptchaSettings.ValidationSettings">
            <summary>
                <para>Gets the Captcha's validation settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsCaptchaCaptchaValidationSettingstopic.htm">CaptchaValidationSettings</A> object that contains validation settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.CaptchaExtension">

            <summary>
                <para>Represents an extension object implementing the Captcha functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CaptchaExtension.#ctor(DevExpress.Web.Mvc.CaptchaSettings)">
            <summary>
                <para>Initializes a new instance of the CaptchaExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CaptchaExtension.#ctor(DevExpress.Web.Mvc.CaptchaSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the CaptchaExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CaptchaExtension.GetCode(System.String)">
            <summary>
                <para>Gets the textual representation of the code automatically generated by Captcha and displayed within the challenge image.
</para>
            </summary>
            <param name="extensionName">
		A <see cref="T:System.String"/> value specifying the captcha extension name.

            </param>
            <returns>A <see cref="T:System.String"/> value representing the automatically generated code.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.CaptchaExtension.GetIsValid(System.String)">
            <summary>
                <para>Gets a value that indicates whether the text entered into the text box coincides with the automatically generated code displayed within the challenge image. 
</para>
            </summary>
            <param name="extensionName">
		A <see cref="T:System.String"/> value specifying the captcha extension name.

            </param>
            <returns><b>true</b>, if the entered text successfully passed verification; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerExportSettings">

            <summary>
                <para>Holds settings specific to the export of Scheduler data in different formats.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerExportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerExportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerExportSettings.ICalendar">
            <summary>
                <para>Provides access to settings for export to iCalendar format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxICalendarExportSettings"/> object containing settings for export to iCalendar format.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsExport">

            <summary>
                <para>Contains the export settings to be applied when the TreeList's data is exported. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListSettingsExport class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.FileName">
            <summary>
                <para>Gets or sets the file name to which the TreeList's data is exported.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the target file name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.PrintSettings">
            <summary>
                <para>Provides access to the print options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxTreeListExportASPxTreeListPrintSettingstopic.htm">ASPxTreeListPrintSettings</A> object that contains the TreeList's print options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.RenderBrick">
            <summary>
                <para>Enables rendering of different content from the content exported by default. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListExportASPxTreeListRenderBrickEventHandlertopic.htm">ASPxTreeListRenderBrickEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.Styles">
            <summary>
                <para>Provides access to the properties that specify the appearance of tree list elements when the TreeList is exported.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxTreeListExportTreeListExportStylestopic.htm">TreeListExportStyles</A> object that provides style settings used to paint tree list elements when it is exported.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListCommandColumn">

            <summary>
                <para>Denotes an individual command column within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.#ctor(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListCommandColumn class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the command column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the command column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetGroupFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the command column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetGroupFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the command column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render the command column header's caption.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render the command column header's caption.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.Visible">
            <summary>
                <para>Gets or sets a value that specifies whether the column is visible.
</para>
            </summary>
            <value><b>true</b> to show the column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.VisibleIndex">
            <summary>
                <para>Gets or sets the column's position among the visible columns within a TreeList.
</para>
            </summary>
            <value>An integer value that specifies the column's position among the visible columns. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDockZone">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockZone.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDockZone class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockZone.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockZone.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewExtension">

            <summary>
                <para>Represents an extension object implementing the GridView functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.#ctor(DevExpress.Web.Mvc.GridViewSettings)">
            <summary>
                <para>Initializes a new instance of the GridViewExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.#ctor(DevExpress.Web.Mvc.GridViewSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the GridViewExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.Bind(System.Object)">
            <summary>
                <para>Binds the Grid View to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.



            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the Grid View.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToCustomData(DevExpress.Web.Mvc.GridViewModel)">
            <summary>
                <para>Binds the GridView to a custom data model when you use the grid in the custom data binding mode. 
</para>
            </summary>
            <param name="viewModel">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object representing the grid view model to which to bind.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToEF(System.Type,System.String)">
            <summary>
                <para>Binds the GridView to a data source via the Entity Framework in database server mode.
</para>
            </summary>
            <param name="contextType">
		A <b><see cref="T:System.Type"/></b> specifying the DataContext type.

            </param>
            <param name="tableName">
		A <b><see cref="T:System.String"/></b> object specifying the table name.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToEF(System.String,System.String)">
            <summary>
                <para>Binds the GridView to a data source via the Entity Framework in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A <b><see cref="T:System.String"/></b> object representing the DataContext type name.

            </param>
            <param name="tableName">
		A <b><see cref="T:System.String"/></b> object specifying the table name.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToEF(System.Type,System.String,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a data source via the Entity Framework in database server mode.
</para>
            </summary>
            <param name="contextType">
		A <b><see cref="T:System.Type"/></b> specifying the DataContext type.

            </param>
            <param name="tableName">
		A <b><see cref="T:System.String"/></b> object specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToEF(System.String,System.String,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a data source via the Entity Framework in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A <b><see cref="T:System.String"/></b> object representing the DataContext type name.

            </param>
            <param name="tableName">
		A <b><see cref="T:System.String"/></b> object specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToEF(System.String,System.String,System.EventHandler`1,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a data source via the Entity Framework in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A <b><see cref="T:System.String"/></b> object representing the DataContext type name.

            </param>
            <param name="tableName">
		A <b><see cref="T:System.String"/></b> object specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <param name="exceptionThrownMethod">
		A delegate method that allows catching unhandled/CLR exceptions that appear


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToLINQ(System.String,System.String)">
            <summary>
                <para>Binds the GridView to a queryable source in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A string representing the DataContext type name.

            </param>
            <param name="tableName">
		A string specifying the table name.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToLINQ(System.String,System.String,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a queryable source in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A string representing the DataContext type name.

            </param>
            <param name="tableName">
		A string specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToLINQ(System.Type,System.String)">
            <summary>
                <para>Binds the GridView to a queryable source in database server mode.
</para>
            </summary>
            <param name="contextType">
		A <see cref="T:System.Type"/> specifying the DataContext type.


            </param>
            <param name="tableName">
		A string specifying the table name.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object specifying the GridView extension.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToLINQ(System.Type,System.String,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a queryable source in database server mode.
</para>
            </summary>
            <param name="contextType">
		A <see cref="T:System.Type"/> specifying the DataContext type.


            </param>
            <param name="tableName">
		A string specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object specifying the GridView extension.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToLINQ(System.String,System.String,System.EventHandler`1,System.EventHandler`1)">
            <summary>
                <para>Binds the GridView to a queryable source in database server mode.
</para>
            </summary>
            <param name="contextTypeName">
		A string representing the DataContext type name.

            </param>
            <param name="tableName">
		A string specifying the table name.

            </param>
            <param name="selectingMethod">
		A method to which selection logic is delegated.

            </param>
            <param name="exceptionThrownMethod">
		A delegate method that allows catching unhandled/CLR exceptions that appear


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the GridView to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the GridView to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the GridView to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.CreatePrintableObject(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Enables a GridView to be printed using the XtraPrinting Library. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings. 

            </param>
            <param name="dataObject">
		An object representing the GridView's data source (typically, it is passed to the grid's <see cref="M:DevExpress.Web.Mvc.GridViewExtension.Bind"/> method).

            </param>
            <returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable GridView to be printed.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToPdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the grid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.GetCustomDataCallbackResult(System.Object)">
            <summary>
                <para>Returns the specified result back to the client side after processing a callback within an Action defined <see cref="P:DevExpress.Web.Mvc.GridViewSettings.CustomDataActionRouteValues"/> property.
</para>
            </summary>
            <param name="data">
		An object that represents any information that needs to be passed back to the client side.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object representing the result of an action method.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.GetEditValue``1(System.String)">
            <summary>
                <para>Gets editor values from the edit form by a field name.
</para>
            </summary>
            <param name="fieldName">
		A <b><see cref="T:System.String"/></b> that is the name of the database field assigned to the current column.

            </param>
            <returns>An editor value.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.GetViewModel(System.String)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="name">
		A string value that is the unique identifier name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>) for the GridView.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object representing the grid view model.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.SetEditErrorText(System.String)">
            <summary>
                <para>Displays the specified (error) text in a special row at the bottom of the grid's Edit Form.
</para>
            </summary>
            <param name="message">
		A string value specifying the text to be displayed within the Edit Form's bottom.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object representing the GridView extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the grid's data to a stream in CSV format with the specified export options. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the grid's data to a stream in CSV format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to the specified file in CSV format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to a file in CSV format and writes it to the Response in binary format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to a file in CSV format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to the specified file in CSV format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the grid's data to a stream in PDF format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the grid's data to a stream in PDF format with the specified export options. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.


            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to the specified file in PDF format, and writes it to the Response in binary format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to a file in PDF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to a file in PDF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to the specified file in PDF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the grid's data to a stream in RTF format with the specified export options. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the grid's data to a stream in RTF format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to a file in RTF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to the specified file in RTF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to a file in RTF format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to the specified file in RTF format and writes it to the Response in binary format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the grid's data to a stream in XLS format with the specified export settings. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the grid's data to a stream in XLS format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to a file in XLS format and writes it to the Response in binary format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to a file in XLS format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the grid's data to a stream in XLSX format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the grid's data to a stream in XLSX format with the specified export settings. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the grid's data to the specified file in XLS format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
            <summary>
                <para>Exports the grid's data to a file in XLSX format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
            <summary>
                <para>Exports the grid's data to the specified file in XLSX format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the grid's data to a file in XLSX format and writes it to the Response in binary format. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>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. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object that contains GridView settings.

            </param>
            <param name="dataObject">
		An object representing the GridView's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.SchedulerStatusInfoExtension">

            <summary>
                <para>An extension object specifying the Scheduler Status Info Settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerStatusInfoExtension.#ctor(DevExpress.Web.Mvc.SchedulerStatusInfoSettings)">
            <summary>
                <para>Initializes a new instance of the SchedulerStatusInfoExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerStatusInfoExtension.#ctor(DevExpress.Web.Mvc.SchedulerStatusInfoSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the SchedulerStatusInfoExtension class with the specified settings and provides the context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.StyleSheet">

            <summary>
                <para>Represents a style sheet resource to be registered within a page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.StyleSheet.#ctor">
            <summary>
                <para>Initializes a new instance of the StyleSheet class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.StyleSheet.SkinIDs">
            <summary>
                <para>Gets or sets an array containing identifiers of the skins to be applied.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.StyleSheet.Theme">
            <summary>
                <para>Gets or sets the name of the theme to be applied.
</para>
            </summary>
            <value>A string value specifying the theme name. Refer to Available Themes to learn more.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.Script">

            <summary>
                <para>Represents a script resource to be registered within a page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.Script.#ctor">
            <summary>
                <para>Initializes a new instance of the Script class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.ExtensionsFactory">

            <summary>
                <para>Contains helper methods to create DevExpress MVC extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.AppointmentRecurrenceForm(DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings)">
            <summary>
                <para>Creates an Appointment Recurrence Form.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings"/> object containing AppointmentRecurrenceForm specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension"/> object implementing the AppointmentRecurrenceForm functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.AppointmentRecurrenceForm(System.Action`1)">
            <summary>
                <para>Creates an Appointment Recurrence Form.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension"/> object containing settings for the AppointmentRecurrenceForm.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.BinaryImage(DevExpress.Web.Mvc.BinaryImageEditSettings)">
            <summary>
                <para>Creates a BinaryImage.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> object containing BinaryImage specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.BinaryImageEditExtension"/> object implementing the BinaryImage functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.BinaryImage(System.Action`1)">
            <summary>
                <para>Creates a BinaryImage.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.BinaryImageEditExtension"/> object implementing the BinaryImage functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Button(DevExpress.Web.Mvc.ButtonSettings)">
            <summary>
                <para>Creates a Button.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ButtonSettings"/> object containing Button specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonExtension"/> object implementing the Button functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Button(System.Action`1)">
            <summary>
                <para>Creates a Button.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonExtension"/> object implementing the Button functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ButtonEdit(DevExpress.Web.Mvc.ButtonEditSettings)">
            <summary>
                <para>Creates a ButtonEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> object containing ButtonEdit specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonEditExtension"/> object implementing the ButtonEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ButtonEdit(System.Action`1)">
            <summary>
                <para>Creates a ButtonEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonEditExtension"/> object implementing the ButtonEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Calendar(DevExpress.Web.Mvc.CalendarSettings)">
            <summary>
                <para>Creates a Calendar.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> object containing Calendar specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CalendarExtension"/> object implementing the Calendar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Calendar(System.Action`1)">
            <summary>
                <para>Creates a Calendar.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CalendarExtension"/> object implementing the Calendar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CallbackPanel(System.Action`1)">
            <summary>
                <para>Creates a CallbackPanel.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CallbackPanelSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CallbackPanelExtension"/> object implementing the CallbackPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CallbackPanel(DevExpress.Web.Mvc.CallbackPanelSettings)">
            <summary>
                <para>Creates a CallbackPanel.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.CallbackPanelSettings"/> object containing CallbackPanel specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CallbackPanelExtension"/> object implementing the CallbackPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Captcha(System.Action`1)">
            <summary>
                <para>Creates a Captcha
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CaptchaSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCaptchaExtensiontopic.htm">CaptchaExtension</A> object implementing the Captcha functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Captcha(DevExpress.Web.Mvc.CaptchaSettings)">
            <summary>
                <para>Creates a Captcha
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.CaptchaSettings"/> object containing Captcha specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCaptchaExtensiontopic.htm">CaptchaExtension</A> object implementing the Captcha functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Chart(System.Action`1)">
            <summary>
                <para>Creates a Chart.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> as a parameter. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ChartControlExtension"/> object implementing the Chart functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Chart(DevExpress.Web.Mvc.ChartControlSettings)">
            <summary>
                <para>Creates a Chart.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object containing Chart specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ChartControlExtension"/> object implementing the Chart functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CheckBox(DevExpress.Web.Mvc.CheckBoxSettings)">
            <summary>
                <para>Creates a CheckBox.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> object containing CheckBox specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxExtension"/> object implementing the CheckBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CheckBox(System.Action`1)">
            <summary>
                <para>Creates a CheckBox.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxExtension"/> object implementing the CheckBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CheckBoxList(System.Action`1)">
            <summary>
                <para>Creates a CheckBoxList.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCheckBoxListExtensiontopic.htm">CheckBoxListExtension</A> object implementing the CheckBoxList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CheckBoxList(DevExpress.Web.Mvc.CheckBoxListSettings)">
            <summary>
                <para>Creates a CheckBoxList.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> object containing CheckBoxList specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCheckBoxListExtensiontopic.htm">CheckBoxListExtension</A> object implementing the CheckBoxList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ColorEdit(DevExpress.Web.Mvc.ColorEditSettings)">
            <summary>
                <para>Creates a ColorEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> object containing ColorEdit specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ColorEditExtension"/> object implementing the ColorEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ColorEdit(System.Action`1)">
            <summary>
                <para>Creates a ColorEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ColorEditExtension"/> object implementing the ColorEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ComboBox(System.Action`1)">
            <summary>
                <para>Creates a ComboBox.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object implementing the ComboBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ComboBox(DevExpress.Web.Mvc.ComboBoxSettings)">
            <summary>
                <para>Creates a ComboBox.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> object containing ComboBox specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object implementing the ComboBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DataView(System.Action`1)">
            <summary>
                <para>Creates a DataView.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DataViewSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcDataViewExtensiontopic.htm">DataViewExtension</A> object implementing the DataView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DataView(DevExpress.Web.Mvc.DataViewSettings)">
            <summary>
                <para>Creates a DataView.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DataViewSettings"/> object containing <b>DataView</b> specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcDataViewExtensiontopic.htm">DataViewExtension</A> object implementing the DataView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DateEdit(System.Action`1)">
            <summary>
                <para>Creates a DateEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateEditExtension"/> object implementing the DateEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DateEdit(DevExpress.Web.Mvc.DateEditSettings)">
            <summary>
                <para>Creates a DateEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> object containing DateEdit specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateEditExtension"/> object implementing the DateEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DateNavigator(DevExpress.Web.Mvc.SchedulerSettings)">
            <summary>
                <para>Creates a DateNavigator.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/> object containing DateNavigator specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> object implementing the DateNavigator functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DateNavigator(System.Action`1)">
            <summary>
                <para>Creates a DateNavigator.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> object implementing the DateNavigator functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockManager(DevExpress.Web.Mvc.DockManagerSettings)">
            <summary>
                <para>Creates a DockManager.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DockManagerSettings"/> object containing DockManager specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DockManagerExtension"/> object implementing the DockManager functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockManager(System.Action`1)">
            <summary>
                <para>Creates a DockManager.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DockManagerSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DockManagerExtension"/> object implementing the DockManager functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockPanel(DevExpress.Web.Mvc.DockPanelSettings)">
            <summary>
                <para>Creates a DockPanel.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DockPanelSettings"/> object containing DockPanel specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DockPanelExtension"/> object implementing the DockPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockPanel(System.Action`1)">
            <summary>
                <para>Creates a DockPanel.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DockPanelSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcDockPanelExtensiontopic.htm">DockPanelExtension</A> object implementing the DockPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockZone(System.Action`1)">
            <summary>
                <para>Creates a DockZone.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DockZoneSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcDockZoneExtensiontopic.htm">DockZoneExtension</A> object implementing the DockZone functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DockZone(DevExpress.Web.Mvc.DockZoneSettings)">
            <summary>
                <para>Creates a DockZone.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DockZoneSettings"/> object containing DockZone specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DockZoneExtension"/> object implementing the DockZone functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DropDownEdit(DevExpress.Web.Mvc.DropDownEditSettings)">
            <summary>
                <para>Creates a DropDownEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> object containing DropDownEdit specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DropDownEditExtension"/> object implementing the DropDownEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DropDownEdit(System.Action`1)">
            <summary>
                <para>Creates a DropDownEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DropDownEditExtension"/> object implementing the DropDownEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FileManager(DevExpress.Web.Mvc.FileManagerSettings)">
            <summary>
                <para>Creates a FileManager
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> object containing FileManager specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcFileManagerExtensiontopic.htm">FileManagerExtension</A> object implementing the FileManager functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FileManager(System.Action`1)">
            <summary>
                <para>Creates a FileManager
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcFileManagerExtensiontopic.htm">FileManagerExtension</A> object implementing the FileManager functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GetScripts(DevExpress.Web.Mvc.UI.Script[])">
            <summary>
                <para>Returns the HTML code representing the rendering of the specified scripts.

</para>
            </summary>
            <param name="scriptItems">
		An array of <see cref="T:DevExpress.Web.Mvc.UI.Script"/> objects defining the attached scripts. 

            </param>
            <returns>A <see cref="T:System.Web.Mvc.MvcHtmlString"/> object representing the HTML-encoded string.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GetStyleSheets(DevExpress.Web.Mvc.UI.StyleSheet[])">
            <summary>
                <para>Renders the specified style sheets in the response.

</para>
            </summary>
            <param name="cssItems">
		An array of <see cref="T:DevExpress.Web.Mvc.UI.StyleSheet"/> objects defining the attached style sheets. 

            </param>
            <returns>An MvcHtmlString object that is an empty string.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GridView(DevExpress.Web.Mvc.GridViewSettings)">
            <summary>
                <para>Creates a GridView.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> object containing GridView specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object implementing the GridView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GridView(System.Action`1)">
            <summary>
                <para>Creates a GridView.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> object implementing the GridView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.HtmlEditor(System.Action`1)">
            <summary>
                <para>Creates a HtmlEditor.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object implementing the HtmlEditor functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.HtmlEditor(DevExpress.Web.Mvc.HtmlEditorSettings)">
            <summary>
                <para>Creates a HtmlEditor.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> object containing HtmlEditor specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object implementing the HtmlEditor functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.HyperLink(DevExpress.Web.Mvc.HyperLinkSettings)">
            <summary>
                <para>Creates a HyperLink.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.HyperLinkSettings"/> object containing HyperLink specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HyperLinkExtension"/> object implementing the HyperLink functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.HyperLink(System.Action`1)">
            <summary>
                <para>Creates a HyperLink.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HyperLinkSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HyperLinkExtension"/> object implementing the HyperLink functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Image(System.Action`1)">
            <summary>
                <para>Creates a Image.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ImageEditExtension"/> object implementing the Image functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Image(DevExpress.Web.Mvc.ImageEditSettings)">
            <summary>
                <para>Creates a Image.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ImageEditSettings"/> object containing Image specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ImageEditExtension"/> object implementing the Image functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageSlider(DevExpress.Web.Mvc.ImageSliderSettings)">
            <summary>
                <para>Creates a ImageSlider
</para>
            </summary>
            <param name="settings">
		An <see cref="T:DevExpress.Web.Mvc.ImageSliderSettings"/> object containing ImageSlider specific settings.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcImageSliderExtensiontopic.htm">ImageSliderExtension</A> object implementing the ImageSlider functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageSlider(System.Action`1)">
            <summary>
                <para>Creates a ImageSlider
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageSliderSettings"/> as a parameter.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcImageSliderExtensiontopic.htm">ImageSliderExtension</A> object implementing the ImageSlider functionality.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.ExtensionsFactory.Instance">
            <summary>
                <para>Provides access to the ExtensionsFactory class instance.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> object, specifying the created class instance.

</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Label(DevExpress.Web.Mvc.LabelSettings)">
            <summary>
                <para>Creates a Label.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.LabelSettings"/> object containing Label specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LabelExtension"/> object implementing the Label functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Label(System.Action`1)">
            <summary>
                <para>Creates a Label.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.LabelSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LabelExtension"/> object implementing the Label functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ListBox(System.Action`1)">
            <summary>
                <para>Creates a ListBox.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object implementing the ListBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ListBox(DevExpress.Web.Mvc.ListBoxSettings)">
            <summary>
                <para>Creates a ListBox.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> object containing ListBox specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object implementing the ListBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.LoadingPanel(DevExpress.Web.Mvc.LoadingPanelSettings)">
            <summary>
                <para>Creates a LoadingPanel.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.LoadingPanelSettings"/> object containing LoadingPanel specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LoadingPanelExtension"/> object implementing the LoadingPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.LoadingPanel(System.Action`1)">
            <summary>
                <para>Creates a LoadingPanel.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.LoadingPanelSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LoadingPanelExtension"/> object implementing the LoadingPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Memo(DevExpress.Web.Mvc.MemoSettings)">
            <summary>
                <para>Creates a Memo.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> object containing Memo specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MemoExtension"/> object implementing the Memo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Memo(System.Action`1)">
            <summary>
                <para>Creates a Memo.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MemoExtension"/> object implementing the Memo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Menu(System.Action`1)">
            <summary>
                <para>Creates a Menu.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MenuSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MenuExtension"/> object implementing the Menu functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Menu(DevExpress.Web.Mvc.MenuSettings)">
            <summary>
                <para>Creates a Menu.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.MenuSettings"/> object containing Menu specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MenuExtension"/> object implementing the Menu functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.NavBar(DevExpress.Web.Mvc.NavBarSettings)">
            <summary>
                <para>Creates a NavBar.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.NavBarSettings"/> object containing NavBar specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.NavBarExtension"/> object implementing the NavBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.NavBar(System.Action`1)">
            <summary>
                <para>Creates a NavBar.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.NavBarSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.NavBarExtension"/> object implementing the NavBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PageControl(System.Action`1)">
            <summary>
                <para>Creates a PageControl.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PageControlSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PageControlExtension"/> object implementing the PageControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PageControl(DevExpress.Web.Mvc.PageControlSettings)">
            <summary>
                <para>Creates a PageControl.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PageControlSettings"/> object containing PageControl specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PageControlExtension"/> object implementing the PageControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PivotCustomizationExtension(DevExpress.Web.Mvc.PivotGridSettings)">
            <summary>
                <para>Creates a <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/>.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains settings that were used to initialize the owner PivotGrid extension.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> object implementing the PivotCustomizationExtension functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PivotCustomizationExtension(System.Action`1)">
            <summary>
                <para>Creates a <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/>.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> object implementing the PivotCustomizationExtension functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PivotGrid(DevExpress.Web.Mvc.PivotGridSettings)">
            <summary>
                <para>Creates a PivotGrid.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object containing PivotGrid specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object implementing the PivotGrid functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PivotGrid(System.Action`1)">
            <summary>
                <para>Creates a PivotGrid.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object implementing the PivotGrid functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PopupControl(System.Action`1)">
            <summary>
                <para>Creates a PopupControl.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PopupControlSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PopupControlExtension"/> object implementing the PopupControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PopupControl(DevExpress.Web.Mvc.PopupControlSettings)">
            <summary>
                <para>Creates a PopupControl.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PopupControlSettings"/> object containing PopupControl specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PopupControlExtension"/> object implementing the PopupControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PopupMenu(DevExpress.Web.Mvc.PopupMenuSettings)">
            <summary>
                <para>Creates a <b>PopupMenu</b>.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PopupMenuSettings"/> object containing PopupMenu specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> object implementing the PopupMenu functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.PopupMenu(System.Action`1)">
            <summary>
                <para>Creates a <b>PopupMenu</b>.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PopupMenuSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> object implementing the PopupMenu functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ProgressBar(DevExpress.Web.Mvc.ProgressBarSettings)">
            <summary>
                <para>Creates a ProgressBar.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> object containing ProgressBar specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ProgressBarExtension"/> object implementing the ProgressBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ProgressBar(System.Action`1)">
            <summary>
                <para>Creates a ProgressBar.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ProgressBarExtension"/> object implementing the ProgressBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RadioButton(DevExpress.Web.Mvc.RadioButtonSettings)">
            <summary>
                <para>Creates a RadioButton.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> object containing RadioButton specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonExtension"/> object implementing the RadioButton functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RadioButton(System.Action`1)">
            <summary>
                <para>Creates a RadioButton.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonExtension"/> object implementing the RadioButton functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RadioButtonList(System.Action`1)">
            <summary>
                <para>Creates a RadioButtonList.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonListExtension"/> object implementing the RadioButtonList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RadioButtonList(DevExpress.Web.Mvc.RadioButtonListSettings)">
            <summary>
                <para>Creates a RadioButtonList.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> object containing RadioButtonList specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonListExtension"/> object implementing the RadioButtonList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RenderScripts(System.Web.UI.Page,DevExpress.Web.Mvc.UI.Script[])">
            <summary>
                <para>Renders the specified scripts in the response.
</para>
            </summary>
            <param name="page">
		The page object.

            </param>
            <param name="scriptItems">
		An array of <see cref="T:DevExpress.Web.Mvc.UI.Script"/> objects defining the attached scripts.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RenderStyleSheets(System.Web.UI.Page,DevExpress.Web.Mvc.UI.StyleSheet[])">
            <summary>
                <para>Renders the specified style sheets in the response.
</para>
            </summary>
            <param name="page">
		The page object.

            </param>
            <param name="cssItems">
		An array of <see cref="T:DevExpress.Web.Mvc.UI.StyleSheet"/> objects defining the attached style sheets.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ReportToolbar(System.Action`1)">
            <summary>
                <para>Creates a Report Toolbar.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/> as a parameter. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/> object implementing the Report Toolbar functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ReportToolbar(DevExpress.Web.Mvc.ReportToolbarSettings)">
            <summary>
                <para>Creates a Report Toolbar.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/> object containing Report Toolbar specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/> object implementing the Report Toolbar functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ReportViewer(System.Action`1)">
            <summary>
                <para>Creates a Report Viewer.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> as a parameter. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/> object implementing the Report Viewer functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ReportViewer(DevExpress.Web.Mvc.ReportViewerSettings)">
            <summary>
                <para>Creates a Report Viewer.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> object containing Report Viewer specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/> object implementing the Report Viewer functionality. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RoundPanel(System.Action`1)">
            <summary>
                <para>Creates a RoundPanel.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RoundPanelSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RoundPanelExtension"/> object implementing the RoundPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RoundPanel(DevExpress.Web.Mvc.RoundPanelSettings)">
            <summary>
                <para>Creates a RoundPanel.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.RoundPanelSettings"/> object containing RoundPanel specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RoundPanelExtension"/> object implementing the RoundPanel functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Scheduler(DevExpress.Web.Mvc.SchedulerSettings)">
            <summary>
                <para>Creates a Scheduler control.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing Scheduler specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object implementing the Scheduler functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Scheduler(System.Action`1)">
            <summary>
                <para>Creates a Scheduler control.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object implementing the Scheduler functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SchedulerStatusInfo(System.Action`1)">
            <summary>
                <para>Creates a SchedulerStatusInfo.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SchedulerStatusInfoSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerStatusInfoExtension"/> object implementing the SchedulerStatusInfo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SchedulerStatusInfo(DevExpress.Web.Mvc.SchedulerStatusInfoSettings)">
            <summary>
                <para>Creates a SchedulerStatusInfoSettings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerStatusInfoSettings"/> object containing SchedulerStatusInfo specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerStatusInfoExtension"/> object implementing the SchedulerStatusInfo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SpinEdit(DevExpress.Web.Mvc.SpinEditSettings)">
            <summary>
                <para>Creates a SpinEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> object containing SpinEdit specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SpinEditExtension"/> object implementing the SpinEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SpinEdit(System.Action`1)">
            <summary>
                <para>Creates a SpinEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SpinEditExtension"/> object implementing the SpinEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Splitter(System.Action`1)">
            <summary>
                <para>Creates a Splitter.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SplitterSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SplitterExtension"/> object implementing the Splitter functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Splitter(DevExpress.Web.Mvc.SplitterSettings)">
            <summary>
                <para>Creates a Splitter.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SplitterSettings"/> object containing Splitter specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SplitterExtension"/> object implementing the Splitter functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TabControl(System.Action`1)">
            <summary>
                <para>Creates a TabControl.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TabControlSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TabControlExtension"/> object implementing the TabControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TabControl(DevExpress.Web.Mvc.TabControlSettings)">
            <summary>
                <para>Creates a TabControl.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TabControlSettings"/> object containing TabControl specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SplitterExtension"/> object implementing the TabControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TextBox(System.Action`1)">
            <summary>
                <para>Creates a TextBox.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TextBoxExtension"/> object implementing the TextBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TextBox(DevExpress.Web.Mvc.TextBoxSettings)">
            <summary>
                <para>Creates a TextBox.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> object containing TextBox specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TextBoxExtension"/> object implementing the TextBox functionality.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.ExtensionsFactory.Theme">
            <summary>
                <para>Specifies the theme to be applied to all DevExpress extensions within an application.
</para>
            </summary>
            <value>A string value specifying the theme name. Refer to Available Themes to learn more.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TimeEdit(DevExpress.Web.Mvc.TimeEditSettings)">
            <summary>
                <para>Creates a TimeEdit.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> object containing TimeEdit specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeEditExtension"/> object implementing the TimeEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TimeEdit(System.Action`1)">
            <summary>
                <para>Creates a TimeEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeEditExtension"/> object implementing the TimeEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TimeZoneEdit(DevExpress.Web.Mvc.TimeZoneEditSettings)">
            <summary>
                <para>Creates a TimeZone Editor.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TimeZoneEditSettings"/> object containing TimeZoneEdit specific settings. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeZoneEditExtension"/> object implementing the TimeZoneEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TimeZoneEdit(System.Action`1)">
            <summary>
                <para>Creates a TimeZoneEdit.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TimeZoneEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeZoneEditExtension"/> object implementing the TimeZoneEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TrackBar(DevExpress.Web.Mvc.TrackBarSettings)">
            <summary>
                <para>Creates a TrackBar.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TrackBarSettings"/> object containing TrackBar specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcTrackBarExtensiontopic.htm">TrackBarExtension</A> object implementing the TrackBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TrackBar(System.Action`1)">
            <summary>
                <para>Creates a TrackBar.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TrackBarSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcTrackBarExtensiontopic.htm">TrackBarExtension</A> object implementing the TrackBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeList(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Creates a TreeList.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object containing <b>TreeList</b> specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension"/> object implementing the <b>TreeList</b> functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeList(System.Action`1)">
            <summary>
                <para>Creates a TreeList.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension"/> object implementing the <b>TreeList</b> functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeView(System.Action`1)">
            <summary>
                <para>Creates a TreeView.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TreeViewSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TreeViewExtension"/> object implementing the TreeView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeView(DevExpress.Web.Mvc.TreeViewSettings)">
            <summary>
                <para>Creates a TreeView.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeViewSettings"/> object containing TreeView specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TreeViewExtension"/> object implementing the TreeView functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.UploadControl(DevExpress.Web.Mvc.UploadControlSettings)">
            <summary>
                <para>Creates a UploadControl.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> object containing UploadControl specific settings.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.UploadControlExtension"/> object implementing the UploadControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.UploadControl(System.Action`1)">
            <summary>
                <para>Creates a UploadControl.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.UploadControlExtension"/> object implementing the UploadControl functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ValidationSummary(DevExpress.Web.Mvc.ValidationSummarySettings)">
            <summary>
                <para>Creates a ValidationSummary.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.ValidationSummarySettings"/> object containing ValidationSummary specific settings.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcValidationSummaryExtensiontopic.htm">ValidationSummaryExtension</A> object implementing the ValidationSummary functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ValidationSummary">
            <summary>
                <para>Creates a ValidationSummary.
</para>
            </summary>
            <returns>A <A HREF="clsDevExpressWebMvcValidationSummaryExtensiontopic.htm">ValidationSummaryExtension</A> object implementing the ValidationSummary functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ValidationSummary(System.Action`1)">
            <summary>
                <para>Creates a ValidationSummary.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ValidationSummarySettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcValidationSummaryExtensiontopic.htm">ValidationSummaryExtension</A> object implementing the ValidationSummary functionality.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.ExtensionType">

            <summary>
                <para>Lists values that specify the extension type.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.AppointmentRecurrenceForm">
            <summary>
                <para>Identifies the AppointmentRecurrenceForm extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.BinaryImage">
            <summary>
                <para>Identifies the BinaryImage extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Button">
            <summary>
                <para>Identifies the Button extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ButtonEdit">
            <summary>
                <para>Identifies the ButtonEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Calendar">
            <summary>
                <para>Identifies the Calendar extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.CallbackPanel">
            <summary>
                <para>Identifies the CallbackPanel extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Captcha">
            <summary>
                <para>Identifies the Captcha extension. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Chart">
            <summary>
                <para>Identifies the Chart extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.CheckBox">
            <summary>
                <para>Identifies the CheckBox extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.CheckBoxList">
            <summary>
                <para>Identifies the CheckBoxList extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ColorEdit">
            <summary>
                <para>Identifies the ColorEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ComboBox">
            <summary>
                <para>Identifies the ComboBox extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DataView">
            <summary>
                <para>Identifies the DataView extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DateEdit">
            <summary>
                <para>Identifies the DateEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DateNavigator">
            <summary>
                <para>Identifies the DateNavigator extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DockManager">
            <summary>
                <para>Identifies the DockManager extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DockPanel">
            <summary>
                <para>Identifies the DockPanel extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DockZone">
            <summary>
                <para>Identifies the DockZone extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.DropDownEdit">
            <summary>
                <para>Identifies the DropDownEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.FileManager">
            <summary>
                <para>Identifies the FileManager extension. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.GridView">
            <summary>
                <para>Identifies the GridView extension.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.HtmlEditor">
            <summary>
                <para>Identifies the HtmlEditor extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.HyperLink">
            <summary>
                <para>Identifies the HyperLink extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Image">
            <summary>
                <para>Identifies the Image extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ImageSlider">
            <summary>
                <para>Identifies the ImageSlider extension. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Label">
            <summary>
                <para>Identifies the Label extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ListBox">
            <summary>
                <para>Identifies the ListBox extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.LoadingPanel">
            <summary>
                <para>Identifies the LoadingPanel extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Memo">
            <summary>
                <para>Identifies the Memo extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Menu">
            <summary>
                <para>Identifies the Menu extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.NavBar">
            <summary>
                <para>Identifies the NavBar extension.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.PageControl">
            <summary>
                <para>Identifies the PageControl extension.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.PivotCustomizationExtension">
            <summary>
                <para>Identifies the PivotCustomization extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.PivotGrid">
            <summary>
                <para>Identifies the PivotGrid extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.PopupControl">
            <summary>
                <para>Identifies the PopupControl extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.PopupMenu">
            <summary>
                <para>Identifies the PopupMenu extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ProgressBar">
            <summary>
                <para>Identifies the ProgressBar extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.RadioButton">
            <summary>
                <para>Identifies the RadioButton extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.RadioButtonList">
            <summary>
                <para>Identifies the RadioButtonList extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ReportToolbar">
            <summary>
                <para>Identifies the ReportToolbar extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ReportViewer">
            <summary>
                <para>Identifies the ReportViewer extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.RoundPanel">
            <summary>
                <para>Identifies the RoundPanel extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Scheduler">
            <summary>
                <para>Identifies the Scheduler extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.SchedulerStatusInfo">
            <summary>
                <para>Identifies the SchedulerStatusInfo extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.SpinEdit">
            <summary>
                <para>Identifies the SpinEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Splitter">
            <summary>
                <para>Identifies the Splitter extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TabControl">
            <summary>
                <para>Identifies the TabControl extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TextBox">
            <summary>
                <para>Identifies the TextBox extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TimeEdit">
            <summary>
                <para>Identifies the TimeEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TimeZoneEdit">
            <summary>
                <para>Identifies the TimeZoneEdit extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TrackBar">
            <summary>
                <para>Identifies the TrackBar extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TreeList">
            <summary>
                <para>Identifies the TreeList extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.TreeView">
            <summary>
                <para>Identifies the TreeView extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.UploadControl">
            <summary>
                <para>Identifies the UploadControl extension.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ValidationSummary">
            <summary>
                <para>Identifies the ValidationSummary extension.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.TabControlSettingsBase">

            <summary>
                <para>Represents a base class containing common settings of a tabbed control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.#ctor">
            <summary>
                <para>Initializes a new instance of the TabControlSettingsBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ActiveTabIndex">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControlBase.ActiveTabIndex"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the TabControlSettingsBase.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTabControl.TabControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the TabControlSettingsBase.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a TabControl on the client.
</para>
            </summary>
            <value><b>true</b> to make a TabControl initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the wrapped web control.
 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTabControl.TabControlStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.EnableHotTrack">
            <summary>
                <para>Gets or sets a value that specifies whether tabs can visually respond to mouse hovering. 
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.EnableTabScrolling">
            <summary>
                <para>Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed extension.
</para>
            </summary>
            <value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the TabControl elements.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.SetSpaceAfterTabsContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the space after a tab's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.SetSpaceAfterTabsContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the space after a tab's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.SetSpaceBeforeTabsContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the space before a tab's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.SetSpaceBeforeTabsContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the space before a tab's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabAlign">
            <summary>
                <para>Gets or sets the alignment of tabs along the control's side specified by the <see cref="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabPosition"/> property.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabPosition">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControlBase.TabPosition"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TabControlSettings">

            <summary>
                <para>Contains TabControl specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TabControlSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.ActiveTabImageUrlField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.ActiveTabImageUrlField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.DataBound">
            <summary>
                <para>Allows you to perform some actions after the TabControl binds to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.NameField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.NameField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.NavigateUrlField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.NavigateUrlField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.NavigateUrlFormatString">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.NavigateUrlFormatString"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettings.SetActiveTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of an active tab within the current tab control.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettings.SetActiveTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the content of an active tab within the current tab control.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettings.SetTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template, used for displaying the content of all tabs within the current tab control.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlSettings.SetTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template, used for displaying the content of all tabs within the current tab control.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.SyncSelectionMode">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.SyncSelectionMode"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.TabDataBound">
            <summary>
                <para>Enables you to customize the settings of the related tab before it is finally rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTabControlTabControlEventHandlertopic.htm">TabControlEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.TabImageUrlField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.TabImageUrlField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.Tabs">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.Tabs"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.Target">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.Target"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.TextField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.TextField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.TextFormatString">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.TextFormatString"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TabControlSettings.ToolTipField">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxTabControl.ToolTipField"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TabControlExtensionBase">

            <summary>
                <para>Represents a base class implementing the common functionality of a tabbed control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtensionBase.#ctor(DevExpress.Web.Mvc.TabControlSettingsBase)">
            <summary>
                <para>Initializes a new instance of the TabControlExtensionBase class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtensionBase.#ctor(DevExpress.Web.Mvc.TabControlSettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TabControlExtensionBase class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.TabControlExtension">

            <summary>
                <para>Represents an extension object implementing the TabControl functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.#ctor(DevExpress.Web.Mvc.TabControlSettings)">
            <summary>
                <para>Initializes a new instance of the TabControlExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.#ctor(DevExpress.Web.Mvc.TabControlSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TabControlExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.Bind(System.Object)">
            <summary>
                <para>Binds the TabControl to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TabControlExtension"/> object representing the TabControl.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the TabControl to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the TabControl to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the TabControl to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the TabControl to the XML file specified name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		 A string value specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TabControlExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the TabControl to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.SettingsBase">

            <summary>
                <para>Represents a base class for control specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SettingsBase.#ctor">
            <summary>
                <para>Initializes a new instance of the SettingsBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Attributes">
            <summary>
                <para>Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.ControlStyle">
            <summary>
                <para>Provides access to the style settings which are usually declared at the root level of a wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Enabled">
            <summary>
                <para>Gets or sets a value that indicates whether the UI control is enabled, allowing it to respond to end-user interactions.
</para>
            </summary>
            <value><b>true</b> if the control is enabled; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.EnableTheming">
            <summary>
                <para>Gets or sets a value indicating whether themes apply to this extension.
</para>
            </summary>
            <value><b>true</b> to use themes; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.EncodeHtml">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxClasses.ASPxWebControl.EncodeHtml"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Height">
            <summary>
                <para>Gets or sets the height of the control.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Name">
            <summary>
                <para>Gets or sets the unique identifier name for the control. 
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.PreRender">
            <summary>
                <para>Allows custom processing to be implemented before the extension is rendered to the page.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.SkinID">
            <summary>
                <para>Gets or sets the skin to apply to the control.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Style">
            <summary>
                <para>Gets a collection of all cascading style sheet (CSS) properties applied to an extension.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.TabIndex">
            <summary>
                <para>Gets or sets the tab index of the control element of the web page.
</para>
            </summary>
            <value>An integer value specifying the tab index.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Theme">
            <summary>
                <para>Gets or sets the name of the theme to be applied to the control.
</para>
            </summary>
            <value>A string value specifying the theme name. Refer to Available Themes to learn more.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.ToolTip">
            <summary>
                <para>Gets or sets a UI element's tooltip text.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the text displayed within the UI element's tooltip.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SettingsBase.Width">
            <summary>
                <para>Gets or sets the width of the control.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.RoundPanelSettings">

            <summary>
                <para>Contains RoundPanel specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the RoundPanelSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the RoundPanelSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the RoundPanelSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a RoundPanel on the client.
</para>
            </summary>
            <value><b>true</b> to make a RoundPanel initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ContentHeight">
            <summary>
                <para>Gets or sets a round panel content's height.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> value specifying the height. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ContentPaddings">
            <summary>
                <para>Gets the round panel's padding settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.Paddings"/> object that contains padding settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.GroupBoxCaptionOffsetX">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel.GroupBoxCaptionOffsetX"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.GroupBoxCaptionOffsetY">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel.GroupBoxCaptionOffsetY"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.HeaderImage">
            <summary>
                <para>Gets the settings of an image displayed within the round panel's header.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesImagePropertiestopic.htm">ImageProperties</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.HeaderNavigateUrl">
            <summary>
                <para>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.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.HeaderText">
            <summary>
                <para>Gets or sets the text displayed within the RoundPanel's header.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Parts">
            <summary>
                <para>Gets the settings that define different parts of the panel.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelSettings.SetContent(System.String)">
            <summary>
                <para>Specifies the contents of the RoundPanel.
</para>
            </summary>
            <param name="content">
		A string value representing the content.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelSettings.SetContent(System.Action)">
            <summary>
                <para>Specifies the contents of the RoundPanel.
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelSettings.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying a round panel header.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelSettings.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying a round panel header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ShowHeader">
            <summary>
                <para>Gets or sets whether the RoundPanel's header is displayed.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Target">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel.Target"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.RoundPanelSettings.View">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel.View"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.RoundPanelExtension">

            <summary>
                <para>Represents an extension object implementing the RoundPanel functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelExtension.#ctor(DevExpress.Web.Mvc.RoundPanelSettings)">
            <summary>
                <para>Initializes a new instance of the RoundPanelExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.RoundPanelExtension.#ctor(DevExpress.Web.Mvc.RoundPanelSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the RoundPanelExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.PageControlSettings">

            <summary>
                <para>Contains PageControl specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the PageControlSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.ActivateTabPageAction">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxPageControl.ActivateTabPageAction"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of the PageControl.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a loading panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.LoadingPanelText">
            <summary>
                <para>Gets or sets the text to be displayed within a specific loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A string that specifies the descriptive text displayed within a loading panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.SaveStateToCookies">
            <summary>
                <para>Gets or sets a value that specifies whether cookies are used to persist information about the PageControl's state. 
</para>
            </summary>
            <value><b>true</b>, if information is persisted in cookies; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the PageControl's state is persisted.
</para>
            </summary>
            <value> A string value specifying a cookie's name.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlSettings.SetActiveTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of an active tab within the current page control.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlSettings.SetActiveTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the content of an active tab within the current page control.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlSettings.SetTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template, used for displaying the content of all tabs within the current page control.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlSettings.SetTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of all tabs within the current page control.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether a specific loading panel can be displayed within the PageControl. 
</para>
            </summary>
            <value><b>true</b> if a loading panel is allowed to be displayed within the PageControl; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.ShowLoadingPanelImage">
            <summary>
                <para>Gets or sets a value that specifies the visibility of an image within a specific loading panel displayed while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b> if an image is displayed within a loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.ShowTabs">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxPageControl.ShowTabs"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PageControlSettings.TabPages">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxTabControl.ASPxPageControl.TabPages"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PageControlExtension">

            <summary>
                <para>Represents an extension object implementing the PageControl functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlExtension.#ctor(DevExpress.Web.Mvc.PageControlSettings)">
            <summary>
                <para>Initializes a new instance of the PageControlExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlExtension.#ctor(DevExpress.Web.Mvc.PageControlSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PageControlExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PageControlExtension.GetState(System.String)">
            <summary>
                <para>Gets the information about the state of PageControl items.

</para>
            </summary>
            <param name="name">
		The extension name.

            </param>
            <returns>A <b>PageControlState</b> object that is the PageControl items state.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.NavBarSettings">

            <summary>
                <para>Contains NavBar specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the NavBarSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.AllowExpanding">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.AllowExpanding"/>

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.AllowSelectItem">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.AllowSelectItem"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.AutoCollapse">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.AutoCollapse"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value> An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ClientLayout">
            <summary>
                <para><see short="E:DevExpress.Web.ASPxNavBar.ASPxNavBar.ClientLayout"/>
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the NavBarSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxNavBar.NavBarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the NavBarSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a NavBar on the client.
</para>
            </summary>
            <value><b>true</b> to make a NavBar initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the NavBar's wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxNavBar.NavBarStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value> A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a NavBar is bound to a data source.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.DataBound">
            <summary>
                <para>Allows you to perform some actions after the NavBar binds to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.EnableAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing groups.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.EnableCallbackAnimation">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.EnableHotTrack">
            <summary>
                <para>Gets or sets a value that specifies whether specific elements of a NavBar (such as items or headers) can visually respond to mouse hovering.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ExpandButtonPosition">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.ExpandButtonPosition"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.GroupDataBound">
            <summary>
                <para>Enables you to customize settings of the related group before it is finally rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxNavBarNavBarGroupEventHandlertopic.htm">NavBarGroupEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.GroupDataFields">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.GroupDataFields"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.Groups">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.Groups"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the NavBar's elements.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ItemDataBound">
            <summary>
                <para>Enables you to customize settings of the related item before it is finally rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxNavBarNavBarItemEventHandlertopic.htm">NavBarItemEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ItemDataFields">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.ItemDataFields"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ItemLinkMode">
            <summary>
                <para>Gets or sets a value that specifies how items are represented as links within the NavBar.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ItemLinkMode"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a loading panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.LoadingPanelText">
            <summary>
                <para>Gets or sets the text to be displayed within a specific loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A string that specifies the descriptive text displayed within a loading panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.SaveStateToCookies">
            <summary>
                <para>Gets or sets a value that specifies whether cookies are used to persist information about the NavBar's state. 
</para>
            </summary>
            <value><b>true</b>, if information is persisted in cookies; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the NavBar's state is persisted.
</para>
            </summary>
            <value> A string value specifying a cookie's name.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupContentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the client region's content of all groups within NavBar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupContentTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the client region's content of all groups within the NavBar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupHeaderTemplateCollapsedContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of the headers of all collapsed groups within NavBar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupHeaderTemplateCollapsedContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the content of the headers of all collapsed groups within the NavBar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of all group headers within the NavBar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the content of all group headers within the NavBar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the content of all items within the NavBar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetItemTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the content of all items within the NavBar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetItemTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a common template used for displaying the text content of all items within the NavBar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarSettings.SetItemTextTemplateContent(System.String)">
            <summary>
                <para>Allows setting a common template used for displaying the text content of all items within the NavBar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ShowExpandButtons">
            <summary>
                <para>Gets or sets a value that specifies whether group expand buttons are displayed within the NavBar's group headers.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ShowGroupHeaders">
            <summary>
                <para>Gets or sets a value that specifies whether group headers are displayed within a NavBar.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether a specific loading panel can be displayed within the NavBar, while waiting for a callback response. 
</para>
            </summary>
            <value><b>true</b> if a loading panel is allowed to be displayed within the NavBar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.ShowLoadingPanelImage">
            <summary>
                <para>Gets or sets a value that specifies the visibility of an image within a specific loading panel displayed while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b> if an image is displayed within a loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.SyncSelectionMode">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.SyncSelectionMode"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.NavBarSettings.Target">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxNavBar.ASPxNavBar.Target"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.NavBarExtension">

            <summary>
                <para>Represents an extension object implementing the NavBar functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.#ctor(DevExpress.Web.Mvc.NavBarSettings)">
            <summary>
                <para>Initializes a new instance of the NavBarExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.#ctor(DevExpress.Web.Mvc.NavBarSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the NavBarExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.Bind(System.Object)">
            <summary>
                <para>Binds the NavBar to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.


            </param>
            <returns> A <see cref="T:DevExpress.Web.Mvc.NavBarExtension"/> object representing the NavBar.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the NavBar to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the NavBar to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the NavBar to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the NavBar to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string value specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the NavBar to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.NavBarExtension.GetState(System.String)">
            <summary>
                <para>Gets the information about the state of navbar items.

</para>
            </summary>
            <param name="name">
		The extension name.

            </param>
            <returns>A <b>NavBarState</b> object that is the navbar items state.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTabPageCollection">

            <summary>
                <para>Represents a collection of tabbed pages within the PageControl.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTabPageCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Adds a new tab page to the collection and specifies the page's display text, name and associated image.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new tab page to the collection and specifies the tab page's display text and name.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add">
            <summary>
                <para>Adds a new tab page to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add(DevExpress.Web.Mvc.MVCxTabPage)">
            <summary>
                <para>Adds the specified tab page to the collection.
</para>
            </summary>
            <param name="tabPage">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add(System.String)">
            <summary>
                <para>Adds a new tab page to the collection and specifies the tab page's display text.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new tabbed page to the collection and allows you to customize this page in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTabPage"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.FindByName(System.String)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabPageCollection.FindByName"/>
</para>
            </summary>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.FindByText(System.String)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabPageCollection.FindByText"/>
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.GetVisibleTabPage(System.Int32)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabPageCollection.GetVisibleTabPage"/>
</para>
            </summary>
            <param name="index">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.IndexOf(DevExpress.Web.Mvc.MVCxTabPage)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabPageCollection.IndexOf"/>
</para>
            </summary>
            <param name="tabPage">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxTabPage)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabPageCollection.Insert"/>
</para>
            </summary>
            <param name="index">
		 

            </param>
            <param name="tabPage">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTabPageCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual tab pages within the MVCxTabPageCollection.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.Remove(DevExpress.Web.Mvc.MVCxTabPage)">
            <summary>
                <para>Removes a tab page object from the tab page collection.
</para>
            </summary>
            <param name="tabPage">
		 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTabPage">

            <summary>
                <para>Represents a tabbed page within the PageControl.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTabPage class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTabPage class with the specified setting.
</para>
            </summary>
            <param name="text">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTabPage class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTabPage class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTabPage.Controls">
            <summary>
                <para>Gets a collection that contains child controls representing the current object's content. 

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetActiveTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current page's tab when it's active.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetActiveTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current page's tab when it's active.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetContent(System.String)">
            <summary>
                <para>Specifies the contents of the TabPage.
</para>
            </summary>
            <param name="content">
		A string value representing the content.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetContent(System.Action)">
            <summary>
                <para>Specifies the contents of the TabPage.
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current page's tab.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current page's tab.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTabControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabControl.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTabControl class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTabControl.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabControl.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTabControl.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTabCollection">

            <summary>
                <para>Represents a collection of tabs within a tab control (PageControl or TabControl).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTabCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Adds a new tab to the collection and specifies the tab's display text, name, associated image and URL.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Adds a new tab to the collection and specifies the tab's display text, name and associated image.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add">
            <summary>
                <para>Adds a new tab to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(DevExpress.Web.Mvc.MVCxTab)">
            <summary>
                <para>Adds the specified tab to the collection.
</para>
            </summary>
            <param name="tab">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new tab to the collection and specifies the tab's display text and name.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.String)">
            <summary>
                <para>Adds a new tab to the collection and specifies the tab's display text.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new tab to the collection and allows you to customize this tab in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTab"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.FindByName(System.String)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.FindByName"/>
</para>
            </summary>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.FindByText(System.String)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.FindByText"/>
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.GetVisibleTab(System.Int32)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.GetVisibleTab"/>
</para>
            </summary>
            <param name="index">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.IndexOf(DevExpress.Web.Mvc.MVCxTab)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.IndexOf"/>
</para>
            </summary>
            <param name="tab">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxTab)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.Insert"/>
</para>
            </summary>
            <param name="index">
		 

            </param>
            <param name="tab">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTabCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual tabs within the MVCxTabCollection.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Remove(DevExpress.Web.Mvc.MVCxTab)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxTabControl.TabCollection.Remove"/>
</para>
            </summary>
            <param name="tab">
		 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTab">

            <summary>
                <para>Represents an individual tab within the TabControl.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with the specified setting.
</para>
            </summary>
            <param name="text">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTab class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.SetActiveTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current tab when it's active.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.SetActiveTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current tab when it's active.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.SetTabTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current tab.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTab.SetTabTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current tab.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxRoundPanel">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRoundPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxRoundPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRoundPanel.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxRoundPanel.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxRoundPanel.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPageControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPageControl.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPageControl class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPageControl.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPageControl.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPageControl.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPageControl.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPageControl.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxNavBarItemCollection">

            <summary>
                <para>Represents a collection of items within a group. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItemCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.#ctor(DevExpress.Web.ASPxNavBar.NavBarGroup)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItemCollection class with the specified setting.
</para>
            </summary>
            <param name="group">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text, name, associated image and URL.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add">
            <summary>
                <para>Adds a new item to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(DevExpress.Web.Mvc.MVCxNavBarItem)">
            <summary>
                <para>Adds the specified item to the collection.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text and name.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text, name and associated image.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new item to the collection and allows you to customize this item in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItem"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.FindByName(System.String)">
            <summary>
                <para>Returns an item object with the specified <see cref="P:DevExpress.Web.ASPxNavBar.NavBarItem.Name"/> property value.
</para>
            </summary>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.FindByText(System.String)">
            <summary>
                <para>Returns an item object with the specified <see cref="P:DevExpress.Web.ASPxNavBar.NavBarItem.Text"/> property value.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.GetVisibleItem(System.Int32)">
            <summary>
                <para>Gets an item by its visible index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.IndexOf(DevExpress.Web.Mvc.MVCxNavBarItem)">
            <summary>
                <para>Searches for the specified item object and returns the zero-based index of the first occurrence within the item collection.
</para>
            </summary>
            <param name="item">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxNavBarItem)">
            <summary>
                <para>Inserts the specified item object into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <param name="item">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual items within the MVCxNavBarItemCollection.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.Remove(DevExpress.Web.Mvc.MVCxNavBarItem)">
            <summary>
                <para>Removes an item object from the item collection.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxNavBarItem">

            <summary>
                <para>Represents an individual item within the NavBar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with the specified setting.
</para>
            </summary>
            <param name="text">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.SetTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of the item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.SetTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of the item.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.SetTextTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.SetTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the item.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxNavBarGroup">

            <summary>
                <para>Represents an individual group within the NavBar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with the specified setting.
</para>
            </summary>
            <param name="text">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBarGroup.Items">
            <summary>
                <para>Gets the collection of items within the group and provides indexed access to them.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetContentTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the client region's content of the current group.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetContentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the client region's content of the current group.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetHeaderTemplateCollapsedContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of the group's header, when the group is in a collapsed state.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetHeaderTemplateCollapsedContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of the group's header, when the group is in a collapsed state.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of the group's header.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of the group's header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all items within the current <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/>.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all items within the current <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/>.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetItemTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all items within the current <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/>.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetItemTextTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the text the content of all items within current <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/>.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxNavBar">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxNavBar class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBar.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBar.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBar.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.

</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBar.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBar.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxMenuItemCollection">

            <summary>
                <para>Represents a collection that maintains menu items. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItemCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.#ctor(DevExpress.Web.ASPxMenu.MenuItem)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItemCollection class with the specified setting.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Adds a new menu item to the collection and specifies the item's display text, name, associated image and URL.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add">
            <summary>
                <para>Adds a new menu item to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(DevExpress.Web.Mvc.MVCxMenuItem)">
            <summary>
                <para>Adds the specified menu item to the collection.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new item to the collection and specifies the item's display text and name.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Adds a new menu item to the collection and specifies the item's display text, name and associated image.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new menu item to the collection and allows you to customize this item in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxMenuItem"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.FindByName(System.String)">
            <summary>
                <para>Returns an item object with the specified <see cref="P:DevExpress.Web.ASPxMenu.MenuItem.Name"/> property value.
</para>
            </summary>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.FindByText(System.String)">
            <summary>
                <para>Returns an item object with the specified <see cref="P:DevExpress.Web.ASPxMenu.MenuItem.Text"/> property value.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.GetVisibleItem(System.Int32)">
            <summary>
                <para>Gets a menu item by its visible index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.IndexOf(DevExpress.Web.Mvc.MVCxMenuItem)">
            <summary>
                <para>Searches for the specified menu item object and returns the zero-based index of the first occurrence within the menu item collection.
</para>
            </summary>
            <param name="item">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxMenuItem)">
            <summary>
                <para>Inserts the specified menu item into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <param name="item">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMenuItemCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual items within the MVCxMenuItemCollection.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.Remove(DevExpress.Web.Mvc.MVCxMenuItem)">
            <summary>
                <para>Removes a menu item object from the menu item collection.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxMenuItem">

            <summary>
                <para>Represents an individual menu item within the Menu.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with the specified setting.
</para>
            </summary>
            <param name="text">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxMenuItem class with the specified settings.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMenuItem.Items">
            <summary>
                <para>Gets a collection that contains the submenu items of the current menu item. 
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetSubMenuTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template to display the client region's content of the current menu item's submenus.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetSubMenuTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the client region's content of the current menu item's submenus.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of the current menu item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of the current menu item.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current menu item.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetTextTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the text content of the current menu item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxMenu">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenu.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxMenu class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMenu.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxMenu.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxMenu.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewSettings">

            <summary>
                <para>Contains specific settings of the GridView.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection">

            <summary>
                <para>Represents a collection of columns within the GridView.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumnCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.#ctor(DevExpress.Web.ASPxClasses.Internal.IWebControlObject)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumnCollection class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <b>IWebControlObject</b> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new column to the collection and specifies the column's caption and bound field name.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="caption">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.String,System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
            <summary>
                <para>Adds a new column to the collection and specifies the column's caption, type and bound field name.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="caption">
		 

            </param>
            <param name="columnType">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add">
            <summary>
                <para>Adds a new column to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
            <summary>
                <para>Adds a new column to the collection and specifies the column's type and bound field name.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="columnType">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.String)">
            <summary>
                <para>Adds a new column to the collection and specifies the column's bound field name.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.AddBand(System.String)">
            <summary>
                <para>Creates a new band column with the specified caption and adds it to the collection.
</para>
            </summary>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the band column's caption.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxGridViewBandColumntopic.htm">MVCxGridViewBandColumn</A> object that is the newly created band column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.AddBand">
            <summary>
                <para>Creates a new band column and adds it to the collection.
</para>
            </summary>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxGridViewBandColumntopic.htm">MVCxGridViewBandColumn</A> object that is the newly created band column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.AddBand(System.Action`1)">
            <summary>
                <para>Adds a new band column to the collection and allows you to customize this column in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn"/> as a parameter.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewColumn">

            <summary>
                <para>Represents a column within the GridView.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumn class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="columnType">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumn class with the specified setting.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="caption">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String,System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		 

            </param>
            <param name="caption">
		 

            </param>
            <param name="columnType">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.Assign(DevExpress.Web.ASPxClasses.CollectionItem)">
            <summary>
                <para><see short="M:DevExpress.Web.ASPxGridView.GridViewColumn.Assign"/>
</para>
            </summary>
            <param name="source">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.ColumnType">
            <summary>
                <para>Gets the column data editor type.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.FilterCellStyle">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.FilterExpression">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.PropertiesEditType">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetDataItemTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying data cells within the current column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetDataItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying data cells within the current column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetEditItemTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying edit form items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetEditItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying edit form items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetFilterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying a filter.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetFilterTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying a filter.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetFooterTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the column's footer cell.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetFooterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the column's footer cell.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetGroupRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying group rows.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetGroupRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying group rows.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the column header's caption.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the column header's caption.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of the column's header.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of the column's header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.ShowInFilterControl">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings">

            <summary>
                <para>Contains behavior specific settings of the GridView.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewBehaviorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings.ProcessFocusedRowChangedOnServer">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings.ProcessSelectionChangedOnServer">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MenuSettings">

            <summary>
                <para>Contains Menu specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MenuSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a Menu on the client.
</para>
            </summary>
            <value><b>true</b> to make a Menu initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.EnableSubMenuScrolling">
            <summary>
                <para>Gets or sets a value specifying whether submenu scrolling is enabled in the Menu.
</para>
            </summary>
            <value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.ItemAutoWidth">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if item widths are calculated automatically; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.ItemImagePosition">
            <summary>
                <para>Gets or sets a value that specifies how item images are positioned within the menu's root items.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.Orientation">
            <summary>
                <para>Gets or sets the direction in which to render the menu.
</para>
            </summary>
            <value>One of the <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Orientation')">Orientation</a> enumeration values. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettings.ShowAsToolbar">
            <summary>
                <para>Specifies whether a menu is displayed as a toolbar.
</para>
            </summary>
            <value><b>true</b> to show a menu as a toolbar; otherwise, <b>false</b>.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MenuExtension">

            <summary>
                <para>Represents an extension object implementing the Menu functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.#ctor(DevExpress.Web.Mvc.MenuSettings)">
            <summary>
                <para>Initializes a new instance of the MenuExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.#ctor(DevExpress.Web.Mvc.MenuSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the MenuExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.Bind(System.Object)">
            <summary>
                <para>Binds the Menu to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source. 


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MenuExtension"/> object representing the Menu. 

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the Menu to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the Menu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the Menu to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name. 

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the Menu to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string value specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the Menu to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtension.GetState(System.String)">
            <summary>
                <para>Gets the information about the state of menu items.

</para>
            </summary>
            <param name="name">
		The extension name.

            </param>
            <returns>A <b>MenuState</b> object that is the menu items state.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewSettings">

            <summary>
                <para>Contains GridView specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.AutoFilterCellEditorCreate">
            <summary>
                <para>Enables you to assign editors to individual filter row cells.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewEditorCreateEventHandlertopic.htm">ASPxGridViewEditorCreateEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.AutoFilterCellEditorInitialize">
            <summary>
                <para>Enables the cell editors displayed within the auto filter row cells to be initialized.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewEditorEventHandlertopic.htm">ASPxGridViewEditorEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.BeforeColumnSortingGrouping">
            <summary>
                <para>Provides an opportunity to obtain the column sorting or grouping parameters and perform some action before a column is sorted or grouped.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewBeforeColumnGroupingSortingEventHandlertopic.htm">ASPxGridViewBeforeColumnGroupingSortingEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.BeforeHeaderFilterFillItems">
            <summary>
                <para>Enables you to provide custom filter items instead of default ones displayed within a Popup Header Filter. 
</para>
            </summary>
            <value>An <A HREF="DevExpressWebASPxGridViewASPxGridViewBeforeHeaderFilterFillItemsEventHandlertopic.htm">ASPxGridViewBeforeHeaderFilterFillItemsEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.Caption">
            <summary>
                <para>Gets or sets the text to render in an HTML <b>caption</b> element in a GridView.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value that specifies the text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CellEditorInitialize">
            <summary>
                <para>Enables you to initialize the cell editors displayed within grid edit cells.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewEditorEventHandlertopic.htm">ASPxGridViewEditorEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of the GridView.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the GridViewSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.GridViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the GridViewSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a GridView on the client.
</para>
            </summary>
            <value><b>true</b> to make a GridView initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.Columns">
            <summary>
                <para>Provides access to a GridView's column collection.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CommandButtonInitialize">
            <summary>
                <para>Enables individual row cells containing command column items to be initialized.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCommandButtonEventHandlertopic.htm">ASPxGridViewCommandButtonEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CommandColumn">
            <summary>
                <para>Provides access to the GridView's command column.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewCommandColumn"/> object representing the grid command column.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the GridView's wrapped web server control.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientGridView.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomBindingRouteValuesCollection">
            <summary>
                <para>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.
</para>
            </summary>
            <value>An object containing the data operation type (identified by <see cref="T:DevExpress.Web.Mvc.GridViewOperationType"/>) and the names of Controllers and Actions. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomButtonInitialize">
            <summary>
                <para>Enables you to initialize custom command buttons.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCustomButtonEventHandlertopic.htm">ASPxGridViewCustomButtonEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomCallback">
            <summary>
                <para>Allows any desired server-side processing to be performed in response to a call to the client <see cref="M:DevExpress.Web.ASPxGridView.Scripts.ASPxClientGridView.PerformCallback"/> method.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCustomCallbackEventHandlertopic.htm">ASPxGridViewCustomCallbackEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomColumnDisplayText">
            <summary>
                <para>Enables custom display text to be provided for any cell.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewColumnDisplayTextEventHandlertopic.htm">ASPxGridViewColumnDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomColumnGroup">
            <summary>
                <para>Provides the ability to group data using custom rules.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCustomColumnSortEventHandlertopic.htm">ASPxGridViewCustomColumnSortEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomColumnSort">
            <summary>
                <para>Enables you to sort data using custom rules.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCustomColumnSortEventHandlertopic.htm">ASPxGridViewCustomColumnSortEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomDataActionRouteValues">
            <summary>
                <para>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 <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientGridView.GetValuesOnCustomCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomDataCallback">
            <summary>
                <para>Allows any desired server-side processing to be performed in response to a call to the client <see cref="M:DevExpress.Web.ASPxGridView.Scripts.ASPxClientGridView.GetValuesOnCustomCallback"/> method and any resulting required information to be passed to the client for further processing (if required).


</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewCustomDataCallbackEventHandlertopic.htm">ASPxGridViewCustomDataCallbackEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomGroupDisplayText">
            <summary>
                <para>Enables you to provide custom content for group rows.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewColumnDisplayTextEventHandlertopic.htm">ASPxGridViewColumnDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomSummaryCalculate">
            <summary>
                <para>Enables you to calculate summary values manually.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressDataCustomSummaryEventHandlertopic.htm">CustomSummaryEventHandler</A> delegate method allowing you to implement custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomUnboundColumnData">
            <summary>
                <para>Enables data to be supplied to unbound columns.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewColumnDataEventHandlertopic.htm">ASPxGridViewColumnDataEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a GridView is bound to a data source.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.DataBound">
            <summary>
                <para>Allows you to perform some actions after the GridView binds to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.DetailRowExpandedChanged">
            <summary>
                <para>Allows you to perform custom actions in response to a master row having been expanded or collapsed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewDetailRowEventHandlertopic.htm">ASPxGridViewDetailRowEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when a grid's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.EnablePagingCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.
</para>
            </summary>
            <value><b>true,</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.EnablePagingGestures">
            <summary>
                <para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
</para>
            </summary>
            <value><b>True</b>, if page switching by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.FilterControlCustomValueDisplayText">
            <summary>
                <para>Enables you to specify the entered filter value's custom display text to be displayed when the filter's condition value editor is inactive.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlCustomValueDisplayTextEventHandlertopic.htm">FilterControlCustomValueDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.FilterControlOperationVisibility">
            <summary>
                <para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl's operation dropdown menu.

</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlOperationVisibilityEventHandlertopic.htm">FilterControlOperationVisibilityEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.FilterControlParseValue">
            <summary>
                <para>Enables you to process and modify an entered value before it is actually accepted by the filter.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlParseValueEventHandlertopic.htm">FilterControlParseValueEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.GroupSummary">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxGridView.ASPxGridView.GroupSummary"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HeaderFilterFillItems">
            <summary>
                <para>Enables you to provide custom filter items displayed within a filter dropdown.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewHeaderFilterEventHandlertopic.htm">ASPxGridViewHeaderFilterEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlDataCellPrepared">
            <summary>
                <para>Enables the settings of individual cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewTableDataCellEventHandlertopic.htm">ASPxGridViewTableDataCellEventHandler</A> delegate method allowing you to implement custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlEditFormCreated">
            <summary>
                <para>Enables you to initialize elements contained within the grid's EditForm template.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewEditFormEventHandlertopic.htm">ASPxGridViewEditFormEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlFooterCellPrepared">
            <summary>
                <para>Enables the settings of individual footer cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewTableFooterCellEventHandlertopic.htm">ASPxGridViewTableFooterCellEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlRowCreated">
            <summary>
                <para>Allows initializing elements contained within the grid templates, when a table row has been created.

</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewTableRowEventHandlertopic.htm">ASPxGridViewTableRowEventHandler</A> delegate method allowing you to implement custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlRowPrepared">
            <summary>
                <para> Enables the settings of individual rows to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxGridViewASPxGridViewTableRowEventHandlertopic.htm">ASPxGridViewTableRowEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the GridView's elements.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ImagesFilterControl">
            <summary>
                <para>Provides access to the settings that define images displayed within the Filter Control.
</para>
            </summary>
            <value>The object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.InitNewRow">
            <summary>
                <para>Enables you to initialize added rows.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebDataASPxDataInitNewRowEventHandlertopic.htm">ASPxDataInitNewRowEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.KeyboardSupport">
            <summary>
                <para>Gets or sets a value that specifies whether keyboard navigation is available within the GridView.
</para>
            </summary>
            <value><b>true</b> if keyboard navigation is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.KeyFieldName">
            <summary>
                <para>Gets or sets the name of the data source key field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source key field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.PageIndexChanged">
            <summary>
                <para>Enables you to respond to the page index change within the grid, as a result of an end-user's page selection.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.PreviewFieldName">
            <summary>
                <para>Gets or sets the name of the data source field whose values are displayed within the preview rows.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.ProcessColumnAutoFilter">
            <summary>
                <para>Enables you to apply custom filter criteria.
</para>
            </summary>
            <value>An <A HREF="DevExpressWebASPxGridViewASPxGridViewAutoFilterEventHandlertopic.htm">ASPxGridViewAutoFilterEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.RowValidating">
            <summary>
                <para>Enables you to specify whether row data is valid, and whether the row can be updated.
</para>
            </summary>
            <value>An <A HREF="DevExpressWebDataASPxDataValidationEventHandlertopic.htm">ASPxDataValidationEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDataItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying data cells.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDataItemTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying data cells.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDataRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying data rows.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDataRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying data rows.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDetailRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying detail rows.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDetailRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying detail rows.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetEditFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying an edit form.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetEditFormTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying an edit form.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetEmptyDataRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the empty data row.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetEmptyDataRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the empty data row.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFilterCellTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying a filter cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFilterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying a filter cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFilterRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying a filter row.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFilterRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying a filter row.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying footer cells.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying footer cells.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFooterRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the footer.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetFooterRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the footer.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupRowContentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the content of group rows.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupRowContentTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the content of group rows.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying group rows.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying group rows.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying column header captions.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying column header captions.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying column headers.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying column headers.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetPagerBarTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the pager.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetPagerBarTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the pager.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetPreviewRowTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying preview rows.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetPreviewRowTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying preview rows.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetStatusBarTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the status bar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetStatusBarTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the status bar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.Settings">
            <summary>
                <para>Provides access to the GridView's display options.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsBehavior">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxGridView.ASPxGridView.SettingsBehavior"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCookies">
            <summary>
                <para>Provides access to the extension's cookie settings.
</para>
            </summary>
            <value> A <A HREF="clsDevExpressWebASPxGridViewASPxGridViewCookiesSettingstopic.htm">ASPxGridViewCookiesSettings</A> object that contains the extension's cookie settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCustomizationWindow">
            <summary>
                <para>Provides access to the Customization Window's settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxGridViewASPxGridViewCustomizationWindowSettingstopic.htm">ASPxGridViewCustomizationWindowSettings</A> object that contains the Customization Window's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsDetail">
            <summary>
                <para>Provides access to the GridView's master-detail options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewDetailSettingstopic.htm">MVCxGridViewDetailSettings</A> object that contains the GridView's master-detail options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsEditing">
            <summary>
                <para>Provides access to the <b>GridView</b>'s edit settings.

</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewEditingSettingstopic.htm">MVCxGridViewEditingSettings</A> object that contains the GridView's edit settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsExport">
            <summary>
                <para>Provides access to the GridView's export settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewExportSettings"/> object that contains export settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsLoadingPanel">
            <summary>
                <para>Provides access to the loading panel's settings.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsPager">
            <summary>
                <para>Provides access to the pager's settings. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxGridView.ASPxGridViewPagerSettings"/> object that contains pager settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsPopup">
            <summary>
                <para>Provides access to the settings of different grid popup elements.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewPopupControlSettingstopic.htm">MVCxGridViewPopupControlSettings</A> object that contains the popup element settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsText">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxGridView.ASPxGridView.SettingsText"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetTitlePanelTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the title panel.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSettings.SetTitlePanelTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the title panel.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesEditors">
            <summary>
                <para>Provides access to style settings defining the appearance of the GridView's editors.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxGridView.GridViewEditorStyles"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesFilterControl">
            <summary>
                <para>Provides access to the style settings used to paint the Filter Control.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxEditorsFilterControlStylestopic.htm">FilterControlStyles</A>> object that contains style settings used to paint the Filter Control.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesPager">
            <summary>
                <para>Provides access to the style settings that control the appearance of the pager displayed within the GridView.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesPopup">
            <summary>
                <para>Provides access to the style settings defining the appearance of different popup elements within a grid.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxGridViewGridViewPopupControlStylestopic.htm">GridViewPopupControlStyles</A> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SummaryDisplayText">
            <summary>
                <para>Enables custom display text to be provided for any summary value.
</para>
            </summary>
            <value>An <A HREF="DevExpressWebASPxGridViewASPxGridViewSummaryDisplayTextEventHandlertopic.htm">ASPxGridViewSummaryDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.SummaryText">
            <summary>
                <para>Gets or sets a value that specifies the table <b>summary</b> attribute.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value that is the <b>summary</b> attribute text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSettings.TotalSummary">
            <summary>
                <para><see short="P:DevExpress.Web.ASPxGridView.ASPxGridView.TotalSummary"/>
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ExtensionBase">

            <summary>
                <para>Serves as a base class for DevExpress MVC extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ExtensionBase.#ctor(DevExpress.Web.Mvc.SettingsBase)">
            <summary>
                <para>Initializes a new instance of the ExtensionBase class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ExtensionBase.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ExtensionBase class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ExtensionBase.GetHtml">
            <summary>
                <para>Inserts the HTML code rendered by an extension into the required page output.
</para>
            </summary>
            <returns>An empty string.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ExtensionBase.Render">
            <summary>
                <para>Renders the extension's HTML code to the Response.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewColumnType">

            <summary>
                <para>Lists values that specify the column editor type.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.BinaryImage">
            <summary>
                <para>Indicates that a binary image editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.ButtonEdit">
            <summary>
                <para>Indicates that a button editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.CheckBox">
            <summary>
                <para> Indicates that a check box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.ColorEdit">
            <summary>
                <para> Indicates that a color editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.ComboBox">
            <summary>
                <para> Indicates that a combo box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.DateEdit">
            <summary>
                <para> Indicates that a date editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.Default">
            <summary>
                <para>Corresponds to the TextBox value.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.DropDownEdit">
            <summary>
                <para>Indicates that a drop down editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.HyperLink">
            <summary>
                <para> Indicates that a hyperlink editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.Image">
            <summary>
                <para>Indicates that an image editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.Memo">
            <summary>
                <para>Indicates that a memo editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.ProgressBar">
            <summary>
                <para>Indicates that a progress bar is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.SpinEdit">
            <summary>
                <para>Indicates that a spin editor is used to edit column values. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.TextBox">
            <summary>
                <para> Indicates that a text box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.TimeEdit">
            <summary>
                <para>Indicates that a time editor is used to edit column values. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxReportViewer">

            <summary>
                <para>Used internally to render the <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxReportViewer.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxReportViewer class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxReportViewer.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 

</para>
            </summary>
            <value>An <see cref="T:System.Object"/> value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxReportViewer.ExportRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
 
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxReportViewer.Images">
            <summary>
                <para>Provides access to the settings that define images for various Report Viewer elements.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxClasses.ImagesBase"/> descendant.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection">

            <summary>
                <para>Represents the PivotGrid's group collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridWebGroupCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the groups in the collection. 
</para>
            </summary>
            <param name="index">
		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. 

            </param>
            <value>An <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroup"/> object that defines the group in the collection.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.SchedulerStatusInfoSettings">

            <summary>
                <para>Contains Scheduler Status Info settings
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerStatusInfoSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the SchedulerStatusInfoSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerStatusInfoSettings.Priority">
            <summary>
                <para>Gets or sets the priority of a Status Info element. Only an element with the maximum priority is displayed on a page.
</para>
            </summary>
            <value>A positive integer. Default Scheduler status info has a priority of 0.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerStatusInfoSettings.SchedulerName">
            <summary>
                <para>Gets or sets the name of a Scheduler control to which a Scheduler Status Info element is bound.
</para>
            </summary>
            <value>A string that is the name of a Scheduler control.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridView">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridView class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientGridView.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridView.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.SettingsBehavior">
            <summary>
                <para>Provides access to the GridView's behavior settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewBehaviorSettingstopic.htm">MVCxGridViewBehaviorSettings</A> object that contains the extension's behavior settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.SettingsDetail">
            <summary>
                <para>Provides access to the GridView's master-detail options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewDetailSettingstopic.htm">MVCxGridViewDetailSettings</A> object that contains the GridView's master-detail options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.SettingsEditing">
            <summary>
                <para>Provides access to the <b>GridView</b>'s edit settings.

</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxGridViewEditingSettingstopic.htm">MVCxGridViewEditingSettings</A> object that contains the GridView's edit settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridView.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListExporter">

            <summary>
                <para>For internal use only.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListExporter.#ctor(DevExpress.Web.Mvc.MVCxTreeList)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListExporter class, specifying the corresponding TreeList object.
</para>
            </summary>
            <param name="treeList">
		A <see cref="T:DevExpress.Web.Mvc.MVCxTreeList"/> object representing the TreeList whose content should be exported.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListExporter.Settings">
            <summary>
                <para>Provides access to the print options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListPrintSettingstopic.htm">MVCxTreeListPrintSettings</A> object that contains the TreeList's print options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListExporter.TreeList">
            <summary>
                <para>Gets the ASPxTreeList control to which the MVCxTreeListExporter is assigned.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies">

            <summary>
                <para>Provides cookies settings for the TreeList.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxReportToolbar">

            <summary>
                <para>Used internally to render the <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/>.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxReportToolbar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxReportToolbar class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.TimeZoneEditExtension">

            <summary>
                <para>Represents an extension object implementing the TimeZone Editor functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TimeZoneEditExtension.#ctor(DevExpress.Web.Mvc.TimeZoneEditSettings)">
            <summary>
                <para>Initializes a new instance of the TimeZoneEditExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TimeZoneEditExtension.#ctor(DevExpress.Web.Mvc.TimeZoneEditSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TimeZoneEditExtension class with the specified settings and provides the context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesArgs">

            <summary>
                <para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler"/> type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.Collections.Generic.IList`1,System.Collections.Generic.List`1)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingGetSummaryValuesArgs class with the specified settings.
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object containing the current GridView state.

            </param>
            <param name="groupInfoList">
		A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing information about the currently applied grouping.

            </param>
            <param name="summaryItems">
		A list of <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> objects representing the summaries used within the GridView that need to be calculated.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesArgs.SummaryItems">
            <summary>
                <para>Gets a list of summary items which are used within the GridView and whose values must be calculated.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> objects containing information about summaries used within the GridView.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TrackBarExtension">

            <summary>
                <para>An extension object implementing the TrackBar functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TrackBarExtension.#ctor(DevExpress.Web.Mvc.TrackBarSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TrackBarExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TrackBarExtension.#ctor(DevExpress.Web.Mvc.TrackBarSettings)">
            <summary>
                <para>Initializes a new instance of the TrackBarExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TrackBarExtension.#ctor(DevExpress.Web.Mvc.TrackBarSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the TrackBarExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TrackBarExtension.BindList(System.Object)">
            <summary>
                <para>Binds an item list to the TrackBar editor.
</para>
            </summary>
            <param name="dataObject">
		An object that is the bound data source.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcTrackBarExtensiontopic.htm">TrackBarExtension</A> object that is the TrackBar.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.CheckBoxListExtension">

            <summary>
                <para>An extension object implementing the CheckBoxList functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.#ctor(DevExpress.Web.Mvc.CheckBoxListSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the CheckBoxListExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.#ctor(DevExpress.Web.Mvc.CheckBoxListSettings)">
            <summary>
                <para>Initializes a new instance of the CheckBoxListExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.#ctor(DevExpress.Web.Mvc.CheckBoxListSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
            <summary>
                <para>Initializes a new instance of the CheckBoxListExtension class with the specified settings, the context information about the view, and the model metadata.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>
            <param name="metadata">
		The System.Web.Mvc.ModelMetadata object that is the model metadata.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.BindList(System.Object)">
            <summary>
                <para>Binds an item list to the CheckBoxList editor.
</para>
            </summary>
            <param name="dataObject">
		An object that is the bound data source.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCheckBoxListExtensiontopic.htm">CheckBoxListExtension</A> object that is the CheckBoxList.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the CheckBoxList to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the CheckBoxList to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the CheckBoxList to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListExtension.GetSelectedValues``1(System.String)">
            <summary>
                <para>Returns an array of the CheckBoxList's selected item values.
</para>
            </summary>
            <param name="name">
		A string specifying the editor name.

            </param>
            <returns>An array that contains zero or more T objects that are the values of the selected items.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs">

            <summary>
                <para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler"/> type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingGetUniqueHeaderFilterValuesArgs class with the specified settings. 
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>
            <param name="fieldName">
		The data field name identifying a grid column that relates to the processed operation.

            </param>
            <param name="filterExpression">
		A string value specifying the filter expression currently applied to the grid's data. An empty string, if no filtering is applied.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs.Data">
            <summary>
                <para>Gets or sets a list of unique values contained within a specific data field.
</para>
            </summary>
            <value>An object supporting the IEnumerable interface and containing a list of unique values obtained from a specific data field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs.FieldName">
            <summary>
                <para>Gets the name of the data field whose unique values should be returned.
</para>
            </summary>
            <value>A string value that is the name of a data field whose unique values should be returned.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs.FilterExpression">
            <summary>
                <para>Gets the GridView's currently applied filter conditions that do not contain a filter criterion applied to the processed column specified by the <see cref="P:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs.FieldName"/> property.
</para>
            </summary>
            <value>A string value representing the applied filter criteria.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler">

            <summary>
                <para>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. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler.Invoke(DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="e">
		An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesArgs"/> object that contains the related arguments.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog">

            <summary>
                <para>Represents an individual custom dialog within the HtmlEditor.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified name and caption.
</para>
            </summary>
            <param name="name">
		A string that represents the created dialog's name.

            </param>
            <param name="caption">
		A string that represents the created dialog's caption.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorCustomDialog class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified settings.
</para>
            </summary>
            <param name="name">
		A string that represents the created dialog's name.

            </param>
            <param name="caption">
		A string that represents the created dialog's caption.

            </param>
            <param name="formAction">
		A string that represents the created dialog's associated action.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.FormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines a dialog's form.
</para>
            </summary>
            <value>A string specifying the action name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.FormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.FormAction"/> property instead.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewModel">

            <summary>
                <para>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.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewModel class with default settings. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.Columns">
            <summary>
                <para>Provides access to a collection that contains information (the current state) on column objects.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.GridViewColumnStateCollection"/> object containing column states. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.FilterExpression">
            <summary>
                <para>Gets or sets the filter criteria applied to the GridView.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the filter criteria.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.GroupedColumns">
            <summary>
                <para>Provides access to a list of grouped columns.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> objects that represents the collection of grouped columns.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.GroupSummary">
            <summary>
                <para>Provides access to group summary items.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> objects that represents the collection of group summary items.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.KeyFieldName">
            <summary>
                <para>Gets or sets the name of the data source key field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source key field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.Pager">
            <summary>
                <para>Gets the grid pager's main settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.GridViewPagerState"/> object containing information about the paging-related state.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler)">
            <summary>
                <para>Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.

</para>
            </summary>
            <param name="getDataRowCountMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data rows. <b>Implementation is required.</b>

            </param>
            <param name="getDataMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data rows requested by the grid. <b>Implementation is required.</b>


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler)">
            <summary>
                <para>Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
</para>
            </summary>
            <param name="getDataRowCountMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data rows. <b>Implementation is required.</b>

            </param>
            <param name="getDataMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data rows requested by the grid. <b>Implementation is required.</b>

            </param>
            <param name="getGroupingInfoMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler"/> 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.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler)">
            <summary>
                <para>Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
</para>
            </summary>
            <param name="getDataRowCountMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data rows. <b>Implementation is required.</b>

            </param>
            <param name="getDataMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data rows requested by the grid. <b>Implementation is required.</b>

            </param>
            <param name="getSummaryValuesMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler"/> 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.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler)">
            <summary>
                <para>Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
</para>
            </summary>
            <param name="getDataRowCountMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data rows. <b>Implementation is required.</b>

            </param>
            <param name="getDataMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data rows requested by the grid. <b>Implementation is required.</b>

            </param>
            <param name="getSummaryValuesMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler"/> 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.

            </param>
            <param name="getGroupingInfoMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler"/> 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.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler)">
            <summary>
                <para>Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method's parameters.
</para>
            </summary>
            <param name="getDataRowCountMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data rows. <b>Implementation is required.</b>

            </param>
            <param name="getDataMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data rows requested by the grid. <b>Implementation is required.</b>

            </param>
            <param name="getSummaryValuesMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler"/> 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.

            </param>
            <param name="getGroupingInfoMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler"/> 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.

            </param>
            <param name="getUniqueHeaderFilterValuesMethod">
		A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler"/> 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.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewModel.SortBy(DevExpress.Web.Mvc.GridViewColumnState,System.Boolean)">
            <summary>
                <para>Changes the GridView's sorting state according to the processed sorting operation.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object containing the current state of the column related to the performed sorting operation. 

            </param>
            <param name="reset">
		<b>true</b> if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; <b>false</b> if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.SortedColumns">
            <summary>
                <para>Gets a collection of sorted columns.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> objects providing information about the sorted columns within the GridView. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewModel.TotalSummary">
            <summary>
                <para>Gets a list of summary items defined within the GridView.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> objects containing information about the summaries used within the GridView.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler">

            <summary>
                <para>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. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler.Invoke(DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="e">
		An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs"/> object that contains the related arguments.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs">

            <summary>
                <para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler"/> type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.Collections.Generic.IList`1,System.String,DevExpress.Data.ColumnSortOrder)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingGetGroupingInfoArgs class with the specified settings. 
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>
            <param name="groupInfoList">
		A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing information about the currently applied grouping.

            </param>
            <param name="fieldName">
		The data field name identifying a grid column that relates to the processed grouping operation.

            </param>
            <param name="sortOrder">
		A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value specifying the sort order applied to the processed column.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs.Data">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing grouping information about group rows.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs.FieldName">
            <summary>
                <para>Gets the name of a data field against whose values the currently processed grouping operation is being performed.
</para>
            </summary>
            <value>A string value that is the name of the processed data field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs.SortOrder">
            <summary>
                <para>Gets the sort order to be applied to values of a data field specified by the <see cref="P:DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoArgs.FieldName"/> property when processing the current grouping operation.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressDataColumnSortOrderEnumtopic.htm">ColumnSortOrder</A> enumeration value.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler">

            <summary>
                <para>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. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler.Invoke(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs)">
            <summary>
                <para>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.

</para>
            </summary>
            <param name="e">
		An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs"/> object that contains the related arguments.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs">

            <summary>
                <para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler"/> type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.String)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingGetDataRowCountArgs class with the specified settings. 
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>
            <param name="filterExpression">
		A string value specifying the filter expression currently applied to the grid's data. An empty string, if no filtering is applied.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs.DataRowCount">
            <summary>
                <para>Gets or sets the total number of data rows within a custom model, taking into account the filtering applied within the grid (if any).
</para>
            </summary>
            <value>An integer value specifying the total number of data rows within a model.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs.FilterExpression">
            <summary>
                <para>Gets the filter condition currently applied to the GridView (if any filtering is used).
</para>
            </summary>
            <value>A string value representing the filter conditions applied to the grid. An empty string, if no filtering is used.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler">

            <summary>
                <para>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. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler.Invoke(DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="e">
		An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs"/> object that contains the related arguments.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs">

            <summary>
                <para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler"/> type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.Collections.Generic.IList`1,System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingGetDataArgs class with the specified settings.
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>
            <param name="groupInfoList">
		A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing information about the currently applied grouping.

            </param>
            <param name="startDataRowIndex">
		An integer specifying the index of the starting data row.

            </param>
            <param name="count">
		An integer specifying the total count of data rows to be returned.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs.DataRowCount">
            <summary>
                <para>Gets the number of currently requested data rows to return.
</para>
            </summary>
            <value>An integer value specifying the number of currently requested data rows to return.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetDataArgs.StartDataRowIndex">
            <summary>
                <para>Gets the index of the first row in the requested row list.
</para>
            </summary>
            <value>An integer value representing the index of the first row in the requested row list to be returned.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingDataArgsBase">

            <summary>
                <para>Provides base data arguments to implement custom binding method delegates.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingDataArgsBase.#ctor(DevExpress.Web.Mvc.GridViewModel,System.Collections.Generic.IList`1)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingDataArgsBase class with the specified settings. 
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>
            <param name="groupInfoList">
		A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing information about the currently applied grouping.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingDataArgsBase.Data">
            <summary>
                <para>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).
</para>
            </summary>
            <value>An object supporting the IEnumerable interface and containing a list of values currently requested to populate the grid's custom view model.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingDataArgsBase.GroupInfoList">
            <summary>
                <para>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).
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Web.Mvc.GridViewGroupInfo"/> objects containing information about the currently applied grouping. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingArgsBase">

            <summary>
                <para>Provides base arguments to implement custom binding method delegates.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingArgsBase.#ctor(DevExpress.Web.Mvc.GridViewModel)">
            <summary>
                <para>Initializes a new instance of the GridViewCustomBindingArgsBase class with the specified GridView view model object. 
</para>
            </summary>
            <param name="state">
		A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that represents the current state of the GridView view model.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewCustomBindingArgsBase.State">
            <summary>
                <para>Gets an object containing information about the current state on the GridView.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object that contains the current state information on the GridView.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewColumnStateCollection">

            <summary>
                <para>A collection that contains information (the current state) on column objects.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnStateCollection.Add">
            <summary>
                <para>Adds a new column state object to the collection.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> representing the newly created column state object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnStateCollection.Add(System.String)">
            <summary>
                <para>Adds a column state object specified by the field name to the collection.
</para>
            </summary>
            <param name="fieldName">
		The data field name identifying the grid column whose state information should be added to the collection.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> representing the newly created column state object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnStateCollection.Add(DevExpress.Web.Mvc.GridViewColumnState)">
            <summary>
                <para>Adds the specified column state object to the collection.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object to add to the collection.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> representing the newly created column state object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnStateCollection.Assign(DevExpress.Web.Mvc.GridViewColumnStateCollection)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A GridViewColumnStateCollection object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnStateCollection.Item(System.String)">
            <summary>
                <para>Returns an individual column state object in the collection, specifying its associated data field name.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of the column's associated data field.

            </param>
            <value>A <A HREF="clsDevExpressWebMvcGridViewColumnStatetopic.htm">GridViewColumnState</A> object the represents the state information of the column specified by the associated data field name.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewOperationType">

            <summary>
                <para>Lists values that identify data operations initiated within the GridView. 
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Web.Mvc.GridViewOperationType.Filtering">
            <summary>
                <para>Identifies that a callback was initiated by a filtering operation performed on the client.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.GridViewOperationType.Grouping">
            <summary>
                <para>Identifies that a callback was initiated by a grouping operation performed on the client.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.GridViewOperationType.Paging">
            <summary>
                <para>Indicates that a callback was initiated by a paging operation performed on the client.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.GridViewOperationType.Sorting">
            <summary>
                <para>Identifies that a callback was initiated by a sorting operation performed on the client.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.TimeZoneEditSettings">

            <summary>
                <para>Contains TimeZone Editor specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TimeZoneEditSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TimeZoneEditSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TimeZoneEditSettings.SchedulerName">
            <summary>
                <para>Gets or sets the name of a Scheduler control to which a Time Zone editor is bound.
</para>
            </summary>
            <value>A string that is the name of a Scheduler control.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxScheduler">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxScheduler.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxScheduler class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientScheduler.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.EditAppointmentRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to appointment editing.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.IsCallback">
            <summary>
                <para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.
</para>
            </summary>
            <value><b>true</b> if a DevExpress extension callback is being processed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxScheduler.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.OptionsForms">
            <summary>
                <para>Provides access to the options used to customize the forms shown to end-users.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms"/> object, containing the parameters to customize the forms.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxScheduler.Storage">
            <summary>
                <para>Provides access to the storage object of the scheduler control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorage"/> object that is the storage for appointments and resources for the scheduler control.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxValidationSummary">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxValidationSummary.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxValidationSummary class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxValidationSummary.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeViewVirtualModeCreateChildrenMethod">

            <summary>
                <para>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 <b>TreeView</b>. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewVirtualModeCreateChildrenMethod.Invoke(DevExpress.Web.ASPxTreeView.TreeViewVirtualModeCreateChildrenEventArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="args">
		A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewVirtualModeCreateChildrenEventArgs"/> object that contains the required data.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod">

            <summary>
                <para>A delegate method that enables you to specify the node's key value and cell values within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod.Invoke(DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs)">
            <summary>
                <para>A delegate method that enables you to specify the node's key value and cell values within the TreeList.
</para>
            </summary>
            <param name="args">
		A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeNodeCreatingEventArgs"/> object that contains the required data.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod">

            <summary>
                <para>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.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod.Invoke(DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="args">
		A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualModeCreateChildrenEventArgs"/> object that contains the required data.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewSummaryItemState">

            <summary>
                <para>Contains information about an individual summary item.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSummaryItemState.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewSummaryItemState class with default settings. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewSummaryItemState.Assign(DevExpress.Web.Mvc.GridViewSummaryItemState)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A GridViewSummaryItemState object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSummaryItemState.FieldName">
            <summary>
                <para>Gets or sets the name of a data field whose values are used for summary calculation.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data field whose values are used for summary calculation.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSummaryItemState.SummaryType">
            <summary>
                <para>Gets or sets the aggregate function type. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewSummaryItemState.Tag">
            <summary>
                <para>Gets or sets data associated with the summary item.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that contains information associated with the summary item.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettings">

            <summary>
                <para>Contains specific settings of the TreeList.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewColumnState">

            <summary>
                <para>Contains information (the current state) on an individual column.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnState.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewColumnState class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnState.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the GridViewColumnState class with the specified field name. 
</para>
            </summary>
            <param name="fieldName">
		The data field name identifying a grid column that relates to the processed operation.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnState.Assign(DevExpress.Web.Mvc.GridViewColumnState)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A GridViewColumnState object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnState.FieldName">
            <summary>
                <para>Gets or sets the name of the data field associated with the current column.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of a data field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnState.FilterExpression">
            <summary>
                <para>Gets the column's filter expression.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that represents the column's filter expression.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewColumnState.ForceType(System.Type)">
            <summary>
                <para>Inform the GridView extension about the types of its columns.
</para>
            </summary>
            <param name="columnType">
		The grid's column type.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnState.GroupIndex">
            <summary>
                <para>Gets or sets a value that specifies whether the column takes part in grouping and at which level.
</para>
            </summary>
            <value>An integer value that specifies the column's position among grouping columns. <b>-1</b> if the GridView isn't grouped by the values of the current column.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnState.SortIndex">
            <summary>
                <para>Gets or sets the column's position among sorted columns.
</para>
            </summary>
            <value>An integer value that specifies the zero-based column's index among sorted columns. <b>-1</b> if data is not sorted by this column.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewColumnState.SortOrder">
            <summary>
                <para>Gets or sets the column's sort order.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column's sort order.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ValidationSummarySettings">

            <summary>
                <para>Contains ValidationSummary specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ValidationSummarySettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ValidationSummarySettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the editor.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.ValidationSummaryClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.HeaderText">
            <summary>
                <para>Gets or sets the text content of an editor's header.
</para>
            </summary>
            <value>A string value that specifies a header text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.LinkStyle">
            <summary>
                <para>Gets an object that contains style settings to be applied to links in the ValidationSummary.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.LinkStyle"/> object that contains the style settings of links.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.RenderMode">
            <summary>
                <para>Gets or sets a value that specifies whether the errors within the ValidationSummary are rendered as an ordered or bulleted list, or use the <b>table</b> HTML element. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxEditors.ValidationSummaryRenderMode"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not the current extension supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.ShowErrorAsLink">
            <summary>
                <para>Gets or sets whether the errors should be displayed within an editor as links.
</para>
            </summary>
            <value><b>true</b> if the errors are displayed as hyperlinks; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.ShowErrorsInEditors">
            <summary>
                <para>Gets or sets whether the errors should be also displayed within the corresponding editor's error frame on the form.
</para>
            </summary>
            <value><b>true</b> if the error is displayed within an editor's error frame; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.ValidationSummaryStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.ValidationGroup">
            <summary>
                <para>Gets or sets the name of group of editors whose errors after validation should be displayed within the ValidationSummary.
</para>
            </summary>
            <value>A string value that specifies the validation group's name.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ValidationSummaryExtension">

            <summary>
                <para>An extension object implementing the ValidationSummary functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ValidationSummaryExtension.#ctor(DevExpress.Web.Mvc.ValidationSummarySettings)">
            <summary>
                <para>Initializes a new instance of the ValidationSummaryExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ValidationSummaryExtension.#ctor(DevExpress.Web.Mvc.ValidationSummarySettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ValidationSummaryExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.ReportToolbarExtension">

            <summary>
                <para>An MVC extension object that implements the functionality necessary for rendering the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> in MVC.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ReportToolbarExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
            <summary>
                <para>Initializes a new instance of the ReportToolbarExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> descendant.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ReportToolbarExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ReportToolbarExtension class with the specified view context and settings. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> descendant.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportToolbarExtension.Settings">
            <summary>
                <para>Provides access to the ReportToolbarExtension's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/> object.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDateNavigator">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.UI.ExtensionsFactory`1">

            <summary>
                <para>Contains strongly typed helper methods to create DevExpress MVC extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.#ctor">
            <summary>
                <para>Initializes a new instance of the ExtensionsFactory@lt;ModelType@gt; class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.BinaryImageFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.BinaryImageEditSettings})">
            <summary>
                <para>Creates a BinaryImage.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.BinaryImageEditExtension"/> object implementing the BinaryImage functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.BinaryImageFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a BinaryImage.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.BinaryImageEditExtension"/> object implementing the BinaryImage functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ButtonEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ButtonEditSettings})">
            <summary>
                <para>Creates a ButtonEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonEditExtension"/> object implementing the ButtonEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ButtonEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a ButtonEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ButtonEditExtension"/> object implementing the ButtonEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CalendarFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.CalendarSettings})">
            <summary>
                <para>Creates a Calendar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CalendarExtension"/> object implementing the Calendar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CalendarFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a Calendar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CalendarExtension"/> object implementing the CalendarFor[ValueType] functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CheckBoxFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.CheckBoxSettings})">
            <summary>
                <para>Creates a CheckBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxExtension"/> object implementing the CheckBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CheckBoxFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a CheckBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxExtension"/> object implementing the CheckBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CheckBoxListFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.CheckBoxListSettings})">
            <summary>
                <para>Creates a CheckBoxList.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCheckBoxListExtensiontopic.htm">CheckBoxListExtension</A> object implementing the CheckBoxList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CheckBoxListFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a CheckBoxList.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcCheckBoxListExtensiontopic.htm">CheckBoxListExtension</A> object implementing the CheckBoxList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ColorEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a ColorEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ColorEditExtension"/> object implementing the ColorEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ColorEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ColorEditSettings})">
            <summary>
                <para>Creates a ColorEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ColorEditExtension"/> object implementing the ColorEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ComboBoxFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a ComboBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object implementing the ComboBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ComboBoxFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ComboBoxSettings})">
            <summary>
                <para>Creates a ComboBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object implementing the ComboBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.DateEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.DateEditSettings})">
            <summary>
                <para>Creates a DateEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateEditExtension"/> object implementing the DateEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.DateEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a DateEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateEditExtension"/> object implementing the DateEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.DropDownEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.DropDownEditSettings})">
            <summary>
                <para>Creates a DropDownEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DropDownEditExtension"/> object implementing the DropDownEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.DropDownEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a DropDownEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DropDownEditExtension"/> object implementing the DropDownEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.HyperLinkFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a HyperLink.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HyperLinkExtension"/> object implementing the HyperLink functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.HyperLinkFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.HyperLinkSettings})">
            <summary>
                <para>Creates a HyperLink.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HyperLinkSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.HyperLinkExtension"/> object implementing the HyperLink functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ImageFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a Image.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ImageEditExtension"/> object implementing the Image functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ImageFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ImageEditSettings})">
            <summary>
                <para>Creates a Image.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ImageEditExtension"/> object implementing the Image functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.LabelFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.LabelSettings})">
            <summary>
                <para>Creates a Label.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.LabelSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LabelExtension"/> object implementing the Label functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.LabelFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a Label.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.LabelExtension"/> object implementing the Label functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ListBoxFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a ListBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object implementing the ListBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ListBoxFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ListBoxSettings})">
            <summary>
                <para>Creates a ListBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object implementing the ListBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.MemoFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.MemoSettings})">
            <summary>
                <para>Creates a Memo.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MemoExtension"/> object implementing the Memo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.MemoFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a Memo.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MemoExtension"/> object implementing the Memo functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ProgressBarFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a ProgressBar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ProgressBarExtension"/> object implementing the ProgressBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ProgressBarFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.ProgressBarSettings})">
            <summary>
                <para>Creates a ProgressBar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.ProgressBarExtension"/> object implementing the ProgressBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.RadioButtonFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a RadioButton.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonExtension"/> object implementing the RadioButton functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.RadioButtonFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.RadioButtonSettings})">
            <summary>
                <para>Creates a RadioButton.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonExtension"/> object implementing the RadioButton functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.RadioButtonListFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a RadioButtonList.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonListExtension"/> object implementing the RadioButtonList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.RadioButtonListFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.RadioButtonListSettings})">
            <summary>
                <para>Creates a RadioButtonList.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.RadioButtonListExtension"/> object implementing the RadioButtonList functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.SpinEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.SpinEditSettings})">
            <summary>
                <para>Creates a SpinEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SpinEditExtension"/> object implementing the SpinEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.SpinEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a SpinEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SpinEditExtension"/> object implementing the SpinEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TextBoxFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a TextBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TextBoxExtension"/> object implementing the TextBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TextBoxFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.TextBoxSettings})">
            <summary>
                <para>Creates a TextBox.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TextBoxExtension"/> object implementing the TextBox functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TimeEditFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a TimeEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeEditExtension"/> object implementing the TimeEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TimeEditFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.TimeEditSettings})">
            <summary>
                <para>Creates a TimeEdit.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> as a parameter.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TimeEditExtension"/> object implementing the TimeEdit functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TrackBarFor``1(System.Linq.Expressions.Expression{System.Func`2},System.Action{DevExpress.Web.Mvc.TrackBarSettings})">
            <summary>
                <para>Creates a TrackBar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <param name="method">
		A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TrackBarSettings"/> as a parameter.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcTrackBarExtensiontopic.htm">TrackBarExtension</A> object implementing the TrackBar functionality.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TrackBarFor``1(System.Linq.Expressions.Expression{System.Func`2})">
            <summary>
                <para>Creates a TrackBar.
</para>
            </summary>
            <param name="expression">
		<para>An expression that identifies the object that contains the properties to display.</para>

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcTrackBarExtensiontopic.htm">TrackBarExtension</A> object implementing the TrackBar functionality.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeListSettings">

            <summary>
                <para>Contains TreeList specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TreeListSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.AutoGenerateColumns">
            <summary>
                <para>Gets or sets whether columns are automatically created for all fields in the underlying data source.
</para>
            </summary>
            <value><b>true</b> to automatically create columns for all fields in the underlying data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.AutoGenerateServiceColumns">
            <summary>
                <para>Gets or sets whether columns are automatically created for service fields in the underlying data source.
</para>
            </summary>
            <value><b>true</b> to automatically create columns for service fields in the underlying data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.

</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Caption">
            <summary>
                <para>Gets or sets the text to render in an HTML caption element in a TreeList.
</para>
            </summary>
            <value>A string value that specifies the text to render in an HTML caption element in a TreeList.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of a TreeList.

</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the TreeListSettings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxTreeListTreeListClientSideEventstopic.htm">TreeListClientSideEvents</A> object which allows assigning handlers to the client-side events available to the TreeListSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of an extension on the client.
</para>
            </summary>
            <value><b>true</b> to make an extension initially displayed on the client; <b>false</b> to render an extension into the web page, but make it initially hidden on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Columns">
            <summary>
                <para>Provides access to a TreeList's column collection.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListColumnCollectiontopic.htm">MVCxTreeListColumnCollection</A> object that is a collection of columns.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CommandColumn">
            <summary>
                <para>Provides access to the TreeList's command column.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListCommandColumntopic.htm">MVCxTreeListCommandColumn</A> object denoting the command column.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CommandColumnButtonInitialize">
            <summary>
                <para>Enables individual command buttons to be initialized.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListCommandColumnButtonEventHandlertopic.htm">TreeListCommandColumnButtonEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the TreeList's wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientTreeList.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomDataActionRouteValues">
            <summary>
                <para>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 <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientTreeList.PerformCustomDataCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListCustomJSPropertiesEventHandlertopic.htm">TreeListCustomJSPropertiesEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomNodeSort">
            <summary>
                <para>Enables you to sort data manually using custom rules.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListCustomNodeSortEventHandlertopic.htm">TreeListCustomNodeSortEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomSummaryCalculate">
            <summary>
                <para>Enables you to calculate summary values manually.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListCustomSummaryEventHandlertopic.htm">TreeListCustomSummaryEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a TreeList is bound to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the TreeList has been bound to its data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.DataCacheMode">
            <summary>
                <para>Gets or sets whether data caching is enabled.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxTreeListTreeListDataCacheModeEnumtopic.htm">TreeListDataCacheMode</A> enumeration values.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.EnableCallbackAnimation">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.EnablePagingCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.EnablePagingGestures">
            <summary>
                <para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
</para>
            </summary>
            <value><b>True</b>, if page switching by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.HtmlCommandCellPrepared">
            <summary>
                <para>Enables the settings of individual command cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListHtmlCommandCellEventHandlertopic.htm">TreeListHtmlCommandCellEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.HtmlDataCellPrepared">
            <summary>
                <para>Enables the settings of individual cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListHtmlDataCellEventHandlertopic.htm">TreeListHtmlDataCellEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.HtmlRowPrepared">
            <summary>
                <para>Enables the settings of individual rows to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListHtmlRowEventHandlertopic.htm">TreeListHtmlRowEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the TreeList's elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxTreeListTreeListImagestopic.htm">TreeListImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ImagesEditors">
            <summary>
                <para>Provides access to the settings that define images displayed within the TreeList's editors.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.EditorImages"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.InitNewNode">
            <summary>
                <para>Enables you to initialize added nodes.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebDataASPxDataInitNewRowEventHandlertopic.htm">ASPxDataInitNewRowEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.KeyboardSupport">
            <summary>
                <para>Gets or sets a value that specifies whether keyboard navigation is available within the TreeList.

</para>
            </summary>
            <value><b>true</b> if keyboard navigation is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.KeyFieldName">
            <summary>
                <para>Gets or sets the name of the data source key field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source key field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Nodes">
            <summary>
                <para>Provides access to the root nodes child collection.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListNodeCollectiontopic.htm">MVCxTreeListNodeCollection</A> object containing the collection of child nodes owned by the root node.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.NodeValidating">
            <summary>
                <para>Enables you to specify whether node data is valid, and whether the node can be updated.
</para>
            </summary>
            <value>An <A HREF="DevExpressWebASPxTreeListTreeListNodeValidationEventHandlertopic.htm">TreeListNodeValidationEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.ParentFieldName">
            <summary>
                <para>Gets or sets the data source field which contains parent node values.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the parent field name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.PreviewFieldName">
            <summary>
                <para>Gets or sets the name of the data source field whose values are displayed within preview rows.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are displayed within preview rows.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.RootValue">
            <summary>
                <para>Gets or sets the value that root nodes contain in the field specified by the <see cref="P:DevExpress.Web.Mvc.TreeListSettings.ParentFieldName"/> property.
</para>
            </summary>
            <value>An object that represents the root value.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetDataCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render a data cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetDataCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render a data cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetEditFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render the edit form.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetEditFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render the edit form.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render a footer cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render a footer cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetGroupFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render a group footer cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetGroupFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render a group footer cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render the column header's caption.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render the column header's caption.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetPreviewTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render a preview row.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListSettings.SetPreviewTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render a preview row.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Settings">
            <summary>
                <para>Provides access to the TreeList's display options. 
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListSettingstopic.htm">MVCxTreeListSettings</A> object that contains the TreeList's display options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsBehavior">
            <summary>
                <para>Provides access to the extension's behavior settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsBehaviortopic.htm">MVCxTreeListSettingsBehavior</A> object that contains the extension's behavior settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsCookies">
            <summary>
                <para>Provides access to the extension's cookie settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsCookiestopic.htm">MVCxTreeListSettingsCookies</A> object that contains the extension's cookie settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsCustomizationWindow">
            <summary>
                <para>Provides access to the customization window's settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsCustomizationWindowtopic.htm">MVCxTreeListSettingsCustomizationWindow</A> object that contains the customization window's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsEditing">
            <summary>
                <para>Provides access to the TreeList's edit settings.

</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsEditingtopic.htm">MVCxTreeListSettingsEditing</A> object that contains the TreeList's edit settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsExport">
            <summary>
                <para>Provides access to the TreeList's export settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsExporttopic.htm">MVCxTreeListSettingsExport</A> object that contains export settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsLoadingPanel">
            <summary>
                <para>Provides access to the loading panel's settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsLoadingPaneltopic.htm">MVCxTreeListSettingsLoadingPanel</A> object that contains the loading panel's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsPager">
            <summary>
                <para>Provides access to the pager's settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsPagertopic.htm">MVCxTreeListSettingsPager</A> object that contains the pager's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsPopupEditForm">
            <summary>
                <para>Provides access to the popup edit form settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsPopupEditFormtopic.htm">MVCxTreeListSettingsPopupEditForm</A> object that contains the popup edit form's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsSelection">
            <summary>
                <para>Provides access to the extension's selection options.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsSelectiontopic.htm">MVCxTreeListSettingsSelection</A> object that contains the TreeList's selection options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsText">
            <summary>
                <para>Provides access to the extension's text settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsTexttopic.htm">MVCxTreeListSettingsText</A> object that contains the extension's text settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the TreeList's elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxTreeListTreeListStylestopic.htm">TreeListStyles</A> object that provides style settings defining the appearance of the TreeList.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.StylesEditors">
            <summary>
                <para>Provides access to style settings defining the appearance of TreeList's editors.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxEditorsEditorStylestopic.htm">EditorStyles</A> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.StylesPager">
            <summary>
                <para>Provides access to the style settings that control the appearance of the pager displayed within the TreeList.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxPagerPagerStylestopic.htm">PagerStyles</A> object that contains pager style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.Summary">
            <summary>
                <para>Provides access to TreeList summary items.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSummaryCollectiontopic.htm">MVCxTreeListSummaryCollection</A> object containing the collection of summary items.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.SummaryText">
            <summary>
                <para>Gets or sets a value that describes the TreeList's contents.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that describes the TreeList's contents.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeListSettings.VirtualModeNodeCreated">
            <summary>
                <para>Occurs when the TreeList functions in <a href="http://mvc.devexpress.com/TreeList/VirtualMode">virtual mode</a> after a node has been created.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeListTreeListVirtualNodeEventHandlertopic.htm">TreeListVirtualNodeEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeListExtension">

            <summary>
                <para>An extension object implementing the TreeList functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.#ctor(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Initializes a new instance of the TreeListExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.#ctor(DevExpress.Web.Mvc.TreeListSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TreeListExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.Bind(System.Object)">
            <summary>
                <para>Binds the TreeList to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A TreeListExtension object representing the TreeList
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the TreeList to a SiteMap data source.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the TreeList to a SiteMap data source.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		A boolean value specifying whether to show a starting node

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToVirtualData(DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
            <summary>
                <para>Allows creation of treelist nodes on demand (virtual mode).

</para>
            </summary>
            <param name="createChildrenMethod">
		A delegate method of the <see cref="T:DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod"/> type that enables you to create a list of business objects that correspond to the child nodes owned by the processed node.

            </param>
            <param name="nodeCreatingMethod">
		A delegate method of the <see cref="T:DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod"/> type that enables you to specify the node's key value and cell values.

            </param>
            <returns>A TreeListExtension object that is the TreeList.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the TreeList to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the TreeList to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the TreeList to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.CreatePrintableObject(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
            <summary>
                <para>Enables a TreeList to be printed using the XtraPrinting Library. 
</para>
            </summary>
            <param name="settings">
		A TreeListExtension object that contains TreeList settings. 

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source (typically, it is passed to the treelist's <see cref="M:DevExpress.Web.Mvc.TreeListExtension.Bind"/> method).

            </param>
            <returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable the TreeList to be printed.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.CreatePrintableObject(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Enables a TreeList to be printed using the XtraPrinting Library. 
</para>
            </summary>
            <param name="settings">
		A TreeListExtension object that contains TreeList settings. 

            </param>
            <returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable the TreeList to be printed.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.

</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.

</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings,System.String)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToPdf(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Exports the TreeList's data to PDF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.String)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToRtf(DevExpress.Web.Mvc.TreeListSettings,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to RTF, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXls(DevExpress.Web.Mvc.TreeListSettings,System.String)">
            <summary>
                <para>Exports the TreeList's data to XLS, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.String)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToXlsx(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to XLSX, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the tree list data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.GetCustomDataCallbackResult(System.Object)">
            <summary>
                <para>Returns the specified result back to the client side after processing a callback within an Action defined <see cref="P:DevExpress.Web.Mvc.TreeListSettings.CustomDataActionRouteValues"/> property.
Passes a value that contains specific information (if any) to the client side for further processing.
</para>
            </summary>
            <param name="data">
		An object that represents any information that needs to be passed back to the client side.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that represents the result of an action method and encapsulates the passed value.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.SetEditErrorText(System.String)">
            <summary>
                <para>Displays the specified (error) text in an Error Node at the bottom of the treelist's Edit Form.
</para>
            </summary>
            <param name="message">
		A string value specifying the text to be displayed within the error node.

            </param>
            <returns>A TreeListExtension object representing the TreeList extension.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WritePdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in PDF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WritePdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in PDF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WritePdf(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in PDF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WritePdf(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in PDF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in RTF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteRtf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in RTF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteRtf(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in RTF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteRtf(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in RTF with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLS with the specified export settings. 
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLS with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXls(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLS with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXls(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLS with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLSX with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXlsx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLSX with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="dataObject">
		An object representing the TreeList's data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXlsx(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLSX with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXlsx(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream)">
            <summary>
                <para>Exports the TreeList's data to a stream in XLSX with the specified export settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> object that contains TreeList settings.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsText">

            <summary>
                <para>Contains text settings of the TreeList.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsText.CustomizationWindowCaption">
            <summary>
                <para>This property is not in effect for the MVCxTreeListSettingsText class.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsText.LoadingPanelText">
            <summary>
                <para>This property is not in effect for the MVCxTreeListSettingsText class.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection">

            <summary>
                <para>Provides selection settings for the TreeList.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPopupEditForm">

            <summary>
                <para>Contains popup edit form settings.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPager">

            <summary>
                <para>Contains pager settings.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsLoadingPanel">

            <summary>
                <para>Provides settings that affect the loading panel's appearance and functionality. 
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing">

            <summary>
                <para>Provides editing settings for the TreeList.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.AddNewNodeRouteValues">
            <summary>
                <para>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.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.AllowNodeDragDrop">
            <summary>
                <para>Gets or sets whether an end-user can drag nodes and change their position within the TreeList.
</para>
            </summary>
            <value><b>true</b> to allow moving nodes; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.DeleteNodeRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to deleting a row.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.NodeDragDropRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to moving a row.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.ShowModelErrorsForEditors">
            <summary>
                <para>Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the error node.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for invalid editors; <b>false</b> if the automatic error visualization feature is not used.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.UpdateNodeRouteValues">
            <summary>
                <para>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.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow">

            <summary>
                <para>Provides settings that affect the Customization Window's position and functionality.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListNodeCollection">

            <summary>
                <para>A collection of columns within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListNodeCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeCollection.Add(System.Object,System.Collections.Generic.Dictionary`2)">
            <summary>
                <para>Adds a new node to the end of the collection and returns the newly created object.
</para>
            </summary>
            <param name="keyObject">
		An <b>object</b> that uniquely identifies the new node.

            </param>
            <param name="fieldsValues">
		A <b>System.Collections.Generic.Dictionary</b> object that contains node fields and their values.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMVCxTreeListNodetopic.htm">MVCxTreeListNode</A> object that is a TreeList node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new node to the collection and allows you to customize this node in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNode"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeCollection.Add">
            <summary>
                <para>Adds a new node to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListNodetopic.htm">MVCxTreeListNode</A> object that is the newly created node.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListNode">

            <summary>
                <para>Denotes an individual node within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListNode.#ctor(System.Object,System.Collections.Generic.Dictionary`2)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListNode class with the specified settings.
</para>
            </summary>
            <param name="keyObject">
		An object that uniquely identifies the new node. 


            </param>
            <param name="nodeFields">
		A System.Collections.Generic.Dictionary object that contains node fields and their values.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.AllowSelect">
            <summary>
                <para>Gets or sets whether end-users can select the current node.
</para>
            </summary>
            <value><b>true</b> to allow end-users to select the current node; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.ChildNodes">
            <summary>
                <para>Gets a collection of nodes owned by the current node.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeCollection"/> object that represents the collection of child nodes.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.Expanded">
            <summary>
                <para>Gets or sets whether the node is expanded.
</para>
            </summary>
            <value><b>true</b> to expand the node; <b>false</b> to collapse the node.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.Item(System.String)">
            <summary>
                <para>Gets or sets the specified cell's value.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of the data source field.

            </param>
            <value>An object that denotes the specified cell's value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.KeyObject">
            <summary>
                <para>Gets or sets the value that uniquely identifies the new node.
</para>
            </summary>
            <value>An object that uniquely identifies the new node. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.NodeFields">
            <summary>
                <para>Gets or sets a collection of node fields and their values within the TreeList.
</para>
            </summary>
            <value>A System.Collections.Generic.Dictionary object that contains node fields and their values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.Selected">
            <summary>
                <para>Gets or sets whether the node is selected.
</para>
            </summary>
            <value><b>true</b> to select the node; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection">

            <summary>
                <para>A collection of columns within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumnCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.#ctor(DevExpress.Web.ASPxClasses.Internal.IWebControlObject)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumnCollection class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <b>IWebControlObject</b> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add">
            <summary>
                <para>Adds a new column to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> object that is the newly created column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.String)">
            <summary>
                <para>Creates a new column with the specified data field name and adds it to the collection.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> object that is the newly created column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.String,DevExpress.Web.Mvc.MVCxTreeListColumnType)">
            <summary>
                <para>Creates a new column with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="columnType">
		One of the <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> enumeration values specifying the type of the column. This value is assigned to the <see cref="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> object that is the newly created column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.String,System.String)">
            <summary>
                <para>Creates a new column with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the text displayed within the column's header. This value is assigned to the <see cref="P:DevExpress.Web.ASPxEditors.WebColumnBase.Caption"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> object that is the newly created column.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.String,System.String,DevExpress.Web.Mvc.MVCxTreeListColumnType)">
            <summary>
                <para>Creates a new column with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the text displayed within the column's header. This value is assigned to the <see cref="P:DevExpress.Web.ASPxEditors.WebColumnBase.Caption"/> property.

            </param>
            <param name="columnType">
		One of the <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> enumeration values specifying the type of the column. This value is assigned to the <see cref="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType"/> property.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxTreeListColumntopic.htm">MVCxTreeListColumn</A> object that is the newly created column.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListColumn">

            <summary>
                <para>Denotes an individual column within the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumn class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumn class with the specified setting.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.#ctor(System.String,DevExpress.Web.Mvc.MVCxTreeListColumnType)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="columnType">
		One of the  enumeration values specifying the type of the column. This value is assigned to the <see cref="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the text displayed within the column's header. This value is assigned to the <see cref="P:DevExpress.Web.ASPxEditors.WebColumnBase.Caption"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.#ctor(System.String,System.String,DevExpress.Web.Mvc.MVCxTreeListColumnType)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListColumn class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the name of a data field assigned to the current column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeList.TreeListDataColumn.FieldName"/> property.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the text displayed within the column's header. This value is assigned to the <see cref="P:DevExpress.Web.ASPxEditors.WebColumnBase.Caption"/> property.

            </param>
            <param name="columnType">
		One of the  enumeration values specifying the type of the column. This value is assigned to the <see cref="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.Assign(DevExpress.Web.ASPxClasses.CollectionItem)">
            <summary>
                <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ASPxClasses.CollectionItem"/> object to the current object.
</para>
            </summary>
            <param name="source">
		A  object or descendant whose properties are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType">
            <summary>
                <para>Gets the column data editor type.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebMvcMVCxTreeListColumnTypeEnumtopic.htm">MVCxTreeListColumnType</A> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetDataCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render a data cell for the current column.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetDataCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render a data cell for the current column.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetEditCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render edit cells that correspond to the current column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetEditCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render edit cells that correspond to the current column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render footer cells that correspond to the current column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render footer cells that correspond to the current column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetGroupFooterCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the current column.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetGroupFooterCellTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render group footer cells that correspond to the current column.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template to render the current column header's caption.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template to render the current column header's caption.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeList">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeList.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeList class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientTreeList.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.CustomDataActionRouteValues">
            <summary>
                <para>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 <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientTreeList.PerformCustomDataCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.IsCallback">
            <summary>
                <para>Gets a value indicating whether the request is the result of a callback sent by the TreeList.
</para>
            </summary>
            <value><b>true</b>, if the request is the result of a callback sent by the TreeList; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.Settings">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s main settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingstopic.htm">MVCxTreeListSettings</A> object that contains the TreeList's options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsBehavior">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s behavior settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsBehaviortopic.htm">MVCxTreeListSettingsBehavior</A> object that contains the TreeList's behavior settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsCookies">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s cookies settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsCookiestopic.htm">MVCxTreeListSettingsCookies</A> object that contains the TreeList's cookies settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsCustomizationWindow">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s customization window settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsCustomizationWindowtopic.htm">MVCxTreeListSettingsCustomizationWindow</A> object that contains the TreeList's customization window settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsEditing">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s edit settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsEditingtopic.htm">MVCxTreeListSettingsEditing</A> object that contains the TreeList's edit settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsPopupEditForm">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s edit form settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsPopupEditFormtopic.htm">MVCxTreeListSettingsPopupEditForm</A> object that contains the TreeList's edit settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsSelection">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s selection settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsSelectiontopic.htm">MVCxTreeListSettingsSelection</A> object that contains the TreeList's selection settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsText">
            <summary>
                <para>Provides access to the <b>TreeList</b>'s text settings.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxTreeListSettingsTexttopic.htm">MVCxTreeListSettingsText</A> object that contains the TreeList's text settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeList.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDataViewPagerSettings">

            <summary>
                <para>Contains pager settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataViewPagerSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxDataViewPagerSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDataViewPagerPageSizeItemSettings">

            <summary>
                <para>Contains pager size item settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataViewPagerPageSizeItemSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxDataViewPagerPageSizeItemSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDataView">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDataView class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataView.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataView.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientDataView.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataView.Images">
            <summary>
                <para>Provides access to the settings that define images for various DataView elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.ImagesBase"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataView.IsCallback">
            <summary>
                <para>Gets a value indicating whether the request is the result of a callback sent by the DataView.
</para>
            </summary>
            <value><b>true</b>, if the request is the result of a callback sent by the DataView; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataView.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns>$
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataView.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DataViewSettings">

            <summary>
                <para>Contains DataView specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DataViewSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the DataView.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesCallbackClientSideEventstopic.htm">CallbackClientSideEvents</A> object which allows assigning handlers to the client-side events available to the DataView.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.ColumnCount">
            <summary>
                <para>Gets or sets the number of columns displayed within a page.
</para>
            </summary>
            <value>An integer value that specifies the number of columns displayed within a page.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientDataView.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.HideEmptyRows">
            <summary>
                <para>Gets or sets whether the empty rows (with no data) are hidden.
</para>
            </summary>
            <value><b>true</b>, to hide empty rows; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.Layout">
            <summary>
                <para>Gets or sets the layout of the <b>DataView</b>'s contents. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxDataView.Layout"/> values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.PagerSettings">
            <summary>
                <para>Gets the Pager's settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebMvcMVCxDataViewPagerSettingstopic.htm">MVCxDataViewPagerSettings</A> object containing the pager's settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.RowPerPage">
            <summary>
                <para>Gets or sets the maximum number of rows displayed on a page.
</para>
            </summary>
            <value>An integer value that specifies the maximum number of rows on a page.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettings.SetEmptyItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the empty data item.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettings.SetEmptyItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the empty data item.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettings.SetItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the data item.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettings.SetItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the data item.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.SettingsFlowLayout">
            <summary>
                <para>Provides access to the DataView layout flow mode settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDataViewDataViewFlowLayoutSettingstopic.htm">DataViewFlowLayoutSettings</A> object that contains the layout settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettings.SettingsTableLayout">
            <summary>
                <para>Provides access to the DataView layout table mode settings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDataViewDataViewTableLayoutSettingstopic.htm">DataViewTableLayoutSettings</A> object that contains the layout settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DataViewExtensionBase">

            <summary>
                <para>A base extension object implementing the common functionality of data view extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.#ctor(DevExpress.Web.Mvc.DataViewSettingsBase)">
            <summary>
                <para>Initializes a new instance of the DataViewExtensionBase class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.#ctor(DevExpress.Web.Mvc.DataViewSettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DataViewExtensionBase class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.Bind(System.Object)">
            <summary>
                <para>Binds the DataView to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object denoting the DataView.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the DataView to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the DataView to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToXML(System.String)">
            <summary>
                <para>Binds the DataView to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name. 

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the DataView to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		 A string value specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the DataView to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.DataViewExtension">

            <summary>
                <para>An extension object implementing the DataView functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtension.#ctor(DevExpress.Web.Mvc.DataViewSettings)">
            <summary>
                <para>Initializes a new instance of the DataViewExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewExtension.#ctor(DevExpress.Web.Mvc.DataViewSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DataViewExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListColumnType">

            <summary>
                <para>Lists values that specify the column editor type.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.BinaryImage">
            <summary>
                <para>A binary image editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.ButtonEdit">
            <summary>
                <para>A button editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.CheckBox">
            <summary>
                <para>A check box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.ColorEdit">
            <summary>
                <para>A color editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.ComboBox">
            <summary>
                <para>A combo box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.DateEdit">
            <summary>
                <para>A date editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.Default">
            <summary>
                <para>Corresponds to the TextBox value.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.DropDownEdit">
            <summary>
                <para>A drop down editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.HyperLink">
            <summary>
                <para>A hyperlink editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.Image">
            <summary>
                <para>An image editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.Memo">
            <summary>
                <para>A memo editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.ProgressBar">
            <summary>
                <para>A progress bar is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.SpinEdit">
            <summary>
                <para>A spin editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.TextBox">
            <summary>
                <para>A text box is used to edit column values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.TimeEdit">
            <summary>
                <para>A time editor is used to edit column values.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection">

            <summary>
                <para>A collection of mappings of the custom properties of appointments to the fields in the data source. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxAppointmentCustomFieldMappingCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.Add">
            <summary>
                <para>Creates and adds a new mapping to the collection of custom field mappings.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object that is the newly added mapping.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new mapping to the collection of custom field mappings and allows you to modify the mapping in a delegate method implementation.

</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.Add(System.String,System.String)">
            <summary>
                <para>Creates and adds a new mapping to the collection of custom field mappings.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the name of the custom field. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Name"/> property. 

            </param>
            <param name="member">
		A <see cref="T:System.String "/> value that specifies the member (data field name) value of the custom field mapping. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping.Member"/> property. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object that is the newly added mapping.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.Add(DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping)">
            <summary>
                <para>Adds a specified mapping to the collection of custom field mappings.
</para>
            </summary>
            <param name="mapping">
		A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object that is the mapping to add.

            </param>
            <returns>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object that is the newly added mapping.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection">

            <summary>
                <para>A collection of toolbar item objects.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection.#ctor(DevExpress.Web.ASPxClasses.Internal.IWebControlObject)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbarItemCollection class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <b>IWebControlObject</b> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbarItemCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection.Add``1(System.Action{``0})">
            <summary>
                <para>Adds a new toolbar item of the specified type to the collection and allows you to customize this item in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created toolbar item (of the specified type) as a parameter.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection">

            <summary>
                <para>A collection of toolbar objects.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbarCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Add(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem[])">
            <summary>
                <para>Creates a new toolbar with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the created toolbar's name.

            </param>
            <param name="items">
		An array that contains zero or more <b>HtmlEditorToolbarItem</b> objects.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object that is the newly created toolbar.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new toolbar to the collection and allows you to customize this toolbar in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Add">
            <summary>
                <para>Adds a new toolbar to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object that is the newly created toolbar.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Add(System.String)">
            <summary>
                <para>Adds a new toolbar to the collection and specifies its name.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created toolbar.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object that is the newly created toolbar.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars(System.Boolean)">
            <summary>
                <para>Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed.
</para>
            </summary>
            <param name="rtl">
		<b>true</b> to reverse the layout of the toolbars; otherwise <b>false</b>.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection, by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the item's name.

            </param>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object which is the item with the specified name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual items within the MVCxHtmlEditorToolbarCollection.
</para>
            </summary>
            <param name="index">
		An integer that specifies the index of the required item within the collection.

            </param>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object which is the item at the specified index.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.FetchAppointmentsMethod">

            <summary>
                <para>A delegate method that enables you to limit the number of appointments loaded into the Scheduler storage.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.FetchAppointmentsMethod.Invoke(DevExpress.XtraScheduler.FetchAppointmentsEventArgs)">
            <summary>
                <para>A delegate method that enables you to dynamically limit the number of appointments loaded into the Scheduler storage.

</para>
            </summary>
            <param name="args">
		An <see cref="T:DevExpress.XtraScheduler.FetchAppointmentsEventArgs"/> object that contains the data specific for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.FetchAppointments"/> event.

            </param>
            <returns>An <a href="#" onclick="dxHelpRedirect('T:System.Object')">Object</a> that is the appointment data source.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxICalendarImportSettings">

            <summary>
                <para>Contains settings specific to iCalendar export of the Scheduler.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxICalendarImportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxICalendarImportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxICalendarImportSettings.CalendarStructureCreated">
            <summary>
                <para>Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.

</para>
            </summary>
            <value> A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.WindowsForms/DevExpressXtraScheduleriCalendariCalendarStructureCreatedEventHandlertopic.htm">iCalendarStructureCreatedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxICalendarImportSettings.CustomPropertyIndentifier">
            <summary>
                <para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.

</para>
            </summary>
            <value>A string, representing a token for non-standard iCalendar properties.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxICalendarExportSettings">

            <summary>
                <para>Contains settings specific to iCalendar export of the Scheduler.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxICalendarExportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxICalendarExportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.CalendarStructureCreated">
            <summary>
                <para>Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.
</para>
            </summary>
            <value> A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.WindowsForms/DevExpressXtraScheduleriCalendariCalendarStructureCreatedEventHandlertopic.htm">iCalendarStructureCreatedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.CustomPropertyIndentifier">
            <summary>
                <para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.
</para>
            </summary>
            <value>A string, representing a token for non-standard iCalendar properties.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.ProductIdentifier">
            <summary>
                <para>Gets or sets the identifier for the product that created the iCalendar object.
</para>
            </summary>
            <value>A string usually containing company name, product name and language-specific information separated by slashes.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxResourceStorage">

            <summary>
                <para>A storage which holds appointment resources.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxResourceStorage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxResourceStorage class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxResourceStorage.Assign(DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxResourceStorage.DataManager">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value>A <b>DevExpress.XtraScheduler.Data.ResourceDataManager</b> object. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxAppointmentStorage">

            <summary>
                <para>A storage which holds a collection of appointments.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentStorage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxAppointmentStorage class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxAppointmentStorage.Assign(DevExpress.Web.Mvc.MVCxAppointmentStorage)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxAppointmentStorage.CommitIdToDataSource">
            <summary>
                <para>For internal use. Calls the method of the base class with the same name.
</para>
            </summary>
            <value><b>true</b> to pass the <see cref="P:DevExpress.XtraScheduler.Appointment.Id"/> value to the mapped field in the data source; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxAppointmentStorage.CustomFieldMappings">
            <summary>
                <para>Provides access to the collection of mappings of the appointment's custom properties.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection"/> object that is a collection of mappings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxAppointmentStorage.DataManager">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value>A <b>DevExpress.XtraScheduler.Data.AppointmentDataManager</b> object. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxAppointmentStorage.UnboundMode">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar">

            <summary>
                <para>A base class for toolbars.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbar class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified name.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the created toolbar's name.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarItem[])">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified settings.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the created toolbar's name.

            </param>
            <param name="items">
		An array that contains zero or more <b>HtmlEditorToolbarItem</b> objects.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar1">
            <summary>
                <para>Creates the <b>StandardToolbar1</b> default toolbar and populates it with relevant default items.
</para>
            </summary>
            <returns> An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object that is the <b>StandardToolbar1</b>.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar2(System.Boolean)">
            <summary>
                <para>Creates the <b>StandardToolbar2</b> default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed.
</para>
            </summary>
            <param name="rtl">
		<b>true</b> to reverse the layout of the toolbar; otherwise <b>false</b>.

            </param>
            <returns> An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object which is the <b>StandardToolbar2</b>.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar2">
            <summary>
                <para>Creates the <b>StandardToolbar2</b> default toolbar, and populates it with relevant default items.
</para>
            </summary>
            <returns> An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object that is the <b>StandardToolbar2</b>.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateTableToolbar">
            <summary>
                <para>Creates the <b>TableToolbar</b> default toolbar and populates it with relevant default items.
</para>
            </summary>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbartopic.htm">MVCxHtmlEditorToolbar</A> object that is the <b>TableToolbar</b>.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.Items">
            <summary>
                <para>Gets the collection of items within the toolbar and provides indexed access to them.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorToolbarItemCollectiontopic.htm">MVCxHtmlEditorToolbarItemCollection</A> object that is the collection of the toolbar's items.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DateNavigatorSettings">

            <summary>
                <para>Contains DateNavigator-specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DateNavigatorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DateNavigatorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateNavigatorSettings.Properties">
            <summary>
                <para>Provides access to a <see cref="T:DevExpress.Web.ASPxScheduler.DateNavigatorProperties"/> object that enables you to set options specific to a calendar control.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.DateNavigatorProperties"/> object containing calendar control settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DateNavigatorSettings.SchedulerName">
            <summary>
                <para>Gets or sets the name of a Scheduler control to which a DateNavigator is bound.
</para>
            </summary>
            <value>A string that is the name of a Scheduler control.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DateNavigatorExtension">

            <summary>
                <para>An extension object implementing the DateNavigator functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.#ctor(DevExpress.Web.Mvc.SchedulerSettings)">
            <summary>
                <para>Initializes a new instance of the DateNavigatorExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.#ctor(DevExpress.Web.Mvc.SchedulerSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DateNavigatorExtension class with the specified settings and provides the context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.Bind(System.Object)">
            <summary>
                <para>Binds the Scheduler to which the DateNavigator is bound, to an appointment data source.
</para>
            </summary>
            <param name="appointmentDataObject">
		A collection of appointments.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> object that contains settings for the DateNavigator control.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.Bind(System.Object,System.Object)">
            <summary>
                <para>Binds the Scheduler to which the DateNavigator is bound, to appointment and resource data sources.
</para>
            </summary>
            <param name="appointmentDataObject">
		A collection of appointments.

            </param>
            <param name="resourceDataObject">
		A collection of resources.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> object that contains settings for the DateNavigator control.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod">

            <summary>
                <para>A delegate method that enables you to implement custom selection of the <b>ComboBox</b> editor's items requested by the applied filter conditions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod.Invoke(DevExpress.Web.ASPxEditors.ListEditItemsRequestedByFilterConditionEventArgs)">
            <summary>
                <para>A delegate method that enables you to implement custom retrieval of the <b>ComboBox</b> editor's items requested by the applied filter conditions.
</para>
            </summary>
            <param name="args">
		An <see cref="T:DevExpress.Web.ASPxEditors.ListEditItemsRequestedByFilterConditionEventArgs"/> object that contains the required data.

            </param>
            <returns>An <a href="#" onclick="dxHelpRedirect('T:System.Object')">Object</a> containing the obtained items.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewPopupControlSettings">

            <summary>
                <para>Contains specific settings for different popup elements. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewPopupControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewPopupControlSettings class.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.ExtensionSuite">

            <summary>
                <para>Lists values that identify extensions sets.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.All">
            <summary>
                <para>Identifies all extensions from this enumeration.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Chart">
            <summary>
                <para>Identifies the Charts extension. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Editors">
            <summary>
                <para>Identifies all editor extensions (see Data Editor Extensions).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.GridView">
            <summary>
                <para>Identifies the GridView extension (see Grid View).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.HtmlEditor">
            <summary>
                <para>Identifies the HtmlEditor extension (see HTML Editor).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.NavigationAndLayout">
            <summary>
                <para>Identifies all extensions from the navigation and layout suite (see Navigation and Layout Extensions and Utility Extensions).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.PivotGrid">
            <summary>
                <para>Identifies the PivotGrid extension (see Pivot Grid).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Report">
            <summary>
                <para>Identifies the Reporting extension. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Scheduler">
            <summary>
                <para>Identifies all extensions from the Scheduler suite (see Scheduler).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.TreeList">
            <summary>
                <para>Identifies the TreeList extension (see Tree List).
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView">

            <summary>
                <para>Contains settings for the scheduler's WorkWeek view.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerWorkWeekView class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetAllDayAreaTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the all-day area.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetAllDayAreaTemplateMethod(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the all-day area.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetRightTopCornerTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the right top corner area of the scheduler.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetRightTopCornerTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the right top corner area of the scheduler.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeCellBodyTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeCellBodyTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeRulerHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeRulerHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeRulerMinuteItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler minute item.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetTimeRulerMinuteItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler minute item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetVerticalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetVerticalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.TimeRulers">
            <summary>
                <para>Provides access to the collection of time rulers
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTimeRulerCollection"/> object that is the time ruler collection.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerWeekView">

            <summary>
                <para>Contains settings for the scheduler's Week view.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerWeekView class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateCellBodyTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateCellBodyTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateCellHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateCellHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.


</para>
            </summary>
            <param name="contentMethod">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerTimelineView">

            <summary>
                <para>Contains settings for the scheduler's Timeline view.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerTimelineView class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetTimelineCellBodyTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetTimelineCellBodyTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetTimelineDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header in the time line scale.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetTimelineDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header in the time line scale.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerMonthView">

            <summary>
                <para>Contains settings for the scheduler's Month (Multi-week) view.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerMonthView class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateCellBodyTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateCellBodyTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateCellHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateCellHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date cell header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerDayView">

            <summary>
                <para>Contains settings for the scheduler's Day view.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerDayView class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetAllDayAreaTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the all-day area.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetAllDayAreaTemplateMethod(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the all-day area.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetRightTopCornerTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the right top corner area of the scheduler.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetRightTopCornerTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the right top corner area of the scheduler.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeCellBodyTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeCellBodyTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the time cell.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeRulerHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeRulerHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeRulerMinuteItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler minute item.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetTimeRulerMinuteItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the TimeRuler minute item.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetVerticalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetVerticalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerDayView.TimeRulers">
            <summary>
                <para>Provides access to the collection of <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> objects.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTimeRulerCollection"/> object that is the time ruler collection.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms">

            <summary>
                <para>Contains settings and methods used to specify the content, visibility and other options of the end-user dialog forms.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerOptionsForms class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.AppointmentFormRouteValues">
            <summary>
                <para>Gets or sets the route values for the appointment editing form template.
</para>
            </summary>
            <value>An object whose properties are used to construct the RouteValueDictionary instance.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.AppointmentFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentFormTemplateContent"/> method instead. 
</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.AppointmentInplaceEditorFormRouteValues">
            <summary>
                <para>Gets or sets the route values for the inplace editor form template.
</para>
            </summary>
            <value>An object whose properties are used to construct the RouteValueDictionary instance.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.AppointmentInplaceEditorFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentInplaceEditorFormTemplateContent"/> method instead. 
</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies the settings of the specified object to the current object.
</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.GotoDateFormRouteValues">
            <summary>
                <para>Gets or sets the route values for the GotoDate form template.
</para>
            </summary>
            <value>An object whose properties are used to construct the RouteValueDictionary instance.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.GotoDateFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetGotoDateFormTemplateContent"/> method instead. 

</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RecurrenceFormName">
            <summary>
                <para>Gets or sets the name of the recurrence form used in client scripts.
</para>
            </summary>
            <value>A string that is the name of the recurrence form.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RecurrentAppointmentDeleteFormRouteValues">
            <summary>
                <para>Gets or sets the route values for the template of the recurrent appointment deletion dialog.
</para>
            </summary>
            <value>An object whose properties are used to construct the RouteValueDictionary instance.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RecurrentAppointmentDeleteFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentDeleteFormTemplateContent"/> method instead. 

</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RecurrentAppointmentEditFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentEditFormTemplateContent"/> method instead. 
</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RemindersFormRouteValues">
            <summary>
                <para>Gets or sets the route values for the reminder form template.
</para>
            </summary>
            <value>An object whose properties are used to construct the RouteValueDictionary instance.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.RemindersFormTemplateUrl">
            <summary>
                <para>Not in effect in ASP.NET MVC. Use the <see cref="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRemindersFormTemplateContent"/> method instead. 
</para>
            </summary>
            <value>A string that is the URL of the form template.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the appointment editing form.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the appointment editing form.
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentInplaceEditorFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the inplace editor form.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentInplaceEditorFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the inplace editor form.
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetGotoDateFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the Go to Date form.
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetGotoDateFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the Go to Date form. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentDeleteFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the recurrent appointment deletion dialog.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentDeleteFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the recurrent appointment deletion dialog.
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentEditFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the recurrent appointment form. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRecurrentAppointmentEditFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the recurrent appointment form. 
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRemindersFormTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the reminder form.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetRemindersFormTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the reminder form.
</para>
            </summary>
            <param name="method">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorSpellChecker">

            <summary>
                <para>Contains settings that relate to HtmlEditor's built-in spell checking functionality. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorSpellChecker.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings">

            <summary>
                <para>Contains the <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the PivotCustomizationExtensionSettings class with the default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.AllowedLayouts">
            <summary>
                <para>Gets or sets which layouts can be applied to the Customization extension.
</para>
            </summary>
            <value>One or several <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts"/> enumeration members that specify which layouts can be applied to the Customization extension.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.AllowFilter">
            <summary>
                <para>Gets or sets whether filtering can be applied to fields via the Customization extension. 
</para>
            </summary>
            <value><b>true</b> if filtering can be applied to fields via the Customization extension; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.AllowSort">
            <summary>
                <para>Gets or sets whether the sort order of field values can be toggled via the Customization extension.
</para>
            </summary>
            <value><b>true</b> if the sort order of field values can be toggled via the Customization extension; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.DeferredUpdates">
            <summary>
                <para>Gets or sets whether dragging fields within the Customization extension immediately updates the layout of fields in the PivotGrid control. 
</para>
            </summary>
            <value><b>true</b> if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.Layout">
            <summary>
                <para>Gets or sets the Customization extension's layout.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout"/> enumeration member that specifies how fields are arranged within the Customization extension.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.Visible">
            <summary>
                <para>Gets or sets whether the Customization extension is visible.
</para>
            </summary>
            <value><b>true</b> if the Customization extension is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PivotCustomizationExtension">

            <summary>
                <para>An extension object that implements the PivotCustomization extension functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PivotCustomizationExtension.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PivotCustomizationExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains settings that were used to initialize the owner PivotGrid extension.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotCustomizationExtension.#ctor(DevExpress.Web.Mvc.PivotGridSettings)">
            <summary>
                <para>Initializes a new instance of the PivotCustomizationExtension class with the specified settings.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains settings that were used to initialize the owner PivotGrid extension.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotCustomizationExtension.Bind(System.Object)">
            <summary>
                <para>Binds the <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> to a datasource.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> object that is the PivotCustomizationExtension.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotCustomizationExtension.BindToOLAP(System.String)">
            <summary>
                <para>Binds the <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> to an OLAP cube.
</para>
            </summary>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> object representing the PivotCustomizationExtension.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupControlExtensionBase">

            <summary>
                <para>A base extension object implementing the common functionality of the PopupControl and DockPanel extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtensionBase.#ctor(DevExpress.Web.Mvc.PopupControlSettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PopupControlExtensionBase class with the specified settings and provides context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlExtensionBase.#ctor(DevExpress.Web.Mvc.PopupControlSettingsBase)">
            <summary>
                <para>Initializes a new instance of the PopupControlExtensionBase class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupControlSettingsBase">

            <summary>
                <para>A base class containing common settings of the PopupControl and DockPanel extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.#ctor">
            <summary>
                <para>Initializes a new instance of the PopupControlSettingsBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.AllowDragging">
            <summary>
                <para>Gets or sets a value specifying whether a popup window (dock panel) can be dragged by end users.
</para>
            </summary>
            <value><b>true</b>, if end users can drag a popup window (dock panel); otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.AllowResize">
            <summary>
                <para>Gets or sets a value that specifies whether popup windows (dock panel) can be resized by end-users on the client side.
</para>
            </summary>
            <value><b>true</b> if window resizing is allowed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ContentUrl">
            <summary>
                <para>Gets or sets the navigation location of a specific web page to be displayed within the popup window (dock panel).
</para>
            </summary>
            <value>A string value that specifies the desired page's navigation location.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the wrapped web server control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyle"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.DragElement">
            <summary>
                <para>Gets or sets a popup window's  (or dock panel's) part available for drag and drop operations.

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxPopupControl.DragElement"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.EnableAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect defined via the <see cref="P:DevExpress.Web.Mvc.PopupControlSettingsBase.PopupAnimationType"/> property is used when a popup window (or a dock panel) is invoked.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a fade animation effect is used when a window's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.EnableHotTrack">
            <summary>
                <para>Gets or sets a value that specifies whether a popup window (or a dock panel) can visually respond to mouse hovering.
</para>
            </summary>
            <value><b>true</b> if windows can be hot-tracked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.FooterNavigateUrl">
            <summary>
                <para>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.

</para>
            </summary>
            <value>A string value which specifies the required navigation location.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.FooterText">
            <summary>
                <para>Gets or sets the text content of a popup window's (or a dock panel's) footer.
</para>
            </summary>
            <value>A string value that specifies a footer text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.HeaderNavigateUrl">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A string value which specifies the required navigation location.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.HeaderText">
            <summary>
                <para>Gets or sets the text content of a popup window's (or a dock panel's) header.
</para>
            </summary>
            <value>A string value that specifies a header text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Images">
            <summary>
                <para>Provides access to the settings that define images for various PopupControl elements and DockPanel elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxPopupControlPopupControlImagestopic.htm">PopupControlImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Left">
            <summary>
                <para>Gets or sets the x-coordinate of the element left side.
</para>
            </summary>
            <value>An integer value specifying the x-coordinate.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.LoadingPanelDelay">
            <summary>
                <para>Gets or sets the delay before displaying the loading panel.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.Int32')">Int32</a> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a loading panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesImagePositionEnumtopic.htm">ImagePosition</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.LoadingPanelText">
            <summary>
                <para>Gets or sets the text displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value that specifies the descriptive text displayed within a loading panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MaxHeight">
            <summary>
                <para>Gets or sets the maximum height of a PopupControl's window (or a DockPanel).
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> object that defines the maximum height of a window.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MaxWidth">
            <summary>
                <para>Gets or sets the maximum width of a PopupControl's window (or a DockPanel).
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> object that defines the maximum width of a window.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MinHeight">
            <summary>
                <para> Gets or sets the minimum height of a PopupControl's window (or a DockPanel).
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> object that defines the minimum height of a window.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MinWidth">
            <summary>
                <para>Gets or sets the minimum width of a PopupControl's window (or a DockPanel).
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> object that defines the minimum width of a window.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Opacity">
            <summary>
                <para>Gets or sets the opacity level of popup windows within the PopupControl (or DockPanel).
</para>
            </summary>
            <value>An integer value that specifies the opacity level.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.PopupAnimationType">
            <summary>
                <para>Gets or sets a value specifying the animation type used to show popup windows.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesAnimationTypeEnumtopic.htm">AnimationType</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.RenderIFrameForPopupElements">
            <summary>
                <para>Gets or sets a value that specifies whether popup windows (or a dock panel) are displayed above <a href="http://en.wikipedia.org/wiki/Java_applet">Java applets</a> that may present on the web page.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ResizingMode">
            <summary>
                <para>Gets or sets a value that specifies when the popup window (or a dock panel) being resized should be redrawn.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesResizingModeEnumtopic.htm">ResizingMode</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.SaveStateToCookies">
            <summary>
                <para>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). 
</para>
            </summary>
            <value><b>true</b> if information is persisted in cookies; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the extension element state is persisted.
</para>
            </summary>
            <value>A string value specifying a cookie's name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ScrollBars">
            <summary>
                <para>Gets or sets a value specifying which scrollbars should appear within the PopupControl's window (or the DockPanel).
</para>
            </summary>
            <value>One of the <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.ScrollBars')">ScrollBars</a> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetContent(System.Action)">
            <summary>
                <para>Allows you to custom render the content of all popup windows (or a dock panel).
</para>
            </summary>
            <param name="contentMethod">
		A method to which content rendering is delegated.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetContent(System.String)">
            <summary>
                <para>Allows you to custom render the content of all popup windows (or a dock panel).
</para>
            </summary>
            <param name="content">
		A string value representing the content. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetFooterTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window (or dock panel) footer's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetFooterTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window (or dock panel) footer's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window (or dock panel) header's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the popup window (or dock panel) header's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowCloseButton">
            <summary>
                <para>Gets or sets a value that specifies whether a popup window's (or a dock panel's) close button is displayed.
</para>
            </summary>
            <value><b>true</b> if a close button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowCollapseButton">
            <summary>
                <para>Gets or sets a value that specifies whether a window's close button is displayed.
</para>
            </summary>
            <value><b>true</b>, if a window's close button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowFooter">
            <summary>
                <para>Gets or sets a value that specifies whether a popup window's (or a dock panel's) footer is displayed.
</para>
            </summary>
            <value><b>true</b> if a footer is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowHeader">
            <summary>
                <para>Gets or sets a value that specifies whether a popup window's (or a dock panel's) header is displayed.
</para>
            </summary>
            <value><b>true</b> if a header is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether a specific loading panel can be displayed.
</para>
            </summary>
            <value><b>true</b> if a loading panel is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowLoadingPanelImage">
            <summary>
                <para>Gets or sets whether the image can be displayed within the loading panel.
</para>
            </summary>
            <value><b>true</b> to display an image within the loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowMaximizeButton">
            <summary>
                <para>Gets or sets a value that specifies whether a window's maximize button is displayed.
</para>
            </summary>
            <value><b>true</b>, if a window's maximize button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowOnPageLoad">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if the element is displayed on the page load; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowPinButton">
            <summary>
                <para>Gets or sets a value that specifies whether a window's pin button is displayed.
</para>
            </summary>
            <value><b>true</b> if the button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowRefreshButton">
            <summary>
                <para>Gets or sets a value that specifies whether a window's refresh button is displayed.
</para>
            </summary>
            <value><b>true</b> if the button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowShadow">
            <summary>
                <para>Gets or sets a value that specifies whether a popup window (or a dock panel) casts a shadow.
</para>
            </summary>
            <value><b>true</b> if a popup window (or a dock panel) casts a shadow; otherwise <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowSizeGrip">
            <summary>
                <para>Gets or sets the visibility of a size grip element.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxPopupControlShowSizeGripEnumtopic.htm">ShowSizeGrip</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxPopupControlPopupControlStylestopic.htm">PopupControlStyles</A> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Target">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A string which identifies a window or frame to which to target the URL content.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Text">
            <summary>
                <para>Gets or sets the text displayed within a popup window's (or a dock panel's) content region.
</para>
            </summary>
            <value>A string value that specifies a content text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Top">
            <summary>
                <para>Gets or sets the y-coordinate of the default popup window's top side.
</para>
            </summary>
            <value>An integer value specifying the y-coordinate of the default popup window's top side.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxNavBarGroupCollection">

            <summary>
                <para>Represents a collection of groups within the NavBar. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxNavBarGroupCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Adds a new group to the collection and specifies the group's display text, name, associated image and URL.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <param name="navigateUrl">
		 

            </param>
            <param name="target">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Adds a new group to the collection and specifies the group's display text, name and associated image.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <param name="imageUrl">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add">
            <summary>
                <para>Adds a new group to the end of the collection and returns the newly created object.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(DevExpress.Web.Mvc.MVCxNavBarGroup)">
            <summary>
                <para>Adds the specified group to the collection.
</para>
            </summary>
            <param name="group">
		 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.String,System.String)">
            <summary>
                <para>Adds a new group to the collection and specifies the group's display text and name.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.String)">
            <summary>
                <para>Adds a new group to the collection and specifies the group's display text.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new group to the collection and allows you to customize this group in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.FindByName(System.String)">
            <summary>
                <para>Returns a group object with the specified <see cref="P:DevExpress.Web.ASPxNavBar.NavBarGroup.Name"/> property value.
</para>
            </summary>
            <param name="name">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.FindByText(System.String)">
            <summary>
                <para>Returns a group object with the specified <see cref="P:DevExpress.Web.ASPxNavBar.NavBarGroup.Text"/> property value.
</para>
            </summary>
            <param name="text">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.GetVisibleItem(System.Int32)">
            <summary>
                <para>Gets a group by its visible index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.IndexOf(DevExpress.Web.Mvc.MVCxNavBarGroup)">
            <summary>
                <para>Searches for the specified group object and returns the zero-based index of the first occurrence within the group collection.
</para>
            </summary>
            <param name="group">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxNavBarGroup)">
            <summary>
                <para>Inserts the specified group object into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		 

            </param>
            <param name="group">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual groups within the MVCxNavBarGroupCollection. 

</para>
            </summary>
            <param name="index">
		 

            </param>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxNavBarGroupCollection.Remove(DevExpress.Web.Mvc.MVCxNavBarGroup)">
            <summary>
                <para>Removes a group object from the group collection.
</para>
            </summary>
            <param name="item">
		 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerViewRepository">

            <summary>
                <para>A storage for Scheduler views.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerViewRepository class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.DayView">
            <summary>
                <para>Gets an object that defines the settings of the scheduler's Day view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerDayView"/> object that is the Day View in the scheduling area.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.MonthView">
            <summary>
                <para>Gets an object that defines the settings of the scheduler's Month view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerMonthView"/> object that is the Month view settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.TimelineView">
            <summary>
                <para>Gets an object that defines the settings of the scheduler's Timeline view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerTimelineView"/> object that is the Timeline view settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.WeekView">
            <summary>
                <para>Gets an object that defines the settings of the scheduler's Week view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerWeekView"/> object containing the Week View settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.WorkWeekView">
            <summary>
                <para>Gets an object that defines the settings of the scheduler's Work Week view.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView"/>  object containing the Work Week view settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.SchedulerExtension">

            <summary>
                <para>An extension object implementing the Scheduler functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.#ctor(DevExpress.Web.Mvc.SchedulerSettings)">
            <summary>
                <para>Initializes a new instance of the SchedulerExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.#ctor(DevExpress.Web.Mvc.SchedulerSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the SchedulerExtension class with the specified settings and provides the context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.


            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.Bind(System.Object,System.Object)">
            <summary>
                <para>Binds the Scheduler to a data source.
</para>
            </summary>
            <param name="appointmentDataObject">
		An object specifying the bound appointment data source.

            </param>
            <param name="resourceDataObject">
		An object specifying the bound resource data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object representing the Scheduler.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.Bind(System.Object)">
            <summary>
                <para>Binds the Scheduler to appointment data source.
</para>
            </summary>
            <param name="appointmentDataObject">
		An object specifying the bound appointment data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object representing the scheduler.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.Bind(DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
            <summary>
                <para>Binds the Scheduler to an appointment data source modified dynamically, using the <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate, and to a resource data source.

</para>
            </summary>
            <param name="fetchAppointmentsMethod">
		A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate providing an appointment data source.

            </param>
            <param name="resourceDataObject">
		An object specifying the bound resource data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object representing the Scheduler.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.Bind(DevExpress.Web.Mvc.FetchAppointmentsMethod)">
            <summary>
                <para>Binds the Scheduler to an appointment data source modified dynamically using a <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate.

</para>
            </summary>
            <param name="method">
		A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate providing an appointment data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object representing the Scheduler.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.Bind(DevExpress.Web.Mvc.PersistentObjectCancelMethod,DevExpress.Web.Mvc.PersistentObjectCancelMethod)">
            <summary>
                <para>Allows you to hide specific appointments and resources.
</para>
            </summary>
            <param name="filterAppointmentMethod">
		A <see cref="T:DevExpress.Web.Mvc.PersistentObjectCancelMethod"/> delegate that allows you to hide a specific appointment.

            </param>
            <param name="filterResourceMethod">
		A <see cref="T:DevExpress.Web.Mvc.PersistentObjectCancelMethod"/> delegate that allows you to hide a specific resource.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object representing the scheduler.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ConvertAppointment``1(DevExpress.XtraScheduler.Appointment,DevExpress.Web.Mvc.MVCxAppointmentStorage)">
            <summary>
                <para>Converts an appointment to its data object representation.
</para>
            </summary>
            <param name="appointment">
		An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance that is the appointment in the Scheduler control.

            </param>
            <param name="appointmentStorage">
		A <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that is the appointment storage for the Scheduler control.

            </param>
            <returns>An object that is the equivalent of the appointment in an application data model.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="resourceDataObject">
		An object that is the resource data source for the Scheduler.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object,System.Boolean)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="resourceDataObject">
		An object that is the resource data source for the Scheduler.

            </param>
            <param name="saveAsFile">
		<b>true</b> to save as a file with a name set to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> value and .ics extension; otherwise, <b>false</b>.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object,System.String)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="resourceDataObject">
		An object that is the resource data source for the Scheduler.

            </param>
            <param name="fileName">
		A string that is the name of the file with an .ics extension to which data are exported.


            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="resourceDataObject">
		An object that is the resource data source for the Scheduler.

            </param>
            <param name="fileName">
		A string that is the name of a file to which data are saved.

            </param>
            <param name="saveAsFile">
		<b>true</b> to save as a file with .ics extension; otherwise, <b>false</b>.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.String)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="fileName">
		A string that is the name of a file to which the data are being saved

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the scheduler data to iCalendar format using the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task.

            </param>
            <param name="appointmentDataObject">
		An object that is the appointment data source for the Scheduler.

            </param>
            <param name="saveAsFile">
		<b>true</b> to save as a file with a name set to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> value and .ics extension; otherwise, <b>false</b>.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the Scheduler data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToRemove``1(System.String,System.Object,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments which should be removed from the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.

            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToRemove``1(System.String,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments which should be removed from the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.


            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToRemove``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object)">
            <summary>
                <para>Obtains appointments which should be removed from the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToRemove``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object)">
            <summary>
                <para>Obtains appointments which should be removed from the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler.


            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToUpdate``1(System.String,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments whose data should be updated in the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.

            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToUpdate``1(System.String,System.Object,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments whose data should be updated in the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.

            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToUpdate``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object)">
            <summary>
                <para>Obtains appointments whose data should be updated in the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToUpdate``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object)">
            <summary>
                <para>Obtains appointments whose data should be updated in the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler.


            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentToInsert``1(System.String,System.Object,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments which should be inserted into the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.

            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentToInsert``1(System.String,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
            <summary>
                <para>Obtains appointments which should be inserted into the data source.
</para>
            </summary>
            <param name="schedulerName">
		The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="appointmentStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.

            </param>
            <param name="resourceStorage">
		An <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object that implements the resource storage functionality and contains mappings.

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentToInsert``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object)">
            <summary>
                <para>Obtains appointments which should be inserted into the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentToInsert``1(DevExpress.Web.Mvc.SchedulerSettings,System.Object)">
            <summary>
                <para>Obtains appointments which should be inserted into the data source.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler

            </param>
            <returns>A Model data class instance that is the entity contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetPrintAdapter(DevExpress.Web.Mvc.SchedulerSettings,System.Object)">
            <summary>
                <para>Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing SchedulerControl settings.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the Scheduler.

            </param>
            <returns>A <see cref="T:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter"/> class instance that is the print adapter bound to the scheduler control whose settings are specified.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetPrintAdapter(DevExpress.Web.Mvc.SchedulerSettings,System.Object,System.Object)">
            <summary>
                <para>Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing SchedulerControl settings.

            </param>
            <param name="appointmentDataObject">
		A collection of appointments in the scheduler.

            </param>
            <param name="recourceDataObject">
		A collection of resources in the scheduler.

            </param>
            <returns>A <see cref="T:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter"/> class instance that is the print adapter bound to the scheduler control whose settings are specified.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.ImportFromICalendar``1(DevExpress.Web.Mvc.SchedulerSettings,System.IO.Stream)">
            <summary>
                <para>Imports appointments from iCalendar format.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> containing data in iCalendar format.

            </param>
            <returns>A collection of Model data class objects contained in the appointment data source and mapped to an appointment.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerExtension.SetErrorText(System.String)">
            <summary>
                <para>Displays the explanatory text for the error.
</para>
            </summary>
            <param name="errorText">
		A string containing the error description.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerExtension"/> object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerStorage">

            <summary>
                <para>A storage which holds data for the Scheduler control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerStorage class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerStorage.Appointments">
            <summary>
                <para>Gets a storage object that contains appointment related information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object, that represents the storage for appointment related information.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.CreateOutlookExporter">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> object which can export data to MS Outlook's Calendar. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.CreateOutlookExportSynchronizer">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <returns>A <b>DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer</b> object which allows MS Outlook's Calendar to be synchronized with the data in storage. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.CreateOutlookImporter">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> object which can import data from MS Outlook's Calendar. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.CreateOutlookImportSynchronizer">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImportSynchronizer"/> object which can synchronize data in the storage with data in MS Outlook's Calendar.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ExportToICalendar(System.IO.Stream)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar"/> instead.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> containing data in iCalendar format.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ExportToICalendar(System.String)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar"/> instead.
</para>
            </summary>
            <param name="path">
		A string that is the path to a file that will contain data in iCalendar format.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ExportToOutlook">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ExportToVCalendar(System.IO.Stream)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar"/> instead.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/>  object which specifies the stream into which the scheduler's data will be exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ExportToVCalendar(System.String)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ExportToICalendar"/> instead.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/>, containing the full path (including the file name and extension) of the file to which the scheduler's data will be exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ImportFromICalendar(System.String)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ImportFromICalendar[T]"/> instead.
</para>
            </summary>
            <param name="path">
		A string that is the path to a file containing iCalendar data.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ImportFromICalendar(System.IO.Stream)">
            <summary>
                <para>For internal use. Use the <see cref="M:DevExpress.Web.Mvc.SchedulerExtension.ImportFromICalendar[T]"/> instead.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> containing data in iCalendar format.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ImportFromOutlook">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ImportFromVCalendar(System.String)">
            <summary>
                <para>For internal use. Imports data into the scheduler storage from a file in the vCalendar format. 
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/>, containing the full path of the file with vCalendar data.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.ImportFromVCalendar(System.IO.Stream)">
            <summary>
                <para>For internal use. Imports the scheduler's data from a stream whose data is in the vCalendar format.  
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object which specifies the stream that contains the data to import to the scheduler.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerStorage.Resources">
            <summary>
                <para>Gets the object which manages resources for appointments.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> object which stores manges resources for appointments.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.SynchronizeOutlookWithStorage(System.String)">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <param name="outlookEntryIdFieldName">
		A  <see cref="T:System.String"/>, representing the name of the string data field which contains the GUIDs of appointments. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorage.SynchronizeStorageWithOutlook(System.String)">
            <summary>
                <para>For internal use. Calls the method of the same name for the base class. 
</para>
            </summary>
            <param name="outlookEntryIdFieldName">
		A  <see cref="T:System.String"/>, representing the name of the string data field which contains the GUIDs of appointments. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSchedulerImportSettings">

            <summary>
                <para>Holds settings specific to the import of Scheduler data in different formats.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSchedulerImportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxSchedulerImportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSchedulerImportSettings.ICalendar">
            <summary>
                <para>Provides access to import settings for data in iCalendar format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxICalendarImportSettings"/> object containing iCalendar import settings .
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupMenuSettings">

            <summary>
                <para>Contains <b>PopupMenu</b> specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the PopupMenuSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.CloseAction">
            <summary>
                <para>Gets or sets a value that specifies which action forces a displayed popup menu to close.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupMenuCloseActionEnumtopic.htm">PopupMenuCloseAction</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.EnableScrolling">
            <summary>
                <para>Gets or sets a value indicating whether popup menu scrolling is enabled.
</para>
            </summary>
            <value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.Left">
            <summary>
                <para>Gets or sets the x-coordinate of the popup menu's left side.
</para>
            </summary>
            <value>An integer value specifying the x-coordinate of the popup menu's left side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupAction">
            <summary>
                <para>Gets or sets a value that specifies which action forces the current popup menu to appear.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupActionEnumtopic.htm">PopupAction</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupElementID">
            <summary>
                <para>Gets or sets the ID of an element with which the current popup menu is associated.
</para>
            </summary>
            <value>A string value specifying the ID of the element which the popup menu is associated with.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupElementResolve">
            <summary>
                <para>Allows an object specified by the <see cref="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupElementID"/> property to be found manually, if it can't be found automatically (if it's hidden within a naming container, for instance).
</para>
            </summary>
            <value>An EventHandler@lt;ControlResolveEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupHorizontalAlign">
            <summary>
                <para>Gets or sets a popup menu's horizontal alignment.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupHorizontalAlignEnumtopic.htm">PopupHorizontalAlign</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupHorizontalOffset">
            <summary>
                <para>Gets or sets a popup menu's horizontal offset.
</para>
            </summary>
            <value>An integer value that specifies a popup menu's horizontal offset.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupVerticalAlign">
            <summary>
                <para>Gets or sets a popup menu's vertical alignment.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesPopupVerticalAlignEnumtopic.htm">PopupVerticalAlign</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupVerticalOffset">
            <summary>
                <para>Gets or sets a popup menu's vertical offset.
</para>
            </summary>
            <value>An integer value that specifies a popup menu's vertical offset.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PopupMenuSettings.Top">
            <summary>
                <para>Gets or sets the y-coordinate of the popup menu's top side.
</para>
            </summary>
            <value>An integer value specifying the y-coordinate of the default popup menu's top side.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PopupMenuExtension">

            <summary>
                <para>Represents an extension object implementing the <b>PopupMenu</b> functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.#ctor(DevExpress.Web.Mvc.PopupMenuSettings)">
            <summary>
                <para>Initializes a new instance of the PopupMenuExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.#ctor(DevExpress.Web.Mvc.PopupMenuSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PopupMenuExtension class with the specified settings and provides context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.Bind(System.Object)">
            <summary>
                <para>Binds the <b>PopupMenu</b> to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> object that is the PopupMenu.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds a PopupMenu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds a PopupMenu to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.BindToXML(System.String)">
            <summary>
                <para>Binds a PopupMenu to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name. 

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds a PopupMenu to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		 A string value specifying the XPath expression.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PopupMenuExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds a PopupMenu to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcPopupMenuExtensiontopic.htm">PopupMenuExtension</A> extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPopupMenu">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupMenu.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPopupMenu class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupMenu.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPopupMenu.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPopupMenu.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxLoadingPanel">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxLoadingPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxLoadingPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxLoadingPanel.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxLoadingPanel.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDockPanel">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockPanel.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockPanel.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockPanel.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockPanel.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockPanel.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDockManager">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockManager.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxDockManager class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value> An object containing the Controller and Action names.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockManager.FindPanelByUID(System.String)">
            <summary>
                <para>Returns a panel object with the specified <see cref="P:DevExpress.Web.Mvc.DockPanelSettings.PanelUID"/> property value.
</para>
            </summary>
            <param name="panelUID">
		A <see cref="T:System.String"/> value that is the <b>PanelUID</b> property value of the required panel.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxDockPaneltopic.htm">MVCxDockPanel</A> object with a specific value of the <b>PanelUID</b> property.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockManager.FindZoneByUID(System.String)">
            <summary>
                <para>Returns a zone object with the specified <see cref="P:DevExpress.Web.Mvc.DockZoneSettings.ZoneUID"/> property value.
</para>
            </summary>
            <param name="zoneUID">
		A <see cref="T:System.String"/> value that is the <b>ZoneUID</b> property value of the required zone.

            </param>
            <returns>An <A HREF="clsDevExpressWebMvcMVCxDockZonetopic.htm">MVCxDockZone</A> object with a specific value of the <b>ZoneUID</b> property.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.Images">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.Panels">
            <summary>
                <para>Provides access to the collection of panels within the page.
</para>
            </summary>
            <value>A IEnumerable@lt;MVCxDockPanel@gt; collection containing panels.

</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDockManager.ResetLayoutToInitial">
            <summary>
                <para>Returns the layout of panels managed by the <see cref="T:DevExpress.Web.Mvc.MVCxDockManager"/> to the initial state.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDockManager.Zones">
            <summary>
                <para>Provides access to the collection of zones within the page.
</para>
            </summary>
            <value>A IEnumerable@lt;MVCxDockZone@gt; collection containing zones.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MenuSettingsBase">

            <summary>
                <para>Serves as a base for classes that define functional settings of the <b>Menu</b> and <b>PopupMenu</b>.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.#ctor">
            <summary>
                <para>Initializes a new instance of the MenuSettingsBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.AllowSelectItem">
            <summary>
                <para>Gets or sets a value specifying whether items can be selected within the menu.
</para>
            </summary>
            <value><b>true</b> if items can be selected; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.AppearAfter">
            <summary>
                <para>Gets or sets the delay in displaying submenus within the menu.
</para>
            </summary>
            <value>An integer value that specifies the time interval, in milliseconds, after which submenus are displayed within a menu.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.AutoSeparators">
            <summary>
                <para>Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxMenu.AutoSeparatorMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the MenuSettingsBase.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxMenuMenuClientSideEventstopic.htm">MenuClientSideEvents</A> object which allows assigning handlers to the client-side events available to the MenuSettingsBase.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the Menu and PopupMenu web control.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxMenuMenuStyletopic.htm">MenuStyle</A> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client.
</para>
            </summary>
            <value> A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a menu is bound to a data source.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.DisappearAfter">
            <summary>
                <para>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.
</para>
            </summary>
            <value>The length of time (in milliseconds) a dynamic menu is displayed after the mouse pointer is no longer positioned over the menu.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.EnableAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when invoking a PopupMenu or Menu submenus.

</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.EnableHotTrack">
            <summary>
                <para>Gets or sets a value that specifies whether menu items can visually respond to mouse hovering.
</para>
            </summary>
            <value><b>true</b> if the menu's items can be hot-tracked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Images">
            <summary>
                <para>Provides access to the settings that define images for various <b>Menu</b> and <b>PopupMenu</b> elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxMenuMenuImagestopic.htm">MenuImages</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ImageUrlField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within menu items.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ItemDataBound">
            <summary>
                <para>Enables you to customize settings of a bound menu item before it is finally rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxMenuMenuItemEventHandlertopic.htm">MenuItemEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ItemLinkMode">
            <summary>
                <para>Gets or sets a value that specifies how menu items are represented as links within the menu.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesItemLinkModeEnumtopic.htm">ItemLinkMode</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Items">
            <summary>
                <para>Gets a collection that contains menu items of the menu's root level. 
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxMenuItemCollectiontopic.htm">MVCxMenuItemCollection</A> object that is the collection of items.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ItemSubMenuOffset">
            <summary>
                <para>Gets specific offset settings for submenus of the submenu items.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxMenu.ItemSubMenuOffset"/> object that contains specific offset settings for submenu items' submenus.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.MaximumDisplayLevels">
            <summary>
                <para>Gets or sets the number of menu levels to render.
</para>
            </summary>
            <value>The number of menu levels to render for a menu control.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.NameField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides unique menu item identifier names. 

</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.NavigateUrlField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides menu item navigation locations.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.NavigateUrlFormatString">
            <summary>
                <para>Gets or sets the pattern used to format item navigation URLs.
</para>
            </summary>
            <value>A string value that represents the format pattern.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.RootItemSubMenuOffset">
            <summary>
                <para>Gets specific offset settings for submenus of the root menu items.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxMenuItemSubMenuOffsettopic.htm">ItemSubMenuOffset</A> object that contains specific offset settings for the root menu items' submenus.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.SelectParentItem">
            <summary>
                <para>Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems.

</para>
            </summary>
            <value><b>true</b> to visually highlight a root menu item that contains a selected subitem; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetItemTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all menu items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetItemTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all menu items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetItemTextTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all menu items.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetItemTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all menu items.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetSubMenuTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the client region's content of all submenus within a menu.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetSubMenuTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the client region's content of all submenus within a menu.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ShowPopOutImages">
            <summary>
                <para>Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxMenuMenuStylestopic.htm">MenuStyles</A> object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.SyncSelectionMode">
            <summary>
                <para>Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxClassesSyncSelectionModeEnumtopic.htm">SyncSelectionMode</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Target">
            <summary>
                <para>Gets or sets the window or frame to which to target the contents of the URLs associated with all links within a menu.

</para>
            </summary>
            <value>A string which identifies the window or frame to which to target the URL content.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.TextField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides menu item texts.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.TextFormatString">
            <summary>
                <para>Gets or sets the pattern used to format menu item texts.
</para>
            </summary>
            <value>A string value that is the format pattern.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ToolTipField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides menu item tooltip texts.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MenuExtensionBase">

            <summary>
                <para>A base extension object implementing the common functionality of menu extensions.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.#ctor(DevExpress.Web.Mvc.MenuSettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the MenuExtensionBase class with the specified settings and provides context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.#ctor(DevExpress.Web.Mvc.MenuSettingsBase)">
            <summary>
                <para>Initializes a new instance of the MenuExtensionBase class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.Bind(System.Object)">
            <summary>
                <para>Binds a menu to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> object that is the menu.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds a menu to the sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.BindToSiteMap(System.String)">
            <summary>
                <para>Binds a menu to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds a menu to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.BindToXML(System.String)">
            <summary>
                <para>Binds a menu to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name. 

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MenuExtensionBase.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds a menu to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		 A string value specifying the XPath expression.

            </param>
            <returns>A <A HREF="clsDevExpressWebMvcMenuExtensionBasetopic.htm">MenuExtensionBase</A> extension object.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.LoadingPanelSettings">

            <summary>
                <para>Contains LoadingPanel specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.LoadingPanelSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the LoadingPanelSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the LoadingPanelSettings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesClientSideEventstopic.htm">ClientSideEvents</A> object, which allows assigning handlers to the client-side events available to the LoadingPanelSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ContainerElementID">
            <summary>
                <para>Gets or sets the ID of an element with which the current <b>LoadingPanel</b> is associated.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value specifying the ID of the element.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ContainerElementResolve">
            <summary>
                <para>Enables you to manually find an object specified by the <see cref="P:DevExpress.Web.Mvc.LoadingPanelSettings.ContainerElementID"/> property, if it can't be found automatically (for instance, if it's hidden within a naming container).
</para>
            </summary>
            <value>An EventHandler@lt;ControlResolveEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the LoadingPanel's wrapped web control.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesAppearanceStyletopic.htm">AppearanceStyle</A> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.HorizontalOffset">
            <summary>
                <para>Gets or sets a value that indicates the distance that the <b>LoadingPanel</b> is offset from its baseline in the horizontal direction. This is a dependency property.
</para>
            </summary>
            <value>An integer value defining the element's offset from its baseline in the horizontal direction.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ImagePosition">
            <summary>
                <para>Gets or sets the loading panel image.
</para>
            </summary>
            <value>An <A HREF="DevExpressWebASPxClassesImagePositionEnumtopic.htm">ImagePosition</A> enumeration value that specifies the image position.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various LoadingPanel elements.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesImagesBasetopic.htm">ImagesBase</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.Modal">
            <summary>
                <para>Gets or sets whether the Loading Panel is displayed in modal mode.
</para>
            </summary>
            <value><b>true</b> if the LoadingPanel is displayed in modal mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.LoadingPanelSettings.SetTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the loading panel. 
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.LoadingPanelSettings.SetTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the loading panel.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ShowImage">
            <summary>
                <para>Gets or sets a value that specifies whether a loading panel image defined via the <see cref="P:DevExpress.Web.Mvc.LoadingPanelSettings.Images"/><b>.LoadingPanel</b> property is displayed within the Loading Panel.
</para>
            </summary>
            <value><b>true</b> if an image is displayed within a panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxLoadingPanelLoadingPanelStylestopic.htm">LoadingPanelStyles</A> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.Text">
            <summary>
                <para>Gets or sets the loading panel text.
</para>
            </summary>
            <value>A string value that specifies the panel's content text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.VerticalOffset">
            <summary>
                <para>Gets or sets a value that indicates the distance that the <b>LoadingPanel</b> is offset from its baseline in the vertical direction. This is a dependency property.
</para>
            </summary>
            <value>An integer value defining the element's offset from its baseline in the vertical direction.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockZoneSettings">

            <summary>
                <para>Contains DockZone specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockZoneSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DockZoneSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.AllowGrowing">
            <summary>
                <para>Gets or sets whether a zone can enlarge its size to contain a docking panel.
</para>
            </summary>
            <value><b>true</b> to allow a zone to grow; otherwise, <b>false</b>
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the DockZoneSettings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDockingDockZoneClientSideEventstopic.htm">DockZoneClientSideEvents</A> object which allows assigning handlers to the client-side events available to the DockZoneSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a zone on the client side.
</para>
            </summary>
            <value><b>true</b> to make a zone initially displayed on the client; <b>false</b> to render the zone into the web page, but make it initially hidden on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various DockZone elements.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebASPxClassesImagesBasetopic.htm">ImagesBase</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.Orientation">
            <summary>
                <para>Gets or sets the direction in which panels are arranged within the zone.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxDockingDockZoneOrientationEnumtopic.htm">DockZoneOrientation</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.Paddings">
            <summary>
                <para>Gets the padding settings of the zone.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesPaddingstopic.htm">Paddings</A> object that contains padding settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.PanelSpacing">
            <summary>
                <para>Gets or sets the spacing between panels within the zone.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Web.UI.WebControls.Unit')">Unit</a> object that specifies the spacing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDockingDockZoneStylestopic.htm">DockZoneStyles</A> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockZoneSettings.ZoneUID">
            <summary>
                <para>Gets or sets the unique identifier of a zone on a page.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> that is the unique identifier of a zone.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockZoneExtension">

            <summary>
                <para>Represents an extension object implementing the DockZone functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockZoneExtension.#ctor(DevExpress.Web.Mvc.DockZoneSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DockZoneExtension class with the specified settings and provides context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DockZoneExtension.#ctor(DevExpress.Web.Mvc.DockZoneSettings)">
            <summary>
                <para>Initializes a new instance of the DockZoneExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockPanelSettings">

            <summary>
                <para>Contains DockPanel specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockPanelSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DockPanelSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.AllowedDockState">
            <summary>
                <para>Gets or sets a value that specifies what states are allowed for the panel
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxDockingAllowedDockStateEnumtopic.htm">AllowedDockState</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the DockPanelSettings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDockingDockPanelClientSideEventstopic.htm">DockPanelClientSideEvents</A> object which allows assigning handlers to the client-side events available to the DockPanelSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.ForbiddenZones">
            <summary>
                <para>Provides access to the collection of zones disallowed for the current panel docking.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxForbiddenZoneCollectiontopic.htm">MVCxForbiddenZoneCollection</A> object that is a collection of zones.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.LoadContentViaCallback">
            <summary>
                <para>Gets or sets a value specifying the content loading mode for the DockPanel.
</para>
            </summary>
            <value>One of the <A HREF="DevExpressWebASPxDockingLoadPanelContentViaCallbackEnumtopic.htm">LoadPanelContentViaCallback</A> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.OwnerZoneUID">
            <summary>
                <para>Gets or sets the unique identifier of a zone that owns the panel.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the zone UID.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.PanelUID">
            <summary>
                <para>Gets or sets the unique identifier of a panel on a page.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> that is the unique identifier of a panel.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockPanelSettings.VisibleIndex">
            <summary>
                <para>Gets or sets the panel's position amongst the visible panels within the zone.
</para>
            </summary>
            <value>An integer value specifying the zero-based index of the panel amongst visible panels in the zone.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockPanelExtension">

            <summary>
                <para>Represents an extension object implementing the DockPanel functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockPanelExtension.#ctor(DevExpress.Web.Mvc.DockPanelSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DockPanelExtension class with the specified settings and provides context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DockPanelExtension.#ctor(DevExpress.Web.Mvc.DockPanelSettings)">
            <summary>
                <para>Initializes a new instance of the DockPanelExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockManagerSettings">

            <summary>
                <para>Contains DockManager specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockManagerSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the DockManagerSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value> An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of panels and zones managed by the DockManager.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the DockManagerSettings.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDockingDockManagerClientSideEventstopic.htm">DockManagerClientSideEvents</A> object which allows assigning handlers to the client-side events available to the DockManagerSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.ControlStyle">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.FreezeLayout">
            <summary>
                <para>Gets or sets whether end-users can dock and undock panels by dragging them.
</para>
            </summary>
            <value><b>true</b> to allow end-users to dock and undock panels; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.SaveStateToCookies">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if information is persisted in cookies; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.SaveStateToCookiesID">
            <summary>
                <para>Gets or sets the name (identifier) of the cookie in which the information about panels on the page is persisted.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value specifying a cookie's name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DockManagerSettings.Styles">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DockManagerExtension">

            <summary>
                <para>Represents an extension object implementing the DockManager functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DockManagerExtension.#ctor(DevExpress.Web.Mvc.DockManagerSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the DockManagerExtension class with the specified settings and provides context information about the view.

</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DockManagerExtension.#ctor(DevExpress.Web.Mvc.DockManagerSettings)">
            <summary>
                <para>Initializes a new instance of the DockManagerExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.CheckBoxListSettings">

            <summary>
                <para>Contains CheckBoxList specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.CheckBoxListSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the CheckBoxListSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.Native">
            <summary>
                <para>Gets or sets a value specifying whether an editor is rendered as a native <a href="http://msdn.microsoft.com/en-us/library/ms535262(VS.85).aspx">HTML check box element</a>.
</para>
            </summary>
            <value><b>true</b> if an editor is rendered as a standard HTML element; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value indicating whether an end-user can change the editor's contents at runtime.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.SelectedIndex">
            <summary>
                <para>Gets or sets the selected item's index.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.Int32')">Int32</a> value specifying the zero-based index of the selected item. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxReportViewerClientSideEvents">

            <summary>
                <para>Contains a client-side <see cref="T:DevExpress.Web.Mvc.MVCxReportViewer"/> event list.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxReportViewerClientSideEvents.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxReportViewerClientSideEvents class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxReportViewerClientSideEvents.BeforeExportRequest">
            <summary>
                <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client <b>BeforeExportRequest</b> event.
</para>
            </summary>
            <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.DataViewSettingsBase">

            <summary>
                <para>A base extension object implementing the common functionality of data view extensions.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.#ctor">
            <summary>
                <para>Initializes a new instance of the DataViewSettingsBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b> if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.AllButtonPageCount">
            <summary>
                <para>Gets or sets the number of pages whose content will be displayed within a view after the <b>All</b> button has been pressed.
</para>
            </summary>
            <value>An integer value that specifies the number of pages whose content will be displayed within a view after the <b>All</b> button has been pressed. <b>0</b> to display the content of all the pages.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.AllowPaging">
            <summary>
                <para>Gets or sets whether pagination is allowed.
</para>
            </summary>
            <value><b>true</b>, to display the content of all the pages within a view; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.AlwaysShowPager">
            <summary>
                <para>Gets or sets the value that specifies whether the pager is always displayed within the DataView.
</para>
            </summary>
            <value><b>true</b> if the pager is always displayed; <b>false</b> if the pager can be automatically hidden when all data is represented within a single page of the DataView.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a DataView on the client.
</para>
            </summary>
            <value><b>true</b> to make a DataView initially displayed on the client; <b>false</b> to render the DataView into the web page, but make it initially hidden on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the DataView's wrapped web control.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxDataViewDataViewStyletopic.htm">DataViewStyle</A> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a DataView is bound to a data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the DataView has been bound to its data source.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.EmptyDataText">
            <summary>
                <para>Gets or sets the text displayed within the DataView's empty data area.
</para>
            </summary>
            <value>A string value that specifies the text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when an object's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.EnablePagingCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.EnablePagingGestures">
            <summary>
                <para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
</para>
            </summary>
            <value><b>True</b>, if page switching by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.Images">
            <summary>
                <para>Provides access to the settings that define images displayed within the DataView's elements.
</para>
            </summary>
            <value>A <A HREF="clsDevExpressWebASPxClassesImagesBasetopic.htm">ImagesBase</A> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelDelay">
            <summary>
                <para>Gets or sets the delay before displaying the loading panel.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.Int32')">Int32</a> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a Loading Panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelStyle">
            <summary>
                <para>Gets the style settings used to paint the Loading Panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.LoadingPanelStyle"/> object that contains style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelText">
            <summary>
                <para>Gets or sets the text displayed within a Loading Panel.
</para>
            </summary>
            <value>A string value that specifies the panel's text.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.PageIndex">
            <summary>
                <para>Gets or sets the index of the page currently being selected.
</para>
            </summary>
            <value>An integer value that specifies the active page's index.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.PagerAlign">
            <summary>
                <para>Gets or sets the pager's alignment.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxDataView.PagerAlign"/> enumeration value that specifies the pager's alignment.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetEmptyDataTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the DataView's Empty Data Area.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetEmptyDataTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the DataView's Empty Data Area.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetPagerPanelLeftTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetPagerPanelLeftTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetPagerPanelRightTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetPagerPanelRightTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether a specific Loading Panel can be displayed within the control while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b>, if a Loading Panel can be displayed; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.ShowLoadingPanelImage">
            <summary>
                <para>Gets or sets whether the image can be displayed within the Loading Panel.
</para>
            </summary>
            <value><b>true</b>, if the image can be displayed within the loading panel; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings">

            <summary>
                <para>Contains dialog form related settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorFormsSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertImageFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Insert Image dialog's form.
</para>
            </summary>
            <value>A string specifying the action name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertImageFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertImageFormAction"/> property instead.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertLinkFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Insert Link dialog's form.
</para>
            </summary>
            <value>A string specifying the action name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertLinkFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertLinkFormAction"/> property instead.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertTableFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Insert Table dialog's form. 
</para>
            </summary>
            <value>A string specifying the action name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertTableFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertTableFormAction"/> property instead.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.PasteFromWordFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Paste From Word dialog's form. 
</para>
            </summary>
            <value>A string specifying the action name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.PasteFromWordFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.PasteFromWordFormAction"/> property instead.
</para>
            </summary>
            <value> 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.SpellCheckerForms">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings"/> object containing properties which point to individual dialog forms.
 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.TableColumnPropertiesFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the "Row, Column, and Cell Properties" dialog forms.
 
</para>
            </summary>
            <value>A string specifying the action name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.TableColumnPropertiesFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.TableColumnPropertiesFormAction"/> property instead.
</para>
            </summary>
            <value> 

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewPagerState">

            <summary>
                <para>Contains information about the GridView's paging-related state.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewPagerState.#ctor">
            <summary>
                <para>Initializes a new instance of the GridViewPagerState class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewPagerState.Assign(DevExpress.Web.Mvc.GridViewPagerState)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A GridViewPagerState object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewPagerState.PageIndex">
            <summary>
                <para>Gets or sets the index of the page currently being selected within the grid.
</para>
            </summary>
            <value>An integer value that specifies the active grid page's index.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.GridViewPagerState.PageSize">
            <summary>
                <para>Gets or sets the number of rows that can be displayed on a grid page.
</para>
            </summary>
            <value>An integer value that specifies the maximum number of rows that can be displayed on a page.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings">

            <summary>
                <para>Provides editing settings for GridViews.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewEditingSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.AddNewRowRouteValues">
            <summary>
                <para>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.

</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.Assign(DevExpress.Web.ASPxClasses.PropertiesBase)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.DeleteRowRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row deleting.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.ShowModelErrorsForEditors">
            <summary>
                <para>Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors within the Edit Form.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for invalid editors; <b>false</b> if the automatic error visualization feature is not used.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.UpdateRowRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to row updates.

</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PersistentObjectCancelMethod">

            <summary>
                <para>A delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PersistentObjectCancelMethod.Invoke(DevExpress.XtraScheduler.PersistentObjectCancelEventArgs)">
            <summary>
                <para>A delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
</para>
            </summary>
            <param name="e">
		 objects that contains the required data.


            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewTextSettings">

            <summary>
                <para>Contains text settings of the GridView.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewTextSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewTextSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.UI.ResourceItem">

            <summary>
                <para>Represents an individual resource item (a script or a CSS file).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.UI.ResourceItem.#ctor">
            <summary>
                <para>Initializes a new instance of the ResourceItem class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.ResourceItem.ExtensionSuite">
            <summary>
                <para>Gets or sets a value that specifies a set of extensions to which the current setting applies.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.Mvc.UI.ExtensionSuite"/> enumeration members.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.UI.ResourceItem.ExtensionType">
            <summary>
                <para>Gets or sets a value that specifies the extension type to which the current setting applies.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.Mvc.UI.ExtensionType"/> enumeration members.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.SchedulerSettings">

            <summary>
                <para>Contains Scheduler-specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the SchedulerSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.ActiveViewType">
            <summary>
                <para>Gets or sets the type of the <b>View</b> which is currently used by the Scheduler to show its data.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active <b>View</b> type.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AfterExecuteCallbackCommand">
            <summary>
                <para>Enables you to perform custom actions after a callback command is executed.
</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxSchedulerSchedulerCallbackCommandEventHandlertopic.htm">SchedulerCallbackCommandEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AllowAppointmentDelete">
            <summary>
                <para> Enables you to perform custom actions when an end-user attempts to delete an appointment.
</para>
            </summary>
            <value>  A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraSchedulerAppointmentOperationEventHandlertopic.htm">AppointmentOperationEventHandler</A> delegate method allowing you to implement custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AllowAppointmentEdit">
            <summary>
                <para>Enables you to perform custom actions when an end-user attempts to edit an appointment.
</para>
            </summary>
            <value> A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraSchedulerAppointmentOperationEventHandlertopic.htm">AppointmentOperationEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AllowAppointmentResize">
            <summary>
                <para>Enables you to perform custom actions when an end-user attempts to resize an appointment.
</para>
            </summary>
            <value> A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraSchedulerAppointmentOperationEventHandlertopic.htm">AppointmentOperationEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AllowInplaceEditor">
            <summary>
                <para>Enables you to perform custom actionswhen an end-user attempts to invoke an appointment's in-place editor and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor"/> property is set to <b>Custom</b>.
</para>
            </summary>
            <value> A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraSchedulerAppointmentOperationEventHandlertopic.htm">AppointmentOperationEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AppointmentFormShowing">
            <summary>
                <para>Enables you to perform custom actions before the appointment editing window is created.
</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxSchedulerAppointmentFormEventHandlertopic.htm">AppointmentFormEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.AppointmentViewInfoCustomizing">
            <summary>
                <para>Enables you to perform custom actions every time an appointment is rendered.
</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxSchedulerAppointmentViewInfoCustomizingEventHandlertopic.htm">AppointmentViewInfoCustomizingEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.BeforeExecuteCallbackCommand">
            <summary>
                <para>Enables you to perform custom actions before a callback command  is executed.

</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxSchedulerSchedulerCallbackCommandEventHandlertopic.htm">SchedulerCallbackCommandEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the SchedulerSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the SchedulerSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientScheduler.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.CustomErrorText">
            <summary>
                <para>Enables you to provide custom error descriptions. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxSchedulerASPxSchedulerCustomErrorTextEventHandlertopic.htm">ASPxSchedulerCustomErrorTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.CustomizeElementStyle">
            <summary>
                <para>Enables you to perform custom actions before a scheduler's visual element is rendered.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxSchedulerCustomizeElementStyleEventHandlertopic.htm">CustomizeElementStyleEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.DateNavigatorExtensionSettings">
            <summary>
                <para>Provides access to <b>DateNavigator</b> settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/> object containing settings specific for the DateNavigator control.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.EditAppointmentRouteValues">
            <summary>
                <para>Defines the edit appointment callback routing logic by specifying the names of a Controller and an Action which should handle edit appointment callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets whether animation effects are applied to scheduler content when it is updated using a callback.

</para>
            </summary>
            <value><b>true</b>, if animation effects are used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.EnableChangeVisibleIntervalCallbackAnimation">
            <summary>
                <para>Gets or sets whether animation effects are applied to scheduler content when the visible interval is changed using a callback.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.EnableChangeVisibleIntervalGestures">
            <summary>
                <para>Gets or sets a value specifying whether an end-user can change the visible interval with a swipe gesture.
</para>
            </summary>
            <value><b>True</b>, if changing of visible interval by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.FetchAppointments">
            <summary>
                <para>Enables you to perform custom actions before the Scheduler starts retrieving the appointments for the specified time interval. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.FilterAppointment">
            <summary>
                <para>Allows you to hide specific appointments.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.FilterResource">
            <summary>
                <para>Allows you to hide specific resources.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.GroupType">
            <summary>
                <para>Gets or sets a value that specifies the type of grouping for the appointments.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the scheduler control.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.HtmlTimeCellPrepared">
            <summary>
                <para>Enables you to perform custom actions when the HTML code representing the time cell is prepared for display.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.Images">
            <summary>
                <para>Provides access to a list of images used in various Scheduler elements.
</para>
            </summary>
            <value>A <b>DevExpress.Web.ASPxScheduler.ASPxSchedulerImages</b> object that contains image settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.InitAppointmentDisplayText">
            <summary>
                <para>Enables custom text and a description to be displayed within appointments.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.InitAppointmentImages">
            <summary>
                <para>Enables custom images to be displayed within appointments.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.InitClientAppointment">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.LimitInterval">
            <summary>
                <para>Gets or sets the time interval available for end-users.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsBehavior">
            <summary>
                <para>Provides access to options which regulate the general appearance and behavior of the scheduler and its satellite controls.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior"/> object, which contains the scheduler's behavior options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsCookies">
            <summary>
                <para>Provides access to an object used to maintain view state information.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies"/> object that holds the state information.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsCustomization">
            <summary>
                <para>Provides access to the options that regulate the functionality available to end-users.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> object which provides the scheduler's customization options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsForms">
            <summary>
                <para>Provides access to the options used to customize the forms shown to end-users.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms"/> object, containing the parameters to customize the forms.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsLoadingPanel">
            <summary>
                <para>Provides access to the settings for the informational panel, which is displayed when the control is loading. 


</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.SettingsLoadingPanel"/> class instance, containing characteristics of a <b>Loading Panel</b>
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsMenu">
            <summary>
                <para>Provides access to menu options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu"/> object containing menu options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsToolTips">
            <summary>
                <para>Provides access to options which specify tooltip appearance and visibility.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips"/> object containing options which can be specified for tooltips.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsView">
            <summary>
                <para>Provides access to the Scheduler's view options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView"/> object which provides access to the Scheduler's view options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.PopupMenuShowing">
            <summary>
                <para>Enables you to intercept popup menu creation and modify the menu as required or cancel the action.
</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxSchedulerPopupMenuShowingEventHandlertopic.htm">PopupMenuShowingEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.PrepareAppointmentFormPopupContainer">
            <summary>
                <para>Enables you to perform custom actions when the pop-up container for the appointment editing form is prepared for display.

</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.PrepareAppointmentInplaceEditorPopupContainer">
            <summary>
                <para>Enables you to perform custom actions when the pop-up container for the <b>In-place Editor</b> is prepared for display.

</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.PrepareGotoDateFormPopupContainer">
            <summary>
                <para>Enables you to perform custom actions when the pop-up container for the <b>Go to Date Form</b> is prepared for display.

</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.QueryWorkTime">
            <summary>
                <para>Enables you to perform custom actions  when the scheduler's view calculates the work time interval for the specific resource. 

</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.ResourceCollectionCleared">
            <summary>
                <para>Enables you to perform custom actions after the resources collection has been cleared. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.ResourceCollectionLoaded">
            <summary>
                <para>Enables you to perform custom actions after resources have been loaded into the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> collection. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetDateHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the date header.

</para>
            </summary>
            <param name="content">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetDateHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetDayOfWeekHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetDayOfWeekHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the header indicating the day of week.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the resource header
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalSameDayAppointmentTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetHorizontalSameDayAppointmentTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the horizontal appointment that fits in one day.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.SettingsExport">
            <summary>
                <para>Provides access to Scheduler export settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerExportSettings"/> object that provides export options for the Scheduler.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.SettingsImport">
            <summary>
                <para>Provides access to Scheduler export settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerImportSettings"/> object that provides export options for the Scheduler.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewNavigatorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewNavigatorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the ViewNavigator control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewSelectorTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.

</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewSelectorTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Selector control area in the toolbar.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewVisibleIntervalTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetToolbarViewVisibleIntervalTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the View Visible Interval control area in the toolbar.

</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetVerticalResourceHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.SchedulerSettings.SetVerticalResourceHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the vertical resource header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 


            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.Start">
            <summary>
                <para>Gets or sets the start date of an interval displayed in the scheduler.
</para>
            </summary>
            <value>A <see cref="T:System.DateTime"/> value which represents the start date of the scheduler visible interval.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.Storage">
            <summary>
                <para>Provides access to the storage object of the Scheduler control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorage"/> object representing the storage for the Scheduler control.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.Styles">
            <summary>
                <para>Provides access to style settings that control the appearance of the scheduler elements..
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStyles"/>object that provides style settings for the scheduler elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.Views">
            <summary>
                <para>Contains the settings of the Views that are used to represent information within the Scheduler control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerViewRepository"/> object that stores the settings of the scheduler views.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.SchedulerSettings.WorkDays">
            <summary>
                <para>Provides access to the collection which identifies which days are assigned to a workweek.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies work days. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler">

            <summary>
                <para>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. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler.Invoke(DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="e">
		An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesArgs"/> object that contains the related arguments.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.DevExpressHelper">

            <summary>
                <para>A helper object containing the most commonly used properties and methods.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressHelper.CallbackArgument">
            <summary>
                <para>Gets a value containing callback arguments passes from the client.
</para>
            </summary>
            <value>A string value representing callback arguments.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressHelper.CallbackName">
            <summary>
                <para>Gets the name identifying the DevExpress extension whose callback is being processed.
</para>
            </summary>
            <value>A string value representing the name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>) of the extension that initiated the processed callback.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressHelper.GetUrl(System.Object)">
            <summary>
                <para>Returns a URL corresponding to the Controller and Action names passed via a parameter.
</para>
            </summary>
            <param name="routeValues">
		An object containing the names of the Controller and Action which should handle callbacks on the server. 


            </param>
            <returns> A string specifying the URL generated, based upon the <i>routeValues</i> parameter value.

</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressHelper.IsCallback">
            <summary>
                <para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.

</para>
            </summary>
            <value><b>true</b> if a DevExpress extension callback is being processed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.DevExpressHelper.Theme">
            <summary>
                <para>Specifies the theme to be applied to all DevExpress extensions within an application.
</para>
            </summary>
            <value>A string value specifying the theme name. Refer to Available Themes, for the list of theme names.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteLineToResponse(System.String)">
            <summary>
                <para>Writes a string followed by a line terminator to the Response.
</para>
            </summary>
            <param name="value">
		The string to write. If <i>value</i> is a null reference (<b>Nothing</b> in Visual Basic), only the line termination characters are written. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteLineToResponse(System.String,System.Object[])">
            <summary>
                <para>Writes out a formatted string and a new line, using the same semantics as String.Format.
</para>
            </summary>
            <param name="format">
		The formatting string. 

            </param>
            <param name="arg">
		The object array to write into format string. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteToResponse(System.String)">
            <summary>
                <para>Writes a string to the Response.
</para>
            </summary>
            <param name="value">
		The string to write. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteToResponse(System.String,System.Object[])">
            <summary>
                <para>Writes out a formatted string, using the same semantics as String.Format.
</para>
            </summary>
            <param name="format">
		The formatting string. 

            </param>
            <param name="arg">
		The object array to write into the formatted string. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeViewNode">

            <summary>
                <para>Represents an individual node within the TreeView. 


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with the specified setting.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.NavigateUrl"/> property.

            </param>
            <param name="target">
		A <see cref="T:System.String"/> value which identifies the window or frame to which to target URL content when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Target"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNode class with the specified settings.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.NavigateUrl"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeViewNode.Nodes">
            <summary>
                <para>Gets the collection of child nodes within the particular node and provides indexed access to them.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection"/> object representing the collection of the child nodes.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.SetTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the node's content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.SetTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the node's content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.SetTextTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the node's text content.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.SetTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the node's text content.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeView">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeView.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeView class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeView.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>  
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeView.Images">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeView.IsCallback">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeView.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeView.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel">

            <summary>
                <para>Provides settings that affect the Loading Panel's appearance and functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridWebOptionsLoadingPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField">

            <summary>
                <para>Provides options which control data fields presentation in the PivotGrid extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridWebOptionsDataField class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.Area">
            <summary>
                <para>Gets or sets the area in which the data field headers are displayed. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataArea"/> value that specifies the area in which the data field headers are displayed.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.AreaIndex">
            <summary>
                <para>Gets or sets the position of the data field headers. 
</para>
            </summary>
            <value>An integer which specifies the position of the data field headers within the hierarchy of field values. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.Caption">
            <summary>
                <para>Gets or sets the text displayed within the <b>data header</b>.
</para>
            </summary>
            <value>A string which specifies the text displayed within the data header.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.ColumnValueLineCount">
            <summary>
                <para>Gets or sets the height of data field headers, in text lines. For internal use.
</para>
            </summary>
            <value>An integer value that specifies the height of data field headers, in text lines.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.DataFieldAreaIndex">
            <summary>
                <para>Gets or sets the position of the data field headers.

</para>
            </summary>
            <value>An integer which specifies the position of the data field headers within the hierarchy of field values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.DataFieldVisible">
            <summary>
                <para>Gets or sets whether data field headers are visible.
</para>
            </summary>
            <value><b>true</b> to display data field headers as column headers; <b>false</b> to hide data field headers.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.FieldNaming">
            <summary>
                <para>Reserved for future use.
</para>
            </summary>
            <value>@nbsp;

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.RowHeaderWidth">
            <summary>
                <para>Gets or sets the width of the data field headers when they are displayed as row headers. For internal use.
</para>
            </summary>
            <value>An integer which specifies the width of the data field headers when they are displayed as rows.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.RowValueLineCount">
            <summary>
                <para>Gets or sets the height of data field headers, in text lines. For internal use.
</para>
            </summary>
            <value>An integer value that specifies the height of data field headers, in text lines.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData">

            <summary>
                <para>Provides data specific options for PivotGrid.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridWebOptionsData class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.AllowCrossGroupVariation">
            <summary>
                <para>Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid.
</para>
            </summary>
            <value><b>true</b> to calculate summary variations and running totals throughout the Pivot Grid; <b>false</b> to calculate them independently within individual groups.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.AutoExpandGroups">
            <summary>
                <para>Gets or sets whether field values are expanded or collapsed by default. 
</para>
            </summary>
            <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/> to expand field values by default; <see cref="F:DevExpress.Utils.DefaultBoolean.False"/> to collapse them.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.CaseSensitive">
            <summary>
                <para>Gets or sets whether data is grouped case-sensitive.
</para>
            </summary>
            <value><b>true</b> if data is grouped case-sensitive; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.CustomObjectConverter">
            <summary>
                <para>Gets or sets a converter used to serialize/deserialize arbitrary objects in a custom manner.
</para>
            </summary>
            <value>An object that implements the <see cref="T:DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter"/> interface representing a converter used to serialize/deserialize arbitrary objects in a custom manner.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.DataFieldUnboundExpressionMode">
            <summary>
                <para>Gets or sets whether unbound expressions for data fields are calculated based on the data source records, or summary values.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode"/> enumeration members specifying how the unbound expressions for data fields are calculated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.FilterByVisibleFieldsOnly">
            <summary>
                <para>Gets or sets whether to take into account filter conditions of visible filter fields only.
</para>
            </summary>
            <value><b>true</b> to take into account filter conditions of visible filter fields only; <b>false</b> to take into account filter conditions of all filter fields.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroup">

            <summary>
                <para>A group of fields.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridWebGroup class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebGroup.IsFilterAllowed">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PivotGridSettings">

            <summary>
                <para>Contains PivotGrid specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the PivotGridSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.AddPopupMenuItem">
            <summary>
                <para>Enables you to customize the context menu.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotAddPopupMenuItemEventHandlertopic.htm">PivotAddPopupMenuItemEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.AfterPerformCallback">
            <summary>
                <para>Fires after a callback initiated by the PivotGrid has been processed on the server side.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.

</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.BeforePerformDataSelect">
            <summary>
                <para>Occurs before the PivotGrid obtains data from a data source.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.BeginRefresh">
            <summary>
                <para>Occurs before the PivotGrid starts recalculating its data.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the PivotGrid.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents"/> object which allows assigning handlers to the client-side events available to the PivotGrid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientPivotGrid.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomCallback">
            <summary>
                <para>Fires when a round trip to the server has been initiated by a call to the client <see cref="M:DevExpress.Web.ASPxPivotGrid.Scripts.ASPxClientPivotGrid.PerformCallback"/> method.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotCustomCallbackEventHandlertopic.htm">PivotCustomCallbackEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomCellDisplayText">
            <summary>
                <para>Enables custom display text to be provided for cells displayed within the Data Area.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotCellDisplayTextEventHandlertopic.htm">PivotCellDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomCellStyle">
            <summary>
                <para>Allows the appearances of cells to be dynamically customized.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotCustomCellStyleEventHandlertopic.htm">PivotCustomCellStyleEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomCellValue">
            <summary>
                <para>Allows you to replace cell values with custom ones.
</para>
            </summary>
            <value>A EventHandler@lt;PivotCellValueEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomChartDataSourceData">
            <summary>
                <para>Occurs when a PivotGrid prepares data to be displayed in a Chart extension.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventHandler"/> delegate method allowing you to implement custom processing. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomChartDataSourceRows">
            <summary>
                <para>Allows you to customize pivot grid data before passing it to a chart control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventHandler"/> delegate method allowing you to implement custom processing. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomFieldSort">
            <summary>
                <para>Provides the ability to sort data using custom rules.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotGridCustomFieldSortEventHandlertopic.htm">PivotGridCustomFieldSortEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomFieldValueCells">
            <summary>
                <para>Allows you to customize field value cells.
</para>
            </summary>
            <value>A EventHandler@lt;PivotCustomFieldValueCellsEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomFilterExpressionDisplayText">
            <summary>
                <para>Enables you to display custom text within the Prefilter panel, corresponding to the current filter expression.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsCustomFilterExpressionDisplayTextEventHandlertopic.htm">CustomFilterExpressionDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomFilterPopupItems">
            <summary>
                <para>Allows you to customize the filter drop-down list items.
</para>
            </summary>
            <value>A EventHandler@lt;PivotCustomFilterPopupItemsEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomGroupInterval">
            <summary>
                <para>Enables grouping axis values, using your own criteria.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotGridCustomGroupIntervalEventHandlertopic.htm">PivotGridCustomGroupIntervalEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomizationFieldsLeft">
            <summary>
                <para>Gets or sets the X-coordinate of the Customization form's top-left corner.
</para>
            </summary>
            <value>An integer value that specifies the X-coordinate of the Customization form's top-left corner. The value is set in screen coordinates.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomizationFieldsTop">
            <summary>
                <para>Gets or sets the Y-coordinate of the Customization form's top-left corner.
</para>
            </summary>
            <value>An integer value that specifies the Y-coordinate of the Customization form's top-left corner. The value is set in screen coordinates.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomizationFieldsVisible">
            <summary>
                <para>Gets or sets a value that specifies whether the pivot grid's Customization form is displayed within the page.
</para>
            </summary>
            <value><b>true</b> if the Customization form is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomJsProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomLoadCallbackState">
            <summary>
                <para>Allows you to load the PivotGrid's callback state, which was previously saved by handling the <see cref="P:DevExpress.Web.Mvc.PivotGridSettings.CustomSaveCallbackState"/> event.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotGridCallbackStateEventHandlertopic.htm">PivotGridCallbackStateEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomSaveCallbackState">
            <summary>
                <para>Allows you to preserve the PivotGrid's callback state in a custom manner.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotGridCallbackStateEventHandlertopic.htm">PivotGridCallbackStateEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomSummary">
            <summary>
                <para>Enables summary values to be calculated manually.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotGridCustomSummaryEventHandlertopic.htm">PivotGridCustomSummaryEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomUnboundFieldData">
            <summary>
                <para>Enables data to be provided for unbound fields. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridCustomFieldDataEventHandlertopic.htm">CustomFieldDataEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.DataAreaPopupCreated">
            <summary>
                <para>Occurs after a panel that displays data headers has been created.
</para>
            </summary>
            <value>A EventHandler@lt;PivotDataAreaPopupCreatedEventArgs@gt; delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when a PivotGrid's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.EnablePagingCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.EnablePagingGestures">
            <summary>
                <para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
</para>
            </summary>
            <value><b>True</b>, if page switching by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.EnableRowsCache">
            <summary>
                <para>Gets or sets whether data caching is enabled.
</para>
            </summary>
            <value><b>true</b>, to enable data caching; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.EndRefresh">
            <summary>
                <para>Occurs after the control has completed recalculating its data.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.Fields">
            <summary>
                <para>Provides access to a pivot grid's field collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection"/> object that represents a collection of all the fields within a pivot grid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.FieldValueDisplayText">
            <summary>
                <para>Enables the display text of individual column and row headers and filter dropdown items to be customized.

</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotFieldDisplayTextEventHandlertopic.htm">PivotFieldDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.FilterControlCustomValueDisplayText">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlCustomValueDisplayTextEventHandlertopic.htm">FilterControlCustomValueDisplayTextEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.FilterControlOperationVisibility">
            <summary>
                <para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control's operation dropdown menu.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlOperationVisibilityEventHandlertopic.htm">FilterControlOperationVisibilityEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.FilterControlParseValue">
            <summary>
                <para>Enables you to process and modify an entered value before it is actually accepted by the filter control.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxEditorsFilterControlParseValueEventHandlertopic.htm">FilterControlParseValueEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.GridLayout">
            <summary>
                <para>Fires after the PivotGrid's layout has been changed.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.Groups">
            <summary>
                <para>Gets the collection of field groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection"/> object which represents a collection of field groups.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.HtmlCellPrepared">
            <summary>
                <para>Enables the settings of individual data cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotHtmlCellPreparedEventHandlertopic.htm">PivotHtmlCellPreparedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.HtmlFieldValuePrepared">
            <summary>
                <para>Enables the settings of individual field value cells to be changed.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxPivotGridPivotHtmlFieldValuePreparedEventHandlertopic.htm">PivotHtmlFieldValuePreparedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OLAPDataProvider">
            <summary>
                <para>Gets or sets which data provider should be used to bind to an OLAP cube.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.OLAPDataProvider"/> enumeration member that specifies which data provider should be used to bind to an OLAP cube.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsBehavior">
            <summary>
                <para>Provides access to pivot grid behavior options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsBehavior"/> object that contains behavior options for the PivotGrid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsChartDataSource">
            <summary>
                <para>Provides access to the chart options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource"/> object that contains chart options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsCustomization">
            <summary>
                <para>Provides access to the pivot grid's customization options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization"/> object, which contains customization options for a PivotGrid.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsData">
            <summary>
                <para>Provides access to the pivot grid's data specific options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData"/> object that contains the pivot grid's data specific options.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsDataField">
            <summary>
                <para>Provides access to options, which control the presentation of data fields in the PivotGrid.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField"/> object that provides options, which control the data fields presentation in the PivotGrid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsFilter">
            <summary>
                <para>Provides access to options that specify the appearance and behavior of filter windows.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter"/> object that specifies the appearance and behavior of filter windows.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsLoadingPanel">
            <summary>
                <para>Provides access to the loading panel's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel"/> object that contains the loading panel's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsOLAP">
            <summary>
                <para>Provides access to the pivot grid's OLAP mode specific options. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object which contains the pivot grid's OLAP mode specific options. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsPager">
            <summary>
                <para>Provides access to the pivot grid's pager options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager"/> object containing the pager settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsView">
            <summary>
                <para>Provides access to the PivotGrid's view options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView"/> object that provides view options for the PivotGrid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.PivotCustomizationExtensionSettings">
            <summary>
                <para>Gets settings of the bound <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings"/> object that contains <see cref="T:DevExpress.Web.Mvc.PivotCustomizationExtension"/> settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.PopupMenuCreated">
            <summary>
                <para>Enables you to create custom menu items.
</para>
            </summary>
            <value>A PivotPopupMenuCreatedEventHandler delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.Prefilter">
            <summary>
                <para>Gets the <b>Prefilter</b>'s settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter"/> object that contains the <b>Prefilter</b>'s settings.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetCellTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying data cells.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetCellTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying data cells.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetEmptyAreaTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying an empty area.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetEmptyAreaTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying an empty area.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetFieldValueTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying field values.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetFieldValueTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying field values.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying field headers.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying field headers.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.SettingsExport">
            <summary>
                <para>Provides access to PivotGrid export settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridExportSettings"/> object that provides export options for the PivotGrid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the pivot grid elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridStyles"/> object that provides style settings for the pivot grid elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.StylesEditors">
            <summary>
                <para>Provides access to style settings that paint editors, used to edit filter values within the Filter Editor (Prefilter).
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxEditors.EditorStyles"/> object that contains style settings used to paint editors.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.StylesPager">
            <summary>
                <para>Provides access to the style settings that control the appearance of the pager displayed within the pivot grid.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles"/> object that provides style settings used to paint a pager.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.PivotGridSettings.SummaryText">
            <summary>
                <para>Gets or sets a value that specifies the table <b>summary</b> attribute.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.String')">String</a> value that is the <b>summary</b> attribute text.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.PivotGridExtension">

            <summary>
                <para>Represents an extension object implementing the PivotGrid functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the PivotGridExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.#ctor(DevExpress.Web.Mvc.PivotGridSettings)">
            <summary>
                <para>Initializes a new instance of the PivotGridExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.Bind(System.Object)">
            <summary>
                <para>Binds the PivotGrid to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object specifying the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToOLAP(System.String)">
            <summary>
                <para>Binds the PivotGrid to an OLAP cube.
</para>
            </summary>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Int32,System.Int32)">
            <summary>
                <para>Returns a list of records associated with the specified cell.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <param name="columnIndex">
		An integer value that specifies the zero-based index of the column where the cell resides.

            </param>
            <param name="rowIndex">
		An integer value that specifies the zero-based index of the row where the cell resides.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object which contains records associated with the specified cell.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Int32,System.Int32,System.Int32)">
            <summary>
                <para>Returns a list of records, which are associated with the specified cell.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <param name="columnIndex">
		An integer value that specifies the cell's column.

            </param>
            <param name="rowIndex">
		An integer value that identifies the row which contains the cell by its absolute index.

            </param>
            <param name="dataIndex">
		An integer value that identifies the data field by its index.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object which contains records associated with the specified cell.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Returns a list of records used to calculate summary values for all cells. 
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateOLAPDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="columnIndex">
		A zero-based integer which identifies the visible index of the column.

            </param>
            <param name="rowIndex">
		A zero-based integer which identifies the visible index of the row.

            </param>
            <param name="maxRowCount">
		An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.

            </param>
            <param name="customColumns">
		A list of columns in a datasource, to be returned.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateOLAPDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Int32,System.Int32,System.Collections.Generic.List`1)">
            <summary>
                <para>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.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="columnIndex">
		A zero-based integer which identifies the visible index of the column.

            </param>
            <param name="rowIndex">
		A zero-based integer which identifies the visible index of the row.

            </param>
            <param name="customColumns">
		A list of columns in a datasource, to be returned.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateOLAPPrintableObject(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Enables a PivotGrid to be printed using the XtraPrinting Library. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable the PivotGrid to be printed.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreatePrintableObject(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Enables a PivotGrid to be printed using the XtraPrinting Library.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable the PivotGrid to be printed.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateSummaryDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Int32,System.Int32)">
            <summary>
                <para>Returns a <b>summary datasource</b> for the specified row. 
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <param name="columnIndex">
		An integer value that specifies the column's index.

            </param>
            <param name="rowIndex">
		An integer value that specifies the row's index.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that is the summary datasource.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateSummaryDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Returns the PivotGrid's <b>summary datasource</b>. 
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that is the summary datasource.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.

</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="dataObject">
		A PivotGrid data source.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
            <summary>
                <para>Generates a chart data source from regular data.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings that define how to generate a chart data source.

            </param>
            <param name="dataSource">
		A PivotGrid data source.

            </param>
            <returns>A chart data source.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Generates a chart data source from OLAP data.
</para>
            </summary>
            <param name="pivotGridSettings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings that define how to generate a chart data source.

            </param>
            <param name="olapConnectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A chart data source.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to CSV format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to HTML format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to Image format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to MHT format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to PDF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to RTF format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports the pivot grid's data in text format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLS format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the data is exported.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="saveAsFile">
		<b>true</b> to display the File Download dialog; <b>false</b> to display the file with exported data within a page.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports the pivot grid's data to XLSX format, based on the provided settings. Used only in an OLAP mode.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid settings.

            </param>
            <param name="connectionString">
		A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>
            <param name="exportOptions">
		An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.

            </param>
            <returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of the PivotGrid data export operation.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection">

            <summary>
                <para>A field collection for the PivotGrid extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridFieldCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new field to the collection and allows you to customize this field in a delegate method implementation. 
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> as a parameter. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection.Add">
            <summary>
                <para>Adds a new field to the collection.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> object added to the collection.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection.Add(System.String,DevExpress.XtraPivotGrid.PivotArea)">
            <summary>
                <para>Adds a new field with the specified field name and location to the end of the collection.
</para>
            </summary>
            <param name="fieldName">
		A string that identifies the name of the database field that will be assigned to the new <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> object. 

            </param>
            <param name="area">
		A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the area in which the new <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> object will be positioned. 

            </param>
            <returns>The <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> object that has been added to the collection.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection.Data">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridField">

            <summary>
                <para>A field within the PivotGrid.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridField class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.#ctor(System.String,DevExpress.XtraPivotGrid.PivotArea)">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridField class with the specified field name and location.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> that identifies the name of the database field. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.FieldName"/> property.

            </param>
            <param name="area">
		A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that defines the location for the MVCxPivotGridField object within the control. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Area"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridField.Data">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridField.Group">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridField.IsDesignTime">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridField.IsLoading">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridField.SelectedAtDesignTime">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the field header.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the field header.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.SetValueTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying field values.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.SetValueTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying field values.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridExportSettings">

            <summary>
                <para>Contains the export settings to be applied when the PivotGrid's data is exported. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridExportSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.CustomExportCell">
            <summary>
                <para>Enables you to render a different content for individual cells.
</para>
            </summary>
            <value>A delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.CustomExportFieldValue">
            <summary>
                <para>Enables you to render a different content for individual field values.
</para>
            </summary>
            <value>A delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.CustomExportHeader">
            <summary>
                <para>Enables you to render a different content for individual field headers.
</para>
            </summary>
            <value>A delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.OptionsPrint">
            <summary>
                <para>Provides access to the export options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.Export.WebPivotGridOptionsPrint"/> object that contains the pivot grid's export options. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.StylesPrint">
            <summary>
                <para>Provides access to style settings that allow the export appearance of the pivot grid (and its visual elements) to be defined.
</para>
            </summary>
            <value>A WebPrintAppearance object that contains export style settings. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGridExporter">

            <summary>
                <para>For internal use only.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGridExporter.#ctor(DevExpress.Web.Mvc.MVCxPivotGrid)">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGridExporter class, specifying the corresponding PivotGrid object.
</para>
            </summary>
            <param name="pivotGrid">
		A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGrid"/> object representing the PivotGrid whose content should be exported.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxPivotGrid">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGrid.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxPivotGrid class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientPivotGrid.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.Fields">
            <summary>
                <para>Provides access to a field collection of the PivotGrid extension.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection"/> object that represents a collection of fields within a pivot grid.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.Initialized">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>Always <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.IsCallback">
            <summary>
                <para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.
</para>
            </summary>
            <value><b>true</b> if a DevExpress extension callback is being processed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxPivotGrid.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.StylesPrint">
            <summary>
                <para>Provides access to style settings that allow the export appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related export style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxPivotGrid.ViewContext">
            <summary>
                <para>Provides access to information related to rendering a view.
</para>
            </summary>
            <value>A <see cref="T:System.Web.Mvc.ViewContext"/> object that encapsulates information related to rendering a view.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TrackBarSettings">

            <summary>
                <para>Contains TrackBar specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TrackBarSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TrackBarSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.Position">
            <summary>
                <para>Gets or sets the current drag handle position.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Decimal')">Decimal</a> value that specifies the drag handle position.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.PositionEnd">
            <summary>
                <para>Gets or sets the secondary drag handle position.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Decimal')">Decimal</a> value that specifies the position.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.PositionStart">
            <summary>
                <para>Gets or sets the main drag handle position.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.Decimal')">Decimal</a> value that specifies the position.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.ReadOnly">
            <summary>
                <para>Gets or sets a value indicating whether an end-user can change the editor's contents at runtime.
</para>
            </summary>
            <value><b>true</b>, if an end-user cannot change the editor's contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TrackBarSettings.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTrackBar">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTrackBar.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTrackBar class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTrackBar.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTrackBar.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTrackBar.ShowModelErrors">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if model error messages are automatically displayed for an invalid editor; <b>false</b> if the automatic error visualization feature is not used.


</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.LabelSettings">

            <summary>
                <para>Contains Label specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.LabelSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the LabelSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.LabelSettings.AssociatedControlName">
            <summary>
                <para>Gets or sets the name of an element that the Label is associated with.
</para>
            </summary>
            <value>A string value corresponding to the element name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LabelSettings.Properties">
            <summary>
                <para>Provides access to the settings which are specific to the current editor type.
</para>
            </summary>
            <value>An object containing editor type specific settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LabelSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.LabelSettings.Text">
            <summary>
                <para>Gets or sets the text caption displayed within the editor.
</para>
            </summary>
            <value>A string value representing the text within the editor.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider">

            <summary>
                <para>Represents a FileManager file system provider that obtains file system information from a data source.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.#ctor(System.Object,DevExpress.Web.ASPxFileManager.FileManagerSettingsDataSource)">
            <summary>
                <para>Initializes a new instance of the MVCxDataSourceFileSystemProvider class with the specified settings.  
</para>
            </summary>
            <param name="dataSource">
		An <b><see cref="T:System.Object"/></b> object that is the file manager data source.

            </param>
            <param name="settingsDataSource">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsDataSource"/> object that contains a file manager's fieldname settings. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.#ctor(System.String,System.Object,DevExpress.Web.ASPxFileManager.FileManagerSettingsDataSource)">
            <summary>
                <para>Initializes a new instance of the MVCxDataSourceFileSystemProvider class with the specified settings.  
</para>
            </summary>
            <param name="rootFolder">
		A <b><see cref="T:System.String"/></b> value that specifies the root folder within the custom file system provider.

            </param>
            <param name="dataSource">
		An <b><see cref="T:System.Object"/></b> object that is the file manager data source.

            </param>
            <param name="settingsDataSource">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsDataSource"/> object that contains a file manager's fieldname settings. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.DataHelper">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value>   
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.DataSource">
            <summary>
                <para>Gets or sets the object from which the MVCxDataSourceFileSystemProvider file system provider obtains the file system information.
</para>
            </summary>
            <value>An <b><a href="#" onclick="dxHelpRedirect('T:System.Object')">Object</a></b> object that is a data source.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ItemRequestedByValueMethod">

            <summary>
                <para>A delegate method that enables you to implement custom retrieval of the <b>ComboBox</b> editor's selected item.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ItemRequestedByValueMethod.Invoke(DevExpress.Web.ASPxEditors.ListEditItemRequestedByValueEventArgs)">
            <summary>
                <para>A delegate method that enables you to implement custom retrieval of the <b>ComboBox</b> editor's selected item.
</para>
            </summary>
            <param name="args">
		A <see cref="T:DevExpress.Web.ASPxEditors.ListEditItemRequestedByValueEventArgs"/> object that contains the required data.

            </param>
            <returns>An <a href="#" onclick="dxHelpRedirect('T:System.Object')">Object</a> that is the requested item's value.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings">

            <summary>
                <para>Contains dialog form related settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxSpellCheckerFormsSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Check Spelling dialog's form.
</para>
            </summary>
            <value>A string specifying the action name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckFormAction"/> property instead.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckOptionsFormAction">
            <summary>
                <para>Gets or sets the name of an action method invoking a view (user control) that defines the Spelling Options dialog's form.
</para>
            </summary>
            <value>A string specifying the action name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckOptionsFormPath">
            <summary>
                <para>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 <see cref="P:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings.SpellCheckOptionsFormAction"/> property instead. 
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings">

            <summary>
                <para>Contains settings of the HtmlEditor's built-in Image Selector.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorImageSelectorSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorImageSelectorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.Assign(DevExpress.Web.ASPxClasses.PropertiesBase)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.UploadCallbackRouteValues">
            <summary>
                <para>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.

</para>
            </summary>
            <value>An object containing the Controller and Action names.
 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings">

            <summary>
                <para>Contains base settings that relate to the file upload functionality of the HtmlEditor's built-in file managers (Image Selector and Document Selector).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorFileManagerUploadSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings">

            <summary>
                <para>Contains settings that relate to the built-in Document Selector's file upload functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorDocumentSelectorUploadSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings">

            <summary>
                <para>Contains settings of the HtmlEditor's built-in Document Selector.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorDocumentSelectorSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorDocumentSelectorSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.Assign(DevExpress.Web.ASPxClasses.PropertiesBase)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.UploadCallbackRouteValues">
            <summary>
                <para>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.

</para>
            </summary>
            <value>An object containing the Controller and Action names.
 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxFileManagerValidationSettings">

            <summary>
                <para>Contains upload validation settings of a built-in file manager (Document Selector or Image Selector). 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxFileManagerValidationSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxFileManagerValidationSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxFileManagerValidationSettings.AllowedFileExtensions">
            <summary>
                <para>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. 


</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection">

            <summary>
                <para>Represents a collection of nodes within the TreeView. 


</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNodeCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.#ctor(DevExpress.Web.ASPxTreeView.TreeViewNode)">
            <summary>
                <para>Initializes a new instance of the MVCxTreeViewNodeCollection class with the specified owner node.
</para>
            </summary>
            <param name="node">
		A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewNode"/> object representing the parent node for the created collection.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
                <para>Creates a new node with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.NavigateUrl"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                <para>Creates a new node with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <param name="navigateUrl">
		A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.NavigateUrl"/> property.

            </param>
            <param name="target">
		A <see cref="T:System.String"/> value which identifies the window or frame to which to target URL content when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Target"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.String)">
            <summary>
                <para>Creates a new node with the specified setting and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add">
            <summary>
                <para>Creates a new node with the default settings and adds it to the collection.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(DevExpress.Web.Mvc.MVCxTreeViewNode)">
            <summary>
                <para>Adds a specified node to the end of the collection. 
</para>
            </summary>
            <param name="node">
		A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing a node to be added. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.String,System.String)">
            <summary>
                <para>Creates a new node with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.String,System.String,System.String)">
            <summary>
                <para>Creates a new node with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the node's display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name which identifies the created node. This value is assigned to the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.

            </param>
            <param name="imageUrl">
		A <see cref="T:System.String"/> value specifying the path to the node image. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClasses.ImagePropertiesBase.Url"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the newly created node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new node to the collection and allows you to customize this node in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.FindByName(System.String)">
            <summary>
                <para>Returns a node with the specified <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property value.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value, that is the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property value of the required node.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Name"/> property.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.FindByText(System.String)">
            <summary>
                <para>Returns a node object with the specified <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property value.
</para>
            </summary>
            <param name="text">
		A <see cref="T:System.String"/> value, that is the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property value of the required node.


            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxTreeView.TreeViewNode.Text"/> property.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.GetVisibleNode(System.Int32)">
            <summary>
                <para>Gets a node by its visible index.
</para>
            </summary>
            <param name="index">
		An integer value representing the visible index of the node to be returned. 

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object which represents the required visible node. 
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.IndexOf(DevExpress.Web.Mvc.MVCxTreeViewNode)">
            <summary>
                <para>Gets a node by its visible index.
</para>
            </summary>
            <param name="node">
		An integer value representing the visible index of the node to be returned.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object which represents the required visible node.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Insert(System.Int32,DevExpress.Web.Mvc.MVCxTreeViewNode)">
            <summary>
                <para>Inserts the specified node object into the collection at the specified index.
</para>
            </summary>
            <param name="index">
		The zero-based index location where a specific node object should be inserted. 

            </param>
            <param name="node">
		A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the node to insert into the collection. 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual nodes within the MVCxTreeViewNodeCollection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the node to be accessed.

            </param>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object representing the node located at the specified index within the collection.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.Remove(DevExpress.Web.Mvc.MVCxTreeViewNode)">
            <summary>
                <para>Removes a node object from the collection.
</para>
            </summary>
            <param name="node">
		A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> object specifying the node to remove from the collection. 

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.FileManagerExtension">

            <summary>
                <para>Represents an extension object implementing the FileManager functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.#ctor(DevExpress.Web.Mvc.FileManagerSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the FileManagerExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.#ctor(DevExpress.Web.Mvc.FileManagerSettings)">
            <summary>
                <para>Initializes a new instance of the FileManagerExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.BindToFileSystemProvider(DevExpress.Web.ASPxFileManager.FileSystemProviderBase)">
            <summary>
                <para>Binds the FileManager to a custom file system provider
</para>
            </summary>
            <param name="fileSystemProvider">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileSystemProviderBase"/> object that is a custom file system provider

            </param>
            <returns>An extension object
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.BindToFolder(System.String)">
            <summary>
                <para>Binds the ImageSlider to the folder specified by its name.
</para>
            </summary>
            <param name="rootFolder">
		A string specifying the path to the root folder that should be visualized with the FileManager.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.ASPxFileManager.FileSystemProviderBase,DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="fileSystemProvider">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.

            </param>
            <param name="settingsPermissions">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions"/> object that is the access permission settings.

            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.ASPxFileManager.FileSystemProviderBase)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="fileSystemProvider">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.

            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,System.String,DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.
</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="rootFolder">
		A <b><see cref="T:System.String"/></b> value that specifies the root folder to which the FileManager extension is bound.

            </param>
            <param name="settingsPermissions">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions"/> object that is the access permission settings.

            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,System.String)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="rootFolder">
		A <b><see cref="T:System.String"/></b> value that specifies the root folder to which the FileManager extension is bound.

            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="settingsPermissions">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions"/> object that is the access permission settings.

            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,System.String,DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions,DevExpress.Web.ASPxFileManager.FileManagerFileDownloadingEventHandler)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="rootFolder">
		A <b><see cref="T:System.String"/></b> value that specifies the root folder to which the FileManager extension is bound.

            </param>
            <param name="settingsPermissions">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions"/> object that is the access permission settings.

            </param>
            <param name="fileDownloadingDelegate">
		A delegate method that will handle the event that fires on the server side before a file download starts, allowing you to cancel the action.


            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.ASPxFileManager.FileSystemProviderBase,DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions,DevExpress.Web.ASPxFileManager.FileManagerFileDownloadingEventHandler)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="fileSystemProvider">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.

            </param>
            <param name="settingsPermissions">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileManagerSettingsPermissions"/> object that is the access permission settings.

            </param>
            <param name="fileDownloadingDelegate">
		A delegate method that will handle the event that fires on the server side before a file download starts, allowing you to cancel the action. 


            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,System.String,DevExpress.Web.ASPxFileManager.FileManagerFileDownloadingEventHandler)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="rootFolder">
		A <b><see cref="T:System.String"/></b> value that specifies the root folder to which the FileManager extension is bound.

            </param>
            <param name="fileDownloadingDelegate">
		A delegate method that will handle the event that fires on the server side before a file download starts, allowing you to cancel the action. 


            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.ASPxFileManager.FileSystemProviderBase,DevExpress.Web.ASPxFileManager.FileManagerFileDownloadingEventHandler)">
            <summary>
                <para>Returns the binary content of downloaded files from the FileManager with the specified settings.

</para>
            </summary>
            <param name="name">
		A <b><see cref="T:System.String"/></b> value that specifies the FileManager extension name.

            </param>
            <param name="fileSystemProvider">
		A <see cref="T:DevExpress.Web.ASPxFileManager.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.

            </param>
            <param name="fileDownloadingDelegate">
		A delegate method that will handle the event that fires on the server side before a file download starts, allowing you to cancel the action.


            </param>
            <returns>A FileStreamResult object that is a binary content sent to the response.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.ReportViewerSettings">

            <summary>
                <para>Contains ReportViewer specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ReportViewerSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ReportViewerSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.AutoSize">
            <summary>
                <para> Specifies whether a report's size is defined by the bounds of a report viewer, or of a report page.
</para>
            </summary>
            <value> <b>true</b> to use the report page's size; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.BookmarkSelectionBorder">
            <summary>
                <para>Provides access to the border settings of an element that is being currently selected in the Document Map.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.Border"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.CallbackRouteValues">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 

</para>
            </summary>
            <value>An <see cref="T:System.Object"/> value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the ReportViewerSettings.
</para>
            </summary>
            <value> A <see cref="T:DevExpress.Web.Mvc.MVCxReportViewerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ReportViewerSettings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ExportRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
 
 
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.Images">
            <summary>
                <para>Provides access to a list of images used in ReportViewerSettings.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxClasses.ImagesBase"/> descendant, containing a list of images with additional information.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.LoadingPanelDelay">
            <summary>
                <para>Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
</para>
            </summary>
            <value>An integer value that specifies the delay before displaying the loading panel, in milliseconds.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.LoadingPanelImagePosition">
            <summary>
                <para>Specifies the position of an image displayed within a loading panel with respect to the panel's text content.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.LoadingPanelText">
            <summary>
                <para>Specifies the text displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.Paddings">
            <summary>
                <para>Gets a value indicating the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>'s paddings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.Paddings"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.PageByPage">
            <summary>
                <para>Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once.
</para>
            </summary>
            <value> <b>true</b> if the ReportViewerSettings displays only one report page at a time; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.PrintUsingAdobePlugIn">
            <summary>
                <para>Specifies whether client-side printing is maintained via the Adobe plug-in for Web browsers, or using the native functionality of the <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>.

</para>
            </summary>
            <value><b>true</b> to use the Adobe plug-in; otherwise <b>false</b>. The default is <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.Report">
            <summary>
                <para>Specifies the report instance which is associated with ReportViewerSettings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogButtonStyles">
            <summary>
                <para>Provides access to the style settings of the <b>Search</b> dialog's buttons.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxEditors.ButtonControlStyles"/> object that defines the appearance of buttons.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogEditorsImages">
            <summary>
                <para>Provides access to the image settings of the <b>Search</b> dialog's editors.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxEditors.EditorImages"/> object that defines the image settings of editors.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogEditorsStyles">
            <summary>
                <para>Provides access to the style settings of the <b>Search</b> dialog's editors.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxEditors.EditorStyles"/> object that defines the appearance of editors.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogFormImages">
            <summary>
                <para>Provides access to the image settings of the <b>Search</b> dialog's form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Web.ImagesDialogForm"/> object that defines the form's image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogFormStyles">
            <summary>
                <para>Provides access to the style settings of the <b>Search</b> dialog's form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxPopupControl.PopupControlStyles"/> object that defines the form's appearance.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ShowLoadingPanelImage">
            <summary>
                <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b> if an image is allowed to be displayed within the loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ReportViewerExtension">

            <summary>
                <para>An MVC extension object that implements the functionality necessary for rendering the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> in MVC.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ReportViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
            <summary>
                <para>Initializes a new instance of the ReportViewerExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		A <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> descendant.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ReportViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the ReportViewerExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ReportViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Exports a document displayed by <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

            </param>
            <returns> A <see cref="T:System.Web.Mvc.FileResult"/> object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.ReportViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport,System.Web.HttpContextBase)">
            <summary>
                <para>Exports a document displayed by the <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>.

</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

            </param>
            <param name="httpContext">
		An HttpContextBase object that encapsulates all HTTP-specific information about an individual HTTP request.

            </param>
            <returns> A <see cref="T:System.Web.Mvc.FileResult"/> object.
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.ReportViewerExtension.Settings">
            <summary>
                <para>Provides access to the ReportViewerExtension's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> object.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTreeListPrintSettings">

            <summary>
                <para>Provides print settings for the TreeList.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTreeListPrintSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTreeListPrintSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings">

            <summary>
                <para>Contains settings that relate to the built-in Image Selector's file upload functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings.#ctor(DevExpress.Web.ASPxClasses.IPropertiesOwner)">
            <summary>
                <para>Initializes a new instance of the MVCxHtmlEditorImageSelectorUploadSettings class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Web.ASPxClasses.IPropertiesOwner"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs">

            <summary>
                <para>Represents a collection of custom dialogs within the HtmlEditor.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Add(System.String,System.String,System.String)">
            <summary>
                <para>Creates a new dialog with the specified settings and adds it to the collection. 
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the created custom dialog's name.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the created custom dialog's caption.

            </param>
            <param name="formAction">
		 

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> object that is the newly created dialog.

</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Add">
            <summary>
                <para>Creates a new dialog with the default settings and adds it to the collection.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> object representing the newly created dialog.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Add(System.String,System.String)">
            <summary>
                <para>Creates a new dialog with the specified settings and adds it to the collection.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specifies the created custom dialog's name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Name"/> property.

            </param>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the created custom dialog's caption. This value is assigned to the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorCustomDialog.Caption"/> property.

            </param>
            <returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> object representing the newly created dialog.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Add(System.Action`1)">
            <summary>
                <para>Adds a new dialog to the collection and allows you to customize this dialog in a delegate method implementation.
</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> as a parameter.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual items within the MVCxHtmlEditorCustomDialogs. 
</para>
            </summary>
            <param name="index">
		An integer that specifies the index of the required item within the collection. 

            </param>
            <value>An <A HREF="clsDevExpressWebMvcMVCxHtmlEditorCustomDialogtopic.htm">MVCxHtmlEditorCustomDialog</A> object which is the item at the specified index. 
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxTimeRulerCollection">

            <summary>
                <para>A collection of time rulers.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeRulerCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxTimeRulerCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeRulerCollection.Add(DevExpress.XtraScheduler.TimeRuler)">
            <summary>
                <para>Adds the specified Timeruler to the collection of timerulers.
</para>
            </summary>
            <param name="ruler">
		A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> instance to display in the view.

            </param>
            <returns>A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object that is the newly added timeruler.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeRulerCollection.Add(System.Action`1)">
            <summary>
                <para>Adds a new Timeruler to the collection of timerulers and allows you to customize the timeruler in a delegate method implementation.

</para>
            </summary>
            <param name="method">
		A delegate method that accepts the created <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> as a parameter.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeRulerCollection.Add">
            <summary>
                <para>Adds a new Timeruler to the collection of timerulers.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object that is the newly created and added timeruler.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxTimeRulerCollection.Assign(DevExpress.Web.Mvc.MVCxTimeRulerCollection)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="timeRulerCollection">
		A <see cref="T:DevExpress.Web.Mvc.MVCxTimeRulerCollection"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxChartControl">

            <summary>
                <para>Used internally to render the corresponding extension.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxChartControl.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxChartControl class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxChartControl.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxChartControl.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientChart.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxChartControl.EnableCallBacks">
            <summary>
                <para>Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.
</para>
            </summary>
            <value><b>true</b> if round trips to the server are performed using callbacks; <b>false</b> if postbacks are used.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxChartControl.IsCallback">
            <summary>
                <para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.

</para>
            </summary>
            <value><b>true</b> if a DevExpress extension callback is being processed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxChartControl.IsLoading">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
 
</para>
            </summary>
            <returns> 
 
</returns>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxChartControl.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.ChartControlSettings">

            <summary>
                <para>Contains Chart-specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the ChartControlSettings class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.AlternateText">
            <summary>
                <para>Gets or sets the alternate text displayed instead of the chart image, when this image is unavailable. 
 
</para>
            </summary>
            <value> A <see cref="T:System.String"/> value that specifies the alternate text displayed instead of the image.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.AnnotationRepository">
            <summary>
                <para>Provides centralized access to all annotations that are present in the ChartControlSettings.
 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control's annotations.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Annotations">
            <summary>
                <para>Provides access to the annotations collection of the ChartControlSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that is the chart's collection of annotations.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.AppearanceName">
            <summary>
                <para>Gets or sets the name of the appearance which is currently being used to draw the chart's elements.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which is the appearance name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.AutoBindingSettingsEnabled">
            <summary>
                <para>Specifies whether or not the chart's <i>data binding</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
            </summary>
            <value><b>true</b> to automatically adjust the chart's binding settings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.AutoLayoutSettingsEnabled">
            <summary>
                <para>Specifies whether or not the chart's <i>layout</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
            </summary>
            <value><b>true</b> to automatically adjust the chart's layout settings; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.BackColor">
            <summary>
                <para>Gets or sets the chart control's background color.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control's background color.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.BackImage">
            <summary>
                <para>Gets the background image settings of the chart control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the chart control's background image.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.BinaryStorageMode">
            <summary>
                <para>Gets or sets a value indicating the mode in which the chart's image is stored on the server.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.BinaryStorageMode"/> enumeration value indicating the storage mode.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.BorderOptions">
            <summary>
                <para>Gets the chart control's border style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.BoundDataChanged">
            <summary>
                <para>Occurs every time a chart control generates its series points from the underlying data source.


</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsBoundDataChangedEventHandlertopic.htm">BoundDataChangedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the ChartControlSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Web.ChartClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ChartControlSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a Chart on the client.
</para>
            </summary>
            <value><b>true</b> to make a Chart initially displayed; <b>false</b> to render it on the web page, but make it initially hidden on the client. 

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CrosshairEnabled">
            <summary>
                <para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart. 
</para>
            </summary>
            <value><b>true</b> to enable a crosshair cursor for a chart; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CrosshairOptions">
            <summary>
                <para>Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.CrosshairOptions"/> object descendant which represents crosshair cursor options on a diagram.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomActionRouteValues">
            <summary>
                <para>Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the <see cref="M:DevExpress.Web.MVC.Scripts.MVCxClientChart.PerformCallback"/> client method.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomCallback">
            <summary>
                <para>Fires when a round trip to the server has been initiated by a call to the client <see cref="M:DevExpress.XtraCharts.Web.Scripts.ASPxClientWebChartControl.PerformCallback"/> method.
 
</para>
            </summary>
            <value>A <A HREF="DevExpressXtraChartsWebCustomCallbackEventHandlertopic.htm">CustomCallbackEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawAxisLabel">
            <summary>
                <para>Occurs before axis label items are drawn when the chart's contents are being drawn.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomDrawAxisLabelEventHandlertopic.htm">CustomDrawAxisLabelEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawCrosshair">
            <summary>
                <para>Enables you to create a custom appearance for crosshair items.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomDrawCrosshairEventHandlertopic.htm">CustomDrawCrosshairEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawSeries">
            <summary>
                <para>Occurs before a <b>series</b> is drawn when the chart's contents are being drawn.

</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomDrawSeriesEventHandlertopic.htm">CustomDrawSeriesEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawSeriesPoint">
            <summary>
                <para>Occurs before a <b>series point</b> is drawn when the chart's contents are being drawn.

 
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomDrawSeriesPointEventHandlertopic.htm">CustomDrawSeriesPointEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeAutoBindingSettings">
            <summary>
                <para>Occurs after automatic settings are applied to a chart's data source.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomizeAutoBindingSettingsEventHandlertopic.htm">CustomizeAutoBindingSettingsEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeLegend">
            <summary>
                <para>Occurs before automatic settings are applied to the legend's layout properties.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomizeLegendEventHandlertopic.htm">CustomizeLegendEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeResolveOverlappingMode">
            <summary>
                <para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomizeResolveOverlappingModeEventHandlertopic.htm">CustomizeResolveOverlappingModeEventHandler</A> delegate method allowing you to implement custom processing.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeSimpleDiagramLayout">
            <summary>
                <para>Occurs before automatic settings are applied to the Simple Diagram's layout properties.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomizeSimpleDiagramLayoutEventHandlertopic.htm">CustomizeSimpleDiagramLayoutEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeXAxisLabels">
            <summary>
                <para>Occurs after automatic layout settings are applied to the X-axis' labels.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomizeXAxisLabelsEventHandlertopic.htm">CustomizeXAxisLabelsEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomPaint">
            <summary>
                <para>Occurs after the chart has been drawn.
 
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsCustomPaintEventHandlertopic.htm">CustomPaintEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.DateTimeMeasurementUnitsCalculated">
            <summary>
                <para>Occurs when automatic values for the date-time measurement unit and date-time grid alignment are calculated.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsDateTimeMeasurementUnitsCalculatedEventHandlertopic.htm">DateTimeMeasurementUnitsCalculatedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.DescriptionUrl">
            <summary>
                <para>Gets or sets the location of a detailed description of the chart. 

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the chart.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Diagram">
            <summary>
                <para>Gets the web chart control's <i>diagram</i> and provides access to its settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> class descendant that is the chart control's <i>diagram</i>.


</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.Dispose">
            <summary>
                <para>Disposes the ChartControlSettings object.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.EmptyChartText">
            <summary>
                <para>Provides access to the settings of the text to be displayed in the chart, when it has no data to display.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object that is the empty chart text options.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.EnableCallbackAnimation">
            <summary>
                <para>Gets or sets a value that specifies whether a specific animation effect is used when a Chart's content is updated via a callback.
</para>
            </summary>
            <value><b>true</b>, if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.EnableClientSidePointToDiagram">
            <summary>
                <para>Specifies whether it's allowed to perform conversions between screen coordinates and diagram coordinates on the client-side.
</para>
            </summary>
            <value><b>true</b> if the coordinate conversions are allowed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Enabled">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Web.ASPxClasses.ASPxWebControl.Enabled"/> property to hide it.
</para>
            </summary>
            <value>Always <b>true</b>.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.EncodeHtml">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Web.ASPxClasses.ASPxWebControl.EncodeHtml"/> property to hide it.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.FillStyle">
            <summary>
                <para>Gets the chart control's background fill style.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Height">
            <summary>
                <para>Gets or sets the height of the chart.
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value which is the control's height.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.IndicatorsPaletteName">
            <summary>
                <para>Specifies the palette that is used to paint all indicators existing in a chart control.
</para>
            </summary>
            <value> A <see cref="T:System.String"/> value, specifying the palette name.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Legend">
            <summary>
                <para>Gets the chart control's legend and provides access to its settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that is the chart control's legend.

</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.LoadFromFile(System.String)">
            <summary>
                <para>Restores the chart's layout from the specified file.
 
</para>
            </summary>
            <param name="path">
		 A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.


            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.LoadFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the chart's layout from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which settings are read.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.LoadingPanelDelay">
            <summary>
                <para>Gets or sets the delay before displaying the loading panel.
</para>
            </summary>
            <value>An <a href="#" onclick="dxHelpRedirect('T:System.Int32')">Int32</a> value that specifies the interval from the time a callback is sent to the server and a loading panel is displayed, in milliseconds.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.LoadingPanelImage">
            <summary>
                <para>Gets the settings of an image to be displayed within a specific <b>loading panel</b> while waiting for a callback response.

 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxClasses.ImageProperties"/> object that contains the image's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.LoadingPanelImagePosition">
            <summary>
                <para>Gets or sets the position of an image displayed within a Loading Panel with respect to the panel's text content.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ImagePosition"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.LoadingPanelText">
            <summary>
                <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> that specifies the descriptive text displayed within a loading panel.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Padding">
            <summary>
                <para>Specifies the internal space between the chart's content (the diagram and legend) and its edge, in pixels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, detailing the chart's inner indents, measured in pixels.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PaletteBaseColorNumber">
            <summary>
                <para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.
</para>
            </summary>
            <value>An integer value representing a 1-based color number.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PaletteName">
            <summary>
                <para>Gets or sets the name of the palette currently used to draw the chart's elements.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which is the palette name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PaletteRepository">
            <summary>
                <para>Gets the palette repository of the chart.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which is the palette repository of the chart.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotGridDataSourceOptions">
            <summary>
                <para>Provides access to the settings that determine the Chart's behavior after it has bridged with a Pivot Grid.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotGridSeriesExcluded">
            <summary>
                <para>Occurs after a chart has been bound to a Pivot Grid.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsPivotGridSeriesExcludedEventHandlertopic.htm">PivotGridSeriesExcludedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotGridSeriesPointsExcluded">
            <summary>
                <para>Occurs after a chart has been bound to a Pivot Grid.
</para>
            </summary>
            <value>A <A HREF="ms-help://DevExpress.NETv13.1/DevExpress.CoreLibraries/DevExpressXtraChartsPivotGridSeriesPointsExcludedEventHandlertopic.htm">PivotGridSeriesPointsExcludedEventHandler</A> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.RegisterSummaryFunction(System.String,System.String,System.Nullable`1,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="name">
		 [To be supplied] 
            </param>
            <param name="displayName">
		 [To be supplied] 
            </param>
            <param name="resultScaleType">
		 [To be supplied] 
            </param>
            <param name="resultDimension">
		 [To be supplied] 
            </param>
            <param name="argumentDescriptions">
		 [To be supplied] 
            </param>
            <param name="function">
		 [To be supplied] 
            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.RuntimeSelection">
            <summary>
                <para>Gets or sets a value indicating if chart elements can be selected by end-users at runtime.
</para>
            </summary>
            <value><b>true</b> if the selection is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SaveStateOnCallbacks">
            <summary>
                <para>Gets or sets a value indicating whether a chart's view state should be saved between multiple callbacks.
</para>
            </summary>
            <value><b>true</b> to state a chart's view state between callbacks; otherwise, <b>false</b>.

</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.SaveToFile(System.String)">
            <summary>
                <para>Saves the chart's layout to the specified file.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.ChartControlSettings.SaveToStream(System.IO.Stream)">
            <summary>
                <para>Saves the chart's layout to the specified stream.


</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the chart's layout is written.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Series">
            <summary>
                <para>Provides access to the chart control's collection of <b>series</b> objects.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesCollection"/> object that is the collection of all series.



</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SeriesDataMember">
            <summary>
                <para>Gets or sets the name of the data field whose values are used to automatically generate and populate series.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the data field's name.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SeriesNameTemplate">
            <summary>
                <para>Gets the settings used to name data bound series.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SeriesSorting">
            <summary>
                <para>Gets or sets a value that specifies how <b>series</b> are sorted within the chart control based upon the series names.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SeriesTemplate">
            <summary>
                <para>Gets the template settings for bound series.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesBase"/> object that contains the template settings for bound series.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether the loading panel should be displayed within the chart while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b> if a loading panel is allowed to be displayed within the ChartControlSettings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ShowLoadingPanelImage">
            <summary>
                <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
</para>
            </summary>
            <value><b>true</b> if an image is allowed to be displayed within the loading panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.SmallChartText">
            <summary>
                <para>Gets the settings for the text to be displayed in the chart, when it's too small to fit the diagram.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, that is the small chart text options.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Styles">
            <summary>
                <para>Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
</para>
            </summary>
            <value>An object containing the extension-related style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Titles">
            <summary>
                <para>Gets the collection of chart titles.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that is the collection of chart titles.


</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ToolTipController">
            <summary>
                <para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Web.ChartToolTipController"/> object. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ToolTipEnabled">
            <summary>
                <para>Gets or sets a value that specifies whether or not a tooltip is enabled for a chart. 
</para>
            </summary>
            <value><b>true</b> to enable a tooltip for a chart; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.ToolTipOptions">
            <summary>
                <para>Gets the tooltip settings  allowing you to specify its position and appearance on a diagram. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.ToolTipOptions"/> object descendant which represents tooltip options. 
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.ChartControlSettings.Width">
            <summary>
                <para>Gets or sets the width of the chart.
 
</para>
            </summary>
            <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value which is the control's width.

</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeViewExtension">

            <summary>
                <para>An extension object implementing the TreeView functionality.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.#ctor(DevExpress.Web.Mvc.TreeViewSettings)">
            <summary>
                <para>Initializes a new instance of the TreeViewExtension class with the specified settings.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.#ctor(DevExpress.Web.Mvc.TreeViewSettings,System.Web.Mvc.ViewContext)">
            <summary>
                <para>Initializes a new instance of the TreeViewExtension class with the specified settings and provides the context information about the view.
</para>
            </summary>
            <param name="settings">
		An object containing extension specific settings.

            </param>
            <param name="viewContext">
		A <see cref="T:System.Web.Mvc.ViewContext"/> object that is the view context.



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.Bind(System.Object)">
            <summary>
                <para>Binds the TreeView to a data source.
</para>
            </summary>
            <param name="dataObject">
		An object representing the bound data source.

            </param>
            <returns>A <see cref="T:DevExpress.Web.Mvc.TreeViewExtension"/> object representing the TreeView.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToSiteMap(System.String)">
            <summary>
                <para>Binds the TreeView to the sitemap file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToSiteMap(System.String,System.Boolean)">
            <summary>
                <para>Binds the TreeView to a sitemap file specified by its name, and specifies whether the starting node should be displayed.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="showStartingNode">
		<b>true</b> if the starting node should be displayed; otherwise, <b>false</b>.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToVirtualData(DevExpress.Web.Mvc.TreeViewVirtualModeCreateChildrenMethod)">
            <summary>
                <para>Allows creation of treelist nodes on demand (virtual mode).
</para>
            </summary>
            <param name="method">
		A delegate method of the <see cref="T:DevExpress.Web.Mvc.TreeViewVirtualModeCreateChildrenMethod"/> type that enables you to create a list of business objects that correspond to the child nodes owned by the processed node.

            </param>
            <returns>A TreeViewExtension object that is the TreeView.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToXML(System.String)">
            <summary>
                <para>Binds the TreeView to the XML file specified by its name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToXML(System.String,System.String)">
            <summary>
                <para>Binds the TreeView to the XML file specified by its name and an XPath expression.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToXML(System.String,System.String,System.String)">
            <summary>
                <para>Binds the TreeView to the XML file specified by its name, XPath expression and transformation file name.
</para>
            </summary>
            <param name="fileName">
		A string specifying the file name.

            </param>
            <param name="xPath">
		A string specifying the XPath expression.

            </param>
            <param name="transformFileName">
		A string specifying the transformation file name.

            </param>
            <returns>An extension object.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewExtension.GetState(System.String)">
            <summary>
                <para>Gets the information about the treeview items state.

</para>
            </summary>
            <param name="name">
		The extension name.

            </param>
            <returns>A <b>TreeViewState</b> object that is the treeview nodes state.

</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection">

            <summary>
                <para>A collection of zones disallowed from the collection owner panel.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxForbiddenZoneCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection.Add(System.String)">
            <summary>
                <para>Add a zone object with the specified <b>zoneUID</b> property value to the forbidden zone collection.
</para>
            </summary>
            <param name="zoneUID">
		A string that is the zoneUID propery value of zone to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection.Contains(System.String)">
            <summary>
                <para>Returns a value indicating whether the collection contains a zone with the specified <b>zoneUID</b> property value.
</para>
            </summary>
            <param name="zoneUID">
		A string that is the zoneUID property value of the zone to locate in the collection.


            </param>
            <returns><b>true</b> if the specified zone belongs to the collection; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection.Remove(System.String)">
            <summary>
                <para>Removes a zone with the specified <b>zoneUID</b> property value from the forbidden zone collection.
</para>
            </summary>
            <param name="zoneUID">
		A string that is the zoneUID property value of zone to remove from the collection. 

            </param>
            <returns><b>true</b> if the specified item has been successfully removed from the collection; <b>false</b> if the specified item has not been found within the collection.
</returns>


        </member>
        <member name="T:DevExpress.Web.Mvc.TreeViewSettings">

            <summary>
                <para>Contains TreeView specific settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the TreeViewSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.AccessibilityCompliant">
            <summary>
                <para>Enables accessibility support.
</para>
            </summary>
            <value><b>true</b>, if accessibility support is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.AllowCheckNodes">
            <summary>
                <para>Gets or sets a value that specifies whether the nodes checking feature is available.
</para>
            </summary>
            <value><b>true</b> if check boxes are available; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.AllowSelectNode">
            <summary>
                <para>Gets or sets a value specifying whether the node selection feature is available to end-users.
</para>
            </summary>
            <value><b>true</b> if nodes can be selected; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.BeforeGetCallbackResult">
            <summary>
                <para>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.
</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.CallbackRouteValues">
            <summary>
                <para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
</para>
            </summary>
            <value>An object containing the Controller and Action names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.CheckNodesRecursive">
            <summary>
                <para>Gets or sets whether recursive checking is enabled.
</para>
            </summary>
            <value><b>true</b> to enable recursive checking; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ClientLayout">
            <summary>
                <para>Enables you to save and restore the previously saved layout of the TreeView.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesASPxClientLayoutHandlertopic.htm">ASPxClientLayoutHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ClientSideEvents">
            <summary>
                <para>Gets an object that lists the client-side events specific to the TreeViewSettings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the TreeViewSettings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ClientVisible">
            <summary>
                <para>Gets or sets a value that specifies the initial visibility state of a TreeView on the client.
</para>
            </summary>
            <value><b>true</b> to make a TreeView initially displayed; <b>false</b> to render it into the web page, but make it initially hidden on the client.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ControlStyle">
            <summary>
                <para>Provides access to the style settings declared at the root level of the TreeView's wrapped web control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.AppearanceStyleBase"/> object containing style settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.CustomJSProperties">
            <summary>
                <para>Enables you to supply any server data that can then be parsed on the client. 
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxClassesCustomJSPropertiesEventHandlertopic.htm">CustomJSPropertiesEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.DataBinding">
            <summary>
                <para>Allows you to perform custom actions before a TreeView is bound to a data source.

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> delegate method allowing you to implement custom processing.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.DataBound">
            <summary>
                <para>Enables you to perform a custom action after the TreeView has been bound to its data source. 

</para>
            </summary>
            <value>A <a href="#" onclick="dxHelpRedirect('T:System.EventHandler')">EventHandler</a> method to which custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.EnableAnimation">
            <summary>
                <para>Gets or sets a value specifying whether an animation effect is available to end-users when expanding/collapsing nodes.
</para>
            </summary>
            <value><b>true</b> if a specific animation effect is used; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.EnableClientSideAPI">
            <summary>
                <para>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.
</para>
            </summary>
            <value><b>true</b> if an extension's client object model is fully available; <b>false</b> if no programmatic interface is available for the extension on the client side.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.EnableHotTrack">
            <summary>
                <para>Gets or sets a value that specifies whether nodes can visually respond to mouse hovering.
</para>
            </summary>
            <value><b>true</b> if nodes can be hot-tracked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.Images">
            <summary>
                <para>Provides access to the settings that define images for various TreeView elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewImages"/> object that contains image settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ImageUrlField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within nodes.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NameField">
            <summary>
                <para>Gets or sets the data source field which provides node unique identifier names.
</para>
            </summary>
            <value>A string value that specifies the name of the data source field which contains node unique identifier names.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NavigateUrlField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides node navigate URLs.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NavigateUrlFormatString">
            <summary>
                <para>Gets or sets the pattern used to format node navigate URLs.
</para>
            </summary>
            <value>A string value that represents the format pattern.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NodeDataBound">
            <summary>
                <para>Enables you to perform custom actions after a node has been bound to a data source.
</para>
            </summary>
            <value>A <A HREF="DevExpressWebASPxTreeViewTreeViewNodeEventHandlertopic.htm">TreeViewNodeEventHandler</A> method to which implementation of custom processing is delegated.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NodeImagePosition">
            <summary>
                <para>Gets or sets the image position within the node.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewNodeImagePosition"/> enumeration value which specifies the image's position within the node.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.NodeLinkMode">
            <summary>
                <para>Gets or sets a value that specifies how nodes are represented as links within the TreeView.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Web.ASPxClasses.ItemLinkMode"/> enumeration values.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.Nodes">
            <summary>
                <para>Provides access to the root node child collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection"/> object that represents the collection of child nodes owned by the root node.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.RightToLeft">
            <summary>
                <para>Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewSettings.SetNodeTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all TreeView nodes.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewSettings.SetNodeTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the content of all TreeView nodes.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewSettings.SetNodeTextTemplateContent(System.Action`1)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all TreeView nodes.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.TreeViewSettings.SetNodeTextTemplateContent(System.String)">
            <summary>
                <para>Allows you to provide a template for rendering the text content of all TreeView nodes.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.SettingsLoadingPanel">
            <summary>
                <para>Provides access to the Loading Panel's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewSettingsLoadingPanel"/> object that contains the loading panel's settings.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ShowExpandButtons">
            <summary>
                <para>Gets or sets a value that specifies whether expand buttons are displayed within the TreeView.
</para>
            </summary>
            <value><b>true</b> if expand buttons are displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ShowTreeLines">
            <summary>
                <para>Gets or sets whether tree lines are displayed within the ASPxTreeVew.
</para>
            </summary>
            <value><b>true</b> to display tree lines; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the extension's visual elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxTreeView.TreeViewStyles"/> object that provides style settings for view elements.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.SyncSelectionMode">
            <summary>
                <para>Gets or sets whether the node, whose navigation location points to the currently browsed web page, is automatically selected.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Web.ASPxClasses.SyncSelectionMode"/> enumeration value that specifies whether automatic synchronization of node selection with the path of the currently browsed page is enabled.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.Target">
            <summary>
                <para>Gets or sets the window or frame to which to target the contents of the URL associated with TreeView nodes.

</para>
            </summary>
            <value>A string which identifies the window or frame to which to target the URL content.

</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.TextField">
            <summary>
                <para>Gets or sets the data source field that provides caption texts for nodes.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.TextFormatString">
            <summary>
                <para>Gets or sets the pattern used to format the hyperlink's caption text within the node.
</para>
            </summary>
            <value>A string value that represents the format pattern.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.ToolTipField">
            <summary>
                <para>Gets or sets the name of a data field (or an xml element's attribute) which provides node tooltip texts.
</para>
            </summary>
            <value>A string value that specifies the name of the required data source field.
</value>


        </member>
        <member name="P:DevExpress.Web.Mvc.TreeViewSettings.VirtualModeCreateChildren">
            <summary>
                <para>Enables creation of a list of business objects that correspond to the child nodes owned by the processed node (virtual mode).
</para>
            </summary>
            <value> A <A HREF="DevExpressWebASPxTreeViewTreeViewVirtualModeCreateChildrenEventHandlertopic.htm">TreeViewVirtualModeCreateChildrenEventHandler</A> method to which custom processing is delegated.
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewDetailSettings">

            <summary>
                <para>Provides detail customization options for GridViews.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewDetailSettings.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewDetailSettings class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewDetailSettings.Assign(DevExpress.Web.ASPxClasses.PropertiesBase)">
            <summary>
                <para>Copies the settings of the specified object to the current one.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Web.ASPxClasses.PropertiesBase"/> object whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewDetailSettings.MasterGridName">
            <summary>
                <para>Gets or sets the master GridView's name.
</para>
            </summary>
            <value>A string value specifying the master grid's name (its <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property value).
</value>


        </member>
        <member name="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn">

            <summary>
                <para>A band column used to combine other grid columns within its <see cref="P:DevExpress.Web.Mvc.MVCxGridViewBandColumn.Columns"/> collection.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.#ctor">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewBandColumn class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the MVCxGridViewBandColumn class with the specified settings.
</para>
            </summary>
            <param name="caption">
		 

            </param>


        </member>
        <member name="P:DevExpress.Web.Mvc.MVCxGridViewBandColumn.Columns">
            <summary>
                <para>Provides access to a collection of columns that the current band column combines.
</para>
            </summary>
            <value>An <A HREF="clsDevExpressWebMvcMVCxGridViewColumnCollectiontopic.htm">MVCxGridViewColumnCollection</A> object that is a collection of columns grouped by the current band.
</value>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.SetHeaderCaptionTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying the header captions.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.SetHeaderCaptionTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying the header captions.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.SetHeaderTemplateContent(System.String)">
            <summary>
                <para>Allows setting a template for displaying band column headers.
</para>
            </summary>
            <param name="content">
		A string value specifying the template content. 



            </param>


        </member>
        <member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.SetHeaderTemplateContent(System.Action`1)">
            <summary>
                <para>Allows setting a template for displaying band column headers.
</para>
            </summary>
            <param name="contentMethod">
		A method to which a template content rendering is delegated. 

            </param>


        </member>
    </members>
</doc>